blob: d8fcc64f94f7d200d53cb3ee1388d4111ad0f923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
TeX Live Guide Translation (Simplified Chinese)
===============================================
To compile live.tex, you need:
1. Xe(La)TeX (and related packages like fontspec).
2. Python 2.4 (required by xcp.py, a preprocess
script for tuning Chinese support in XeTeX).
3. xcp.py (already included).
4. At least one CJK font (with Simpified Chinese
glyphs), preferably two, one for normal text,
another for emphasized text. To change the font,
open tex-live.sty (line 21):
\newfontinstance\zhfont[BoldFont=Adobe Heiti Std,
ItalicFont=Adobe Heiti Std]{Adobe Song Std}
Replace "Adobe Heiti Std" and "Adobe Song Std" to
some OpenType/TrueType fonts you already installed.
5. Type make (yep, you need GNU make or other make
variants).
6. To make sure cross reference are generated,
try running make 3 times or more.
7. Some temporary files named "live.true.*" will be
generated, you can ignore or remove them safely.
8. If you have any problems, please contact:
gzjjgod at gmail dot com
jjgod, 2007/01/03.
|