![]() |
![]()
| ![]() |
![]()
NAMELaTeX::ToUnicode::Tables - Character tables for LaTeX::ToUnicode VERSIONversion 0.11 CONSTANTS@LIGATURESStandard TeX character sequences (not \commands) which need to be replaced: "---" with U+2014 (em dash), etc. Includes: em dash, en dash, inverted exclamation, inverted question, left double quote, right double quote, left single quote, right single quote. @SPECIALSMost of TeX's metacharacters, i.e., those for which "\char" typesets char: "$ % & _ { } #". TeX has other special characters which are not included here, for instance: "\ ^ ~". %COMMANDSNames of argument-less commands like "\LaTeX" as keys. Values are the replacements. %SYMBOLSPredefined escape commands for extended characters. %ACCENTSTwo-level hash of accented characters like "\'{a}". The keys of this hash are the accent symbols, e.g "`", """ or "'". The corresponding values are references to hashes, where the keys are the base letters and the values are the decoded characters. As an example, "$ACCENTS{'`'}->{a} eq 'à'". %GERMANCharacter sequences (not necessarily commands) as defined by the package `german'/`ngerman', e.g. ""a" (a with umlaut), ""s" (german sharp s) or "`" (german left quote). Note the missing backslash. The keys of this hash are the literal character sequences. @MARKUPSCommand names of formatting commands like "\tt", namely: "bf cal em it rm sc sl small tt". AUTHORGerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman <boris@varphi.com> <https://github.com/borisveytsman/bibtexperllibs> COPYRIGHT AND LICENSEThis software is copyright (c) 2010-2015 by Gerhard Gossen and Boris Veytsman This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|