summaryrefslogtreecommitdiff
path: root/info/lshort/chinese/README-zh.md
diff options
context:
space:
mode:
Diffstat (limited to 'info/lshort/chinese/README-zh.md')
-rw-r--r--info/lshort/chinese/README-zh.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/info/lshort/chinese/README-zh.md b/info/lshort/chinese/README-zh.md
new file mode 100644
index 0000000000..cb8b69d041
--- /dev/null
+++ b/info/lshort/chinese/README-zh.md
@@ -0,0 +1,37 @@
+# 中文版 lshort,6.01 版
+
+## 许可证
+
+本文档以 **GNU 自由文档许可证(1.3 版)** 发布。详见文档中题为“GNU Free Documentation License”的章节,或者源代码文件 `fdl.tex`。
+
+## 编译之前的准备
+
+将发行版内的 `ctex` 宏包、`xeCJK` 宏包更新到最新(包括它们依赖的所有宏包),并确认 `lshort-zh-cn-style.sty` 调用的其它宏包都已正确安装并更新到最新。
+
+## 编译方式
+
+### 手动编译
+
+在 src 目录下按照以下顺序编译:
+```
+xelatex lshort-zh-cn
+makeindex -s lshort-zh-cn.ist lshort-zh-cn
+xelatex lshort-zh-cn
+xelatex lshort-zh-cn
+```
+
+如果编译正确生成 PDF,之后将 PDF 移动到根目录。
+
+### 使用脚本和 Makefile 编译
+
+Linux 下提供了 GNU make 可用的 Makefile,使用 GNU make 的顺序为:
+```
+make
+make install
+```
+
+Windows 下在 src 目录提供批处理脚本 `make.bat`,双击执行编译。
+
+### 使用 latexmk 编译
+
+在 src 目录下提供了供 `latexmk` 构建工具使用的配置文件 `latexmkrc`。在 src 目录下执行 `latexmk` 命令进行编译,完成后将 PDF 文件移动到根目录。 \ No newline at end of file