diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-chinese/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/lshort-chinese/README.md | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-chinese/README.md b/Master/texmf-dist/doc/latex/lshort-chinese/README.md index ecfe6062ca2..a6de7cfc1d5 100644 --- a/Master/texmf-dist/doc/latex/lshort-chinese/README.md +++ b/Master/texmf-dist/doc/latex/lshort-chinese/README.md @@ -1,4 +1,4 @@ -# The Not So Short Introduction To LaTeX (Chinese Edition), v6.01 +# The Not So Short Introduction To LaTeX (Chinese Edition), v6.02 ## License @@ -6,6 +6,7 @@ This document is distributed under the **GNU Free Documentation License, version 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. @@ -13,8 +14,9 @@ all the other packages used in `lshort-zh-cn-style.sty` and updated them to the ### Manually typesetting -In 'src' directory, typeset the source code in the following order: -``` +In `src` directory, typeset the source code in the following order: + +```sh xelatex lshort-zh-cn makeindex -s lshort-zh-cn.ist lshort-zh-cn xelatex lshort-zh-cn @@ -25,14 +27,15 @@ If typesetting succeeds and the target PDF document is made correctly, then move ### 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: -``` +For GNU/Linux and macOS users, we provide Makefile in the `src` directory. Use GNU make tool in the following order: + +```sh 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. +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 +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. |