Files | |
| assets.hpp | |
| Accessor over the LaTeX template and font files embedded into the binary. | |
| constants.hpp | |
| Compile-time constants. | |
| document.hpp | |
| Document: a small, safe line-oriented editor for a single .tex file. | |
| environment.hpp | |
| Environment: discovers where TeX lives and whether NoTeX is installed. | |
| errors.hpp | |
| Exception hierarchy and process exit codes used throughout NoTeX. | |
| installer.hpp | |
| Installer: deploys the NoTeX LaTeX template, globally into the TeX tree or locally into a project. | |
| logging.hpp | |
| Logging utility with plog initialization. | |
| manager.hpp | |
| Manager: represents and operates on a single NoTeX project. | |
| notex.hpp | |
| Umbrella header for the notex_core library. | |
| output.hpp | |
| Styled terminal output and interactive confirmation prompts. | |
| reference.hpp | |
| reference: the table of ready-to-paste snippets served by notex get. | |
| system.hpp | |
| Process execution and environment-variable access. | |
| templates.hpp | |
| templates: encoded skeletons used to scaffold new NoTeX projects. | |