module documentation

consntants for LaTeX builder.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant ADDITIONAL​_SETTINGS Undocumented
Constant DEFAULT​_SETTINGS Undocumented
Constant PDFLATEX​_DEFAULT​_FONTPKG Undocumented
Constant PDFLATEX​_DEFAULT​_FONTSUBSTITUTION Undocumented
Constant SHORTHANDOFF Undocumented
Constant XELATEX​_DEFAULT​_FONTPKG Undocumented
Constant XELATEX​_GREEK​_DEFAULT​_FONTPKG Undocumented
ADDITIONAL_SETTINGS: Dict[Any, Dict[str, Any]] =

Undocumented

Value
{'pdflatex': {'inputenc': '\\usepackage[utf8]{inputenc}',
              'utf8extra': '''\\ifdefined\\DeclareUnicodeCharacter
% support both utf8 and utf8x syntaxes
  \\ifdefined\\DeclareUnicodeCharacterAsOptional
    \\def\\sphinxDUC#1{\\DeclareUnicodeCharacter{"#1}}
  \\else
    \\let\\sphinxDUC\\DeclareUnicodeCharacter
...
DEFAULT_SETTINGS: Dict[str, Any] =

Undocumented

Value
{'latex_engine': 'pdflatex',
 'papersize': '',
 'pointsize': '',
 'pxunit': '.75bp',
 'classoptions': '',
 'extraclassoptions': '',
 'maxlistdepth': '',
...
PDFLATEX_DEFAULT_FONTPKG: str =

Undocumented

Value
'''
\\usepackage{tgtermes}
\\usepackage{tgheros}
\\renewcommand{\\ttdefault}{txtt}
'''
PDFLATEX_DEFAULT_FONTSUBSTITUTION: str =

Undocumented

Value
'''
\\expandafter\\ifx\\csname T@LGR\\endcsname\\relax
\\else
% LGR was declared as font encoding
  \\substitutefont{LGR}{\\rmdefault}{cmr}
  \\substitutefont{LGR}{\\sfdefault}{cmss}
  \\substitutefont{LGR}{\\ttdefault}{cmtt}
...
SHORTHANDOFF: str =

Undocumented

Value
'''
\\ifdefined\\shorthandoff
  \\ifnum\\catcode`\\=\\string=\\active\\shorthandoff{=}\\fi
  \\ifnum\\catcode`\\"=\\active\\shorthandoff{"}\\fi
\\fi
'''
XELATEX_DEFAULT_FONTPKG: str =

Undocumented

Value
'''
\\setmainfont{FreeSerif}[
  Extension      = .otf,
  UprightFont    = *,
  ItalicFont     = *Italic,
  BoldFont       = *Bold,
  BoldItalicFont = *BoldItalic
...
XELATEX_GREEK_DEFAULT_FONTPKG =

Undocumented

Value
((XELATEX_DEFAULT_FONTPKG+'''
\\newfontfamily\\greekfont{FreeSerif}''')+'''
\\newfontfamily\\greekfontsf{FreeSans}''')+'''
\\newfontfamily\\greekfonttt{FreeMono}'''