Texinfo::CommandsValues - Associations of information to Texinfo @-commands
use Texinfo::CommandsValues;
my $command_text = $Texinfo::CommandsValues::nobrace_symbol_text{'@'};
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.
Texinfo::CommandsValues holds hashes with information on @-commands. Only hashes relevant for conversion of @-commands are documented.
Hashes are defined as our variables, and are therefore available
outside of the module.
Values are ASCII representation of single character non-alphabetical commands
without brace such as * or :. The value may be an empty string.
Values are ASCII representation of commands with empty braces such as
atchar, LaTeX, arrow, quoteleft or AA.
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.
Copyright 2010- Free Software Foundation, Inc. See the source file for all copyright years.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.