.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "LaTeX::ToUnicode::Tables 3pm" .TH LaTeX::ToUnicode::Tables 3pm "2022-10-13" "perl v5.34.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" LaTeX::ToUnicode::Tables \- Character tables for LaTeX::ToUnicode .SH "VERSION" .IX Header "VERSION" version 0.11 .SH "CONSTANTS" .IX Header "CONSTANTS" .ie n .SS "@LIGATURES" .el .SS "\f(CW@LIGATURES\fP" .IX Subsection "@LIGATURES" Standard TeX character sequences (not \ecommands) which need to be replaced: \f(CW\*(C`\-\-\-\*(C'\fR 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. .ie n .SS "@SPECIALS" .el .SS "\f(CW@SPECIALS\fP" .IX Subsection "@SPECIALS" Most of TeX's metacharacters, i.e., those for which \f(CW\*(C`\e\f(CIchar\f(CW\*(C'\fR typesets \&\fIchar\fR: \f(CW\*(C`$ % & _ { } #\*(C'\fR. TeX has other special characters which are not included here, for instance: \f(CW\*(C`\e ^ ~\*(C'\fR. .ie n .SS "%COMMANDS" .el .SS "\f(CW%COMMANDS\fP" .IX Subsection "%COMMANDS" Names of argument-less commands like \f(CW\*(C`\eLaTeX\*(C'\fR as keys. Values are the replacements. .ie n .SS "%SYMBOLS" .el .SS "\f(CW%SYMBOLS\fP" .IX Subsection "%SYMBOLS" Predefined escape commands for extended characters. .ie n .SS "%ACCENTS" .el .SS "\f(CW%ACCENTS\fP" .IX Subsection "%ACCENTS" Two-level hash of accented characters like \f(CW\*(C`\e\*(Aq{a}\*(C'\fR. The keys of this hash are the accent symbols, e.g \f(CW\*(C`\`\*(C'\fR, \f(CW\*(C`"\*(C'\fR or \f(CW\*(C`\*(Aq\*(C'\fR. The corresponding values are references to hashes, where the keys are the base letters and the values are the decoded characters. As an example, \f(CW\*(C`$ACCENTS{\*(Aq\`\*(Aq}\->{a} eq \*(Aqà\*(Aq\*(C'\fR. .ie n .SS "%GERMAN" .el .SS "\f(CW%GERMAN\fP" .IX Subsection "%GERMAN" Character sequences (not necessarily commands) as defined by the package `german'/`ngerman', e.g. \f(CW\*(C`"a\*(C'\fR (a with umlaut), \f(CW\*(C`"s\*(C'\fR (german sharp s) or \f(CW"\`"\fR (german left quote). Note the missing backslash. .PP The keys of this hash are the literal character sequences. .ie n .SS "@MARKUPS" .el .SS "\f(CW@MARKUPS\fP" .IX Subsection "@MARKUPS" Command names of formatting commands like \f(CW\*(C`\ett\*(C'\fR, namely: \&\f(CW\*(C`bf cal em it rm sc sl small tt\*(C'\fR. .SH "AUTHOR" .IX Header "AUTHOR" Gerhard Gossen and Boris Veytsman .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" This software is copyright (c) 2010\-2015 by Gerhard Gossen and Boris Veytsman .PP This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.