diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/zhlipsum/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/README.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/zhlipsum/README.md b/Master/texmf-dist/doc/latex/zhlipsum/README.md index 1d641ba1c10..97bd30b98b6 100644 --- a/Master/texmf-dist/doc/latex/zhlipsum/README.md +++ b/Master/texmf-dist/doc/latex/zhlipsum/README.md @@ -1,17 +1,25 @@ # zhlipsum - Chinese dummy text [![Build Status](https://travis-ci.org/Stone-Zeng/zhlipsum.svg?branch=master)](https://travis-ci.org/Stone-Zeng/zhlipsum) +[![CTAN](https://img.shields.io/ctan/v/zhlipsum.svg)](https://www.ctan.org/pkg/zhlipsum) [![GitHub release](https://img.shields.io/github/release/Stone-Zeng/zhlipsum/all.svg)](https://github.com/Stone-Zeng/zhlipsum/releases/latest) -Basic usage: +## Introduction + +This package provides an interface to dummy text in Chinese, which +will be useful for testing Chinese documents. + +`zhlipsum` supports both UTF-8 and GBK encoding. + +## Basic usage ```tex \zhlipsum[3] \zhlipsum*[1-5] ``` -More information can be found in the package documentation -[zhlipsum.pdf](https://github.com/Stone-Zeng/zhlipsum/releases/download/v0.3/zhlipsum.pdf). +More information can be found in the package documentation +[zhlipsum.pdf](http://mirrors.ctan.org/macros/latex/contrib/zhlipsum/zhlipsum.pdf). ## License |