summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/zhlipsum/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/zhlipsum/README.md')
-rw-r--r--macros/latex/contrib/zhlipsum/README.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/macros/latex/contrib/zhlipsum/README.md b/macros/latex/contrib/zhlipsum/README.md
new file mode 100644
index 0000000000..ebbab97309
--- /dev/null
+++ b/macros/latex/contrib/zhlipsum/README.md
@@ -0,0 +1,53 @@
+The `zhlipsum` package
+======================
+
+The `zhlipsum` package provides an interface to dummy text in
+Chinese language, which will be useful for testing Chinese
+documents.
+
+`zhlipsum` supports UTF-8, GBK and Big5 encodings.
+
+Basic usage
+-----------
+
+ \zhlipsum
+ \zhlipsum*[1-5]
+ \zhlipsum[6-10,18][name=trad]
+
+More information can be found in the package documentation
+[zhlipsum.pdf](http://mirror.ctan.org/macros/latex/contrib/zhlipsum/zhlipsum.pdf)
+(Chinese version) or [zhlipsum-en.pdf](http://mirror.ctan.org/macros/latex/contrib/zhlipsum/zhlipsum-en.pdf)
+(English version).
+
+Installation
+------------
+
+To install `zhlipsum`, you can use one of the following methods:
+
+- If you are running TeX Live, the simplest way is to run
+
+ tlmgr install zhlipsum
+
+- Download
+ [zhlipsum.tds.zip](http://mirror.ctan.org/install/macros/latex/contrib/zhlipsum.tds.zip)
+ from CTAN, extract it in the root of one of your TDS trees, and
+ update the filename database.
+
+Contributing
+------------
+
+[Issues](https://github.com/Stone-Zeng/zhlipsum/issues) and
+[pull requests](https://github.com/Stone-Zeng/zhlipsum/pulls)
+are always welcome.
+
+License
+-------
+
+This work may be distributed and/or modified under the conditions of
+the [LaTeX Project Public License](http://www.latex-project.org/lppl.txt),
+either version 1.3c of this license or (at your option) any later
+version.
+
+-----
+
+Copyright (C) 2017, 2018 by Xiangdong Zeng <xdzeng96@gmail.com>.