freebsd-ports/math/p5-Number-WithError-LaTeX/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
516 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.)