NoTeX is a modern note-taking LaTeX template integrated with a native C++ Command Line Interface (CLI) companion utility (notex).
The NoTeX framework is composed of two main components that work synergistically to optimize writers workflow, simplify LaTeX usage and prevent end-user workspace clutter:
graph LR
subgraph notex ["<b>NoTeX</b>"]
latex["<b>LaTeX Template</b>"]
cpp["<code>C++</code> <b>CLI utility</b>"]
latex
cpp
end
The documentation includes instructions on how to properly install and use the NoTeX CLI utility and the LaTeX template, as well as useful implementation details of the C++ software underneath.
See the installation page for details on how to setup and install NoTeX.
This includes installation gudes for both the notex CLI utility, as well as the included LaTeX template.
See the usage page for complete instructions and examples on how to use the template.
In alternative, the quick reference page provides a concise lookup table of the main notex commands and their purpose.
See the implementation page for additional implementation details and architectural choices.
The notex CLI utility software is written entirely in C++ and embeds the LaTeX template via CMake.