mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
13 lines
579 B
Plaintext
13 lines
579 B
Plaintext
This class is a subclass of Number::WithError. It provides the same
|
|
interface and the same exports.
|
|
|
|
It adds several methods to every object. The main functionality is
|
|
provided by latex(), which dumps the object as valid LaTeX code. Also,
|
|
encode() is a convenient way to encode any UTF-8 string into TeX. It is
|
|
just a convenience thing since it is delegated to TeX::Encode.
|
|
|
|
Unlike Number::WithError, this module requires perl version 5.8 or later.
|
|
(That is the rationale for creating a separate distribution, too.)
|
|
|
|
WWW: http://search.cpan.org/dist/Number-WithError-LaTeX/
|