The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.05

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> and Boris Veytsman <boris@varphi.com>

COPYRIGHT AND LICENSE

This 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.