NAME

LaTeX::Encode::EncodingTable - character encoding table for LaTeX::Encode

SYNOPSIS

This module is not intended to be used except by LaTeX::Encode

DESCRIPTION

This module contains the %latex_encoding table, which is used in the LaTeX::Encode module in the latex_encode() function. The table is maintained by hand, but there is a script build-character-table in the LaTeX-Encode distribution, that will build a version of the table based on information in the HTML::Entities and Pod::LaTeX modules. Differences between the generated and the maintained versions are integrated manually.

SUBROUTINES/METHODS

Not applicable.

DIAGNOSTICS

Not applicable.

CONFIGURATION AND ENVIRONMENT

Not applicable.

DEPENDENCIES

The HTML::Entities and Pod::LaTeX modules were used for building the encoding table in LaTeX::Encode::EncodingTable, but this is not rebuilt at installation time.

INCOMPATIBILITIES

Not applicable.

BUGS AND LIMITATIONS

Not all LaTeX special characters are included in the encoding tables (more may be added when I track down the definitions).

AUTHOR

Andrew Ford <a.ford@ford-mason.co.uk>

LICENSE AND COPYRIGHT

Copyright (C) 2007 Andrew Ford. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

HTML::Entities, Pod::LaTeX