summaryrefslogtreecommitdiff
path: root/info/lshort/chinese/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/lshort/chinese/README.md
Initial commit
Diffstat (limited to 'info/lshort/chinese/README.md')
-rw-r--r--info/lshort/chinese/README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/info/lshort/chinese/README.md b/info/lshort/chinese/README.md
new file mode 100644
index 0000000000..ecfe6062ca
--- /dev/null
+++ b/info/lshort/chinese/README.md
@@ -0,0 +1,38 @@
+# The Not So Short Introduction To LaTeX (Chinese Edition), v6.01
+
+## License
+
+This document is distributed under the **GNU Free Documentation License, version 1.3**.
+For detailed information, see the section entitled 'GNU Free Documentation License' in the document, or the source code file `fdl.tex`.
+
+## Preparation for typesetting
+Update `ctex` and `xeCJK` (and all the packages they rely on) in your TeX distritusion. And make sure you've installed
+all the other packages used in `lshort-zh-cn-style.sty` and updated them to the newest version.
+
+## Typesetting
+
+### Manually typesetting
+
+In 'src' directory, typeset the source code in the following order:
+```
+xelatex lshort-zh-cn
+makeindex -s lshort-zh-cn.ist lshort-zh-cn
+xelatex lshort-zh-cn
+xelatex lshort-zh-cn
+```
+
+If typesetting succeeds and the target PDF document is made correctly, then move it to the root directory.
+
+### Using scripts and Makefile
+
+For GNU/Linux and OS/X users, we provide Makefile in the 'src' directory. Use GNU make tool in the following order:
+```
+make
+make install
+```
+
+For Windows users, we also provide a batch file `make.bat` in the 'src' directory, which you can double-click to do the typesetting.
+
+### Using latexmk
+
+We also provide `latexmkrc` configuration file for building with `latexmk` tool. Run the command `latexmk` in `src` directory for typesetting, then move the PDF document to the root directory. \ No newline at end of file