2 Texinfo::CommandsValues


2.1 Texinfo::CommandsValues NAME

Texinfo::CommandsValues - Associations of information to Texinfo @-commands


2.2 Texinfo::CommandsValues SYNOPSIS

  use Texinfo::CommandsValues;

  my $command_text = $Texinfo::CommandsValues::nobrace_symbol_text{'@'};

2.3 Texinfo::CommandsValues NOTES

The Texinfo Perl module main purpose is to be used in texi2any to convert Texinfo to other formats. There is no promise of API stability.


2.4 Texinfo::CommandsValues DESCRIPTION

Texinfo::CommandsValues holds hashes with information on @-commands. Only hashes relevant for conversion of @-commands are documented.


2.5 @-COMMAND ASSOCIATED INFORMATION

Hashes are defined as our variables, and are therefore available outside of the module.

%nobrace_symbol_text

Values are ASCII representation of single character non-alphabetical commands without brace such as * or :. The value may be an empty string.

%text_brace_no_arg_commands

Values are ASCII representation of commands with empty braces such as atchar, LaTeX, arrow, quoteleft or AA.

%unicode_diacritics

Keys are Texinfo accent commands, such as ' or ogonek. Values are strings of hexadecimal numbers representing the Unicode codepoint of the diacritic associated to the accent command. A diacritic is a zero-length character that should be combined with adjacent characters to have the whole interpreted as an accented character.


2.6 Texinfo::CommandsValues SEE ALSO

Texinfo::Commands. Texinfo::Convert::Unicode.


2.7 Texinfo::CommandsValues AUTHOR

Patrice Dumas, <pertusus@free.fr>