class documentation

Language specifics for LaTeX.

Method __call__ Return the babel call with correct options and settings
Method __init__ Undocumented
Method get_language Undocumented
Method language_name Return TeX language name for `language_code`
Class Variable active_chars Undocumented
Class Variable language_codes Undocumented
Class Variable warn_msg Undocumented
Instance Variable language Undocumented
Instance Variable otherlanguages Undocumented
Instance Variable reporter Undocumented
Instance Variable setup Undocumented
def __call__(self): (source)

Return the babel call with correct options and settings

def __init__(self, language_code, reporter=None): (source)

Undocumented

def get_language(self): (source)

Undocumented

def language_name(self, language_code): (source)

Return TeX language name for `language_code`

active_chars: dict[str, str] = (source)

Undocumented

language_codes = (source)

Undocumented

warn_msg: str = (source)

Undocumented

language = (source)

Undocumented

otherlanguages: dict = (source)

Undocumented

reporter = (source)

Undocumented

setup = (source)

Undocumented