File: README

package info (click to toggle)
liblatex-encode-perl 0.092.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: perl: 1,282; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 890 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This "scripts" directory contains a couple of scripts that are not
intended for installation.

The "build-character-table" script probes the tables of HTML entities
to UTF-8 characters (%entity2char) in HTML::Entities and the table of
HTML entities to LaTeX encodings in Pod::LaTeX.  From that information
and some local overrides it builds a UTF-8 character to LaTeX
representation, which it prints out as a version of the
LaTeX::Encode::EncodingTable module, which I use to compare against
the current version in "../lib".  I incorporate any changes that I notice.

The "format-encoding-reference" script probes the encoding table and
creates a LaTeX document (with the help of LaTeX::Table) and formats
it with LaTeX::Driver to create a dvi document that shows all the
characters that are encoded with their Unicode values in hex, their
LaTeX encoding and their formatted representation.