a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Upstream changes:
2012-08-29 Andrew Ford <a.ford@ford-mason.co.uk>
* version 0.06
* added script "latex-encode" as a simple filter that uses LaTeX::Encode
* added a couple more encodings
* reverted to 'base' from 'parent' for setting up inheritance
* updated author tests
Upstream changes:
2012-08-28 Andrew Ford <a.ford@ford-mason.co.uk>
* version 0.05
* added more symbols
* build-character-table now builds a %provided_by map that gives the LaTeX package
that provides the LaTeX command used in the encoding
* removed unimplemented "use_textcomp" option
* added "packages" option to latex_encode() to pass a reference to a hash that is
updated with the names of optional LaTeX packages (styles) that implement the
commands included in the encoded string
2012-08-27 Andrew Ford <a.ford@ford-mason.co.uk>
* version 0.04
* added requirement for Perl 5.8.1 or later due to deficiencies in
Unicode handling of earlier Perl versions.
* updated encoding table to add Turkish characters (RT #55526) and to not include
spaces after accented characters (RT #49357)
* switch from 'base' to 'parent' for setting up inheritance
* added add_latex_encodings() and remove_latex_encodings() functions to update the
encoding table.
* allow 'add' and 'remove' specifiers to be provided on the 'use' statement
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
LaTeX::Table and Template::Plugin::Latex packages.
This module provides a function to encode text that is to be formatted with
LaTeX. It encodes characters that are special to LaTeX or that are
represented in LaTeX by LaTeX commands.