NoTeX 1.0.0
A modern noteworthy LaTeX template
Loading...
Searching...
No Matches
document.hpp File Reference

Document: a small, safe line-oriented editor for a single .tex file. More...

#include <filesystem>
#include <functional>
#include <optional>
#include <string>
#include <string_view>
#include <vector>

Go to the source code of this file.

Classes

class  notex::Document
 Loads a .tex file as a sequence of lines and offers editing primitives anchored on recognisable landmarks. More...

Namespaces

namespace  notex

Detailed Description

Document: a small, safe line-oriented editor for a single .tex file.

Definition in file document.hpp.