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

Environment: discovers where TeX lives and whether NoTeX is installed. More...

#include <filesystem>
#include <string_view>

Go to the source code of this file.

Classes

class  notex::Environment
 Represents the surrounding system as NoTeX perceives it: where TeX expects user files to live, and whether NoTeX is installed. More...

Namespaces

namespace  notex

Enumerations

enum class  notex::InstallationType { notex::NONE , notex::LOCAL , notex::GLOBAL }

Functions

std::string_view notex::to_string (InstallationType type)

Detailed Description

Environment: discovers where TeX lives and whether NoTeX is installed.

Definition in file environment.hpp.