.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43) .\" .\" 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 "2023-12-14" "perl v5.36.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.54 .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. They are replaced in that order. .ie n .SS "%MARKUPS" .el .SS "\f(CW%MARKUPS\fP" .IX Subsection "%MARKUPS" Hash where keys are the names of formatting commands like \f(CW\*(C`\ett\*(C'\fR, without the backslash, namely: \f(CW\*(C`bf cal em it rm sc sf sl small tt\*(C'\fR. Values are the obvious \s-1HTML\s0 equivalent where one exists, given as the tag name without the angle brackets: \f(CW\*(C`b em i tt\*(C'\fR. Otherwise the value is the empty string. .ie n .SS "%ARGUMENT_COMMANDS" .el .SS "\f(CW%ARGUMENT_COMMANDS\fP" .IX Subsection "%ARGUMENT_COMMANDS" Hash where keys are the names of TeX commands taking arguments that we handle, without the backslash, such as \f(CW\*(C`enquote\*(C'\fR. Each value is a reference to a list of two strings, the first being the text to insert before the argument, the second being the text to insert after. For example, for \f(CW\*(C`enquote\*(C'\fR the value is \f(CW\*(C`["\`", "\*(Aq"]\*(C'\fR. The inserted text is subject to further replacements. .PP Only three such commands are currently handled: \f(CW\*(C`\eemph\*(C'\fR, \f(CW\*(C`\eenquote\*(C'\fR, and \f(CW\*(C`\epath\*(C'\fR. .ie n .SS "%CONTROL_SYMBOLS" .el .SS "\f(CW%CONTROL_SYMBOLS\fP" .IX Subsection "%CONTROL_SYMBOLS" A hash where the keys are non-alphabetic \f(CW\*(C`\ecommand\*(C'\fRs (without the backslash), other than accents and special cases. These don't take arguments. Although some of these have Unicode equivalents, such as the \&\f(CW\*(C`\e,\*(C'\fR thin space, it seems better to keep the output as simple as possible; small spacing tweaks in TeX aren't usually desirable in plain text or \s-1HTML.\s0 .PP The values are single-quoted strings \f(CW\*(Aq\ex{...}\*(Aq\fR, not double-quoted literal characters <\*(L"\ex{...}\*(R">, to ease future parsing of the TeX/text/HTML. .PP This hash is necessary because TeX's parsing rules for control symbols are different from control words: no space or other token is needed to terminate control symbols. .ie n .SS "%CONTROL_WORDS" .el .SS "\f(CW%CONTROL_WORDS\fP" .IX Subsection "%CONTROL_WORDS" Keys are names of argument-less commands, such as \f(CW\*(C`\eLaTeX\*(C'\fR (without the backslash). Values are the replacements, often the empty string. .ie n .SS "%SYMBOLS" .el .SS "\f(CW%SYMBOLS\fP" .IX Subsection "%SYMBOLS" Keys are the commands for extended characters, such as \f(CW\*(C`\eAA\*(C'\fR (without the backslash.) .ie n .SS "%ACCENT_SYMBOLS" .el .SS "\f(CW%ACCENT_SYMBOLS\fP" .IX Subsection "%ACCENT_SYMBOLS" Two-level hash of accented characters like \f(CW\*(C`\e\*(Aq{a}\*(C'\fR. The keys of this hash are the accent symbols (without the backslash), such as \f(CW\*(C`\`\*(C'\fR and \&\f(CW\*(C`\*(Aq\*(C'\fR. The corresponding values are hash references where the keys are the base letters and the values are single-quoted \f(CW\*(Aq\ex{....}\*(Aq\fR strings. .ie n .SS "%ACCENT_LETTERS" .el .SS "\f(CW%ACCENT_LETTERS\fP" .IX Subsection "%ACCENT_LETTERS" Same as \f(CW%ACCENT_SYMBOLS\fR, except the keys are accents that are alphabetic, such as \f(CW\*(C`\ec\*(C'\fR (without the backslash as always). .PP As with control sequences, it's necessary to distinguish symbols and alphabetic commands because of the different parsing rules. .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. .SH "AUTHOR" .IX Header "AUTHOR" Gerhard Gossen , Boris Veytsman , Karl Berry .PP .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" Copyright 2010\-2023 Gerhard Gossen, Boris Veytsman, Karl Berry .PP This is free software; you can redistribute it and/or modify it under the same terms as the Perl5 programming language system itself.