class documentation

class Babel(latex2e.Babel):

View In Hierarchy

Language specifics for XeTeX.

Use polyglossia instead of babel and adapt settings.

Method __call__ Return the babel call with correct options and settings
Method __init__ Undocumented
Class Variable language​_codes Undocumented
Instance Variable language Undocumented
Instance Variable language​_code Undocumented
Instance Variable literal​_double​_quote Undocumented
Instance Variable otherlanguages Undocumented
Instance Variable quote​_index Undocumented
Instance Variable quotes Undocumented
Instance Variable reporter Undocumented
Instance Variable warn​_msg Undocumented

Inherited from Babel:

Method get​_language Undocumented
Method language​_name Return TeX language name for language_code
Class Variable active​_chars Undocumented
Instance Variable setup Undocumented
def __call__(self):
Return the babel call with correct options and settings
def __init__(self, language_code, reporter):
language_codes =
language =
language_code =

Undocumented

literal_double_quote: str =

Undocumented

otherlanguages: dict =
quote_index: int =

Undocumented

quotes: tuple[str, ...] =

Undocumented

reporter =
warn_msg: str =