1LaTeX::ToUnicode::TableUss(e3r)Contributed Perl DocumentLaatTieoXn::ToUnicode::Tables(3)
2
3
4
6 LaTeX::ToUnicode::Tables - Character tables for LaTeX::ToUnicode
7
9 version 0.05
10
12 %COMMANDS
13 Names of argument-less commands like "\LaTeX" as keys. Values are the
14 replacements.
15
16 @SPECIALS
17 TeX's metacharacters that need to be escaped in TeX documents
18
19 %SYMBOLS
20 Predefined escape commands for extended characters.
21
22 %ACCENTS
23 Two-level hash of accented characters like "\'{a}". The keys of this
24 hash are the accent symbols, e.g "`", """ or "'". The corresponding
25 values are references to hashes, where the keys are the base letters
26 and the values are the decoded characters. As an example,
27 "$ACCENTS{'`'}->{a} eq 'à'".
28
29 %GERMAN
30 Escape sequences as defined by the package `german'/`ngerman', e.g.
31 ""a" (a with umlaut), ""s" (german sharp s) or "`" (german left quote).
32 Note the missing backslash.
33
34 The keys of this hash are the literal escape sequences.
35
36 @MARKUPS
37 Command names of formatting commands like "\tt"
38
40 Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman
41 <boris@varphi.com>
42
44 This software is copyright (c) 2010-2015 by Gerhard Gossen and Boris
45 Veytsman
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.32.0 2020-07-28 LaTeX::ToUnicode::Tables(3)