: Documentation for the framework, including implementation details often used by TeX developers, can be found via the NEPTUNE User Guide or the article published in TUGboat 40:2 Key Features of the Framework Validated Editing
Built-in support for common needs like amsmath for math or graphicx for images. neptune.cls download
neptune.cls is a custom LaTeX document class designed to strip away the bloat of standard classes like report or book . It focuses on a clean typographic hierarchy, generous margins for annotations, and optimized headers/footers suitable for academic or technical documentation. The version of neptune
The version of neptune.cls you downloaded expects specific fonts (e.g., newtxtext , Fira Sans , or custom math fonts) that are not installed on your system. Fix: Install the required font packages via tlmgr install newtx (TeX Live) or manually download the fonts. Alternatively, edit neptune.cls and comment out or replace font calls with standard ones (e.g., \RequirePackagetimes ). : Documentation for the framework