summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/source/chinese/texlive-zh-cn/README-live.ZH-CN
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/source/chinese/texlive-zh-cn/README-live.ZH-CN')
-rw-r--r--Master/texmf-doc/source/chinese/texlive-zh-cn/README-live.ZH-CN37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-doc/source/chinese/texlive-zh-cn/README-live.ZH-CN b/Master/texmf-doc/source/chinese/texlive-zh-cn/README-live.ZH-CN
new file mode 100644
index 00000000000..d8fcc64f94f
--- /dev/null
+++ b/Master/texmf-doc/source/chinese/texlive-zh-cn/README-live.ZH-CN
@@ -0,0 +1,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.
+