1LaTeX::ToUnicode::TableUss(e3r)Contributed Perl DocumentLaatTieoXn::ToUnicode::Tables(3)
2
3
4

NAME

6       LaTeX::ToUnicode::Tables - Character tables for LaTeX::ToUnicode
7

VERSION

9       version 0.11
10

CONSTANTS

12   @LIGATURES
13       Standard TeX character sequences (not \commands) which need to be
14       replaced: "---" with U+2014 (em dash), etc.  Includes: em dash, en
15       dash, inverted exclamation, inverted question, left double quote, right
16       double quote, left single quote, right single quote.
17
18   @SPECIALS
19       Most of TeX's metacharacters, i.e., those for which "\char" typesets
20       char: "$ % & _ { } #". TeX has other special characters which are not
21       included here, for instance: "\ ^ ~".
22
23   %COMMANDS
24       Names of argument-less commands like "\LaTeX" as keys.  Values are the
25       replacements.
26
27   %SYMBOLS
28       Predefined escape commands for extended characters.
29
30   %ACCENTS
31       Two-level hash of accented characters like "\'{a}". The keys of this
32       hash are the accent symbols, e.g "`", """ or "'". The corresponding
33       values are references to hashes, where the keys are the base letters
34       and the values are the decoded characters. As an example,
35       "$ACCENTS{'`'}->{a} eq 'à'".
36
37   %GERMAN
38       Character sequences (not necessarily commands) as defined by the
39       package `german'/`ngerman', e.g. ""a" (a with umlaut), ""s" (german
40       sharp s) or "`" (german left quote). Note the missing backslash.
41
42       The keys of this hash are the literal character sequences.
43
44   @MARKUPS
45       Command names of formatting commands like "\tt", namely: "bf cal em it
46       rm sc sl small tt".
47

AUTHOR

49       Gerhard Gossen <gerhard.gossen@googlemail.com> and Boris Veytsman
50       <boris@varphi.com> <https://github.com/borisveytsman/bibtexperllibs>
51
53       This software is copyright (c) 2010-2015 by Gerhard Gossen and Boris
54       Veytsman
55
56       This is free software; you can redistribute it and/or modify it under
57       the same terms as the Perl 5 programming language system itself.
58
59
60
61perl v5.34.0                      2022-01-21       LaTeX::ToUnicode::Tables(3)
Impressum