module documentation

TeX escaping helper.

Unknown Field: copyright
Copyright 2007-2022 by the Sphinx team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Variable ascii​_tex​_replacements Undocumented
Variable tex​_replace​_map Undocumented
Variable tex​_replacements Undocumented
Variable unicode​_tex​_replacements Undocumented
Function escape Escape text for LaTeX output.
Function escape​_abbr Adjust spacing after abbreviations. Works with @ letter or other.
Function hlescape Escape text for LaTeX highlighter.
Function init Undocumented
Variable ​_tex​_escape​_map Undocumented
Variable ​_tex​_escape​_map​_without​_unicode Undocumented
Variable ​_tex​_hlescape​_map Undocumented
Variable ​_tex​_hlescape​_map​_without​_unicode Undocumented
ascii_tex_replacements: list =

Undocumented

tex_replace_map: Dict[int, str] =

Undocumented

tex_replacements: list =

Undocumented

unicode_tex_replacements: list =

Undocumented

def escape(s, latex_engine=None):
Escape text for LaTeX output.
Parameters
s:strUndocumented
latex​_engine:strUndocumented
Returns
strUndocumented
def escape_abbr(text):
Adjust spacing after abbreviations. Works with @ letter or other.
Parameters
text:strUndocumented
Returns
strUndocumented
def hlescape(s, latex_engine=None):
Escape text for LaTeX highlighter.
Parameters
s:strUndocumented
latex​_engine:strUndocumented
Returns
strUndocumented
def init():

Undocumented

_tex_escape_map: Dict[int, str] =

Undocumented

_tex_escape_map_without_unicode: Dict[int, str] =

Undocumented

_tex_hlescape_map: Dict[int, str] =

Undocumented

_tex_hlescape_map_without_unicode: Dict[int, str] =

Undocumented