]> matita.cs.unibo.it Git - helm.git/blob - helm/software/share/texmf/unicode/INSTALL
Preparing for 0.5.9 release.
[helm.git] / helm / software / share / texmf / unicode / INSTALL
1
2 To install this LaTeX UTF-8 support, simply put the files ucs.sty,
3 utf8x.def, ucsencs.def and data/* somewhere in your TeX-path. If you
4 want CJK characters, you need the c??enc.def files, too. For Klingon
5 you need lklenc.def and lklkli.fd.
6
7 You may have to run some command like mktexlsr, lest the files will
8 not be found by TeX. What to do, however, is distribution dependent.
9
10 Warning: If you install the files into some directory, where TeX does
11 not search recursively (usually the current directory and your
12 personal TeX directory are of that kind), you have to put the contents
13 of data directly into that directory.
14
15 If you don't install data/uninames.dat, you will save abount 300 KB,
16 but you won't get the full names of the characters in error messages.
17
18 If you have added glyphs macros in one of the files in config (see
19 perldoc makeunidef.pl for information on the config file format), you
20 have to recreate the files in data.
21
22 First you need UnicodeData.txt from
23
24         http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
25
26 (you may gzip it after downloading) and then you can recreate the files
27 using
28
29         perl makeunidef.pl -t data --nocomments config/*.ucf config/*.ucf.gz
30
31 You may supply another target directory instead of data, e.g. some
32 directory in your TeX-path. makeunidef.pl will not delete or overwrite
33 any files it has not created itself. If you add "--exclude
34 cjkbg5,cjkgb,cjkjis,cjkhangul", no CJK characters will not be included,
35 saving more than 1 MB of disk space.