MiKTeX 23.10-next
A scalable TeX distribution
Loading...
Searching...
No Matches
Public Attributes | List of all members
MiKTeX::Core::FormatInfo Struct Reference

Information about a TeX format. More...

#include <miktex/Core/Session.h>

Public Attributes

std::string key
 The access key. More...
 
std::string name
 Name of the format. More...
 
std::string description
 One-line description. More...
 
std::string compiler
 The compiler (engine) which processes the format. More...
 
std::string inputFile
 The name of the input file. More...
 
std::string outputFile
 The name of the output file. More...
 
std::string preloaded
 The name of another format which has to be pre-loaded. More...
 
bool exclude = false
 Exclusion flag. If set, the format will be ignored by initexmf. More...
 
bool noExecutable = false
 NoExecutable flag. If set, no executable will be created by initexmf. More...
 
bool custom = false
 Custom flag. Set, if this format was defined by the user. More...
 
std::vector< std::string > arguments
 Extra engine arguments. More...
 

Detailed Description

Information about a TeX format.

Member Data Documentation

◆ arguments

std::vector<std::string> MiKTeX::Core::FormatInfo::arguments

Extra engine arguments.

◆ compiler

std::string MiKTeX::Core::FormatInfo::compiler

The compiler (engine) which processes the format.

◆ custom

bool MiKTeX::Core::FormatInfo::custom = false

Custom flag. Set, if this format was defined by the user.

◆ description

std::string MiKTeX::Core::FormatInfo::description

One-line description.

◆ exclude

bool MiKTeX::Core::FormatInfo::exclude = false

Exclusion flag. If set, the format will be ignored by initexmf.

◆ inputFile

std::string MiKTeX::Core::FormatInfo::inputFile

The name of the input file.

◆ key

std::string MiKTeX::Core::FormatInfo::key

The access key.

◆ name

std::string MiKTeX::Core::FormatInfo::name

Name of the format.

◆ noExecutable

bool MiKTeX::Core::FormatInfo::noExecutable = false

NoExecutable flag. If set, no executable will be created by initexmf.

◆ outputFile

std::string MiKTeX::Core::FormatInfo::outputFile

The name of the output file.

◆ preloaded

std::string MiKTeX::Core::FormatInfo::preloaded

The name of another format which has to be pre-loaded.


The documentation for this struct was generated from the following file: