The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::Amuse::Output - Internal module for Text::Amuse output

FUNCTIONS

language_mapping

Return an hashref with the ISO language codes to Babel ones.

get_latex_lang($iso)

Return the babel name of the ISO language code. If missing or invalid return 'english'.

has_babel_ldf($language_name)

Return true if the babel name passed has an .ldf file.

lang_code_is_rtl($iso)

Return true if the language is RTL.

language_code_locale_captions($iso)

If the language is aliased, return an hashref with a _base_ key pointing to the base language, and the other keys should be use to set the captions.

E.g.

  \setlocalecaption{english}{contents}{Table of Contents}

Requires babel 3.51 (2020-10-27)