| notex | |
| include | |
| notex | |
| 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 |
| orchestrator.hpp | Declares Orchestrator, the application layer that turns command-line input into calls on the notex_core domain classes |
| src | |
| notex | |
| assets.cpp | |
| document.cpp | |
| environment.cpp | |
| installer.cpp | |
| manager.cpp | |
| output.cpp | |
| reference.cpp | |
| system.cpp | |
| templates.cpp | |
| main.cpp | |
| orchestrator.cpp |