NoTeX 1.0.0
A modern noteworthy LaTeX template
Loading...
Searching...
No Matches
notex::Document Member List

This is the complete list of members for notex::Document, including all inherited members.

find_all(const LinePredicate &predicate) constnotex::Document
find_last(const LinePredicate &predicate) constnotex::Document
find_unique(const LinePredicate &predicate, std::string_view description) constnotex::Document
insert_line(std::size_t index, std::string text)notex::Document
insert_lines(std::size_t index, std::vector< std::string > new_lines)notex::Document
LinePredicate typedefnotex::Document
lines() const noexceptnotex::Documentinline
load(const std::filesystem::path &path)notex::Documentstatic
remove_line(std::size_t index)notex::Document
save() constnotex::Document
set_documentclass_option(std::string_view option, const std::vector< std::string > &mutually_exclusive_group)notex::Document