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.