NAME
LaTeX::ToUnicode::Tables - Character tables for LaTeX::ToUnicode
VERSION
version 0.02
CONSTANTS
%COMMANDS
Names of argument-less commands like \LaTeX as keys. Values are the replacements.
@SPECIALS
TeX's metacharacters that need to be escaped in TeX documents
%SYMBOLS
Predefined escape commands for extended characters.
%ACCENTS
Two-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 'à'>.
%GERMAN
Escape sequences 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 escape sequences.
@MARKUPS
Command names of formatting commands like \tt
AUTHOR
Gerhard Gossen <gerhard.gossen@googlemail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Gerhard Gossen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.