diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-16 20:45:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-16 20:45:41 +0000 |
commit | 1e3a3ba35d94c55dd0486d738e887d704eac7589 (patch) | |
tree | f11e960a1beab7d56538443d65467ead5464a39b /Master/texmf-dist/doc/latex | |
parent | 3d37034cd0e9282746768a103efd422d50cd46b0 (diff) |
zhlipsum (16sep17)
git-svn-id: svn://tug.org/texlive/trunk@45317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/README.md | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-gbk.tex | 41 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-utf8.tex | 41 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf | bin | 248056 -> 259679 bytes |
4 files changed, 93 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 diff --git a/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-gbk.tex b/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-gbk.tex new file mode 100644 index 00000000000..ebf7a0cf30b --- /dev/null +++ b/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-gbk.tex @@ -0,0 +1,41 @@ +%% +%% This is file `zhlipsum-example-gbk.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% zhlipsum.dtx (with options: `ex-gbk') +%% +\documentclass[GBK]{ctexart} +\usepackage[encoding=GBK]{zhlipsum} +\begin{document} +\def\parcmd{\texttt{\textbackslash par}} + +\section{Basic} +\zhlipsum + +\section{Different fonts} +{\songti \zhlipsum[1]} + +{\heiti \zhlipsum[2]} + +{\fangsong \zhlipsum[3]} + +{\kaishu \zhlipsum[4]} + +\section{Single paragraph} +\zhlipsum[55] + +\section{With `\parcmd'} +Some text before lorem ipsum. +\zhlipsum[0-1] +Some text after lorem ipsum. + +\section{Without `\parcmd'} +Some text before lorem ipsum. +\zhlipsum*[0-500] +Some text after lorem ipsum. +\end{document} +%% +%% +%% End of file `zhlipsum-example-gbk.tex'. diff --git a/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-utf8.tex b/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-utf8.tex new file mode 100644 index 00000000000..17eae9d2af2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/zhlipsum/example/zhlipsum-example-utf8.tex @@ -0,0 +1,41 @@ +%% +%% This is file `zhlipsum-example-utf8.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% zhlipsum.dtx (with options: `ex-utf8') +%% +\documentclass[UTF8]{ctexart} +\usepackage[encoding=UTF8]{zhlipsum} +\begin{document} +\def\parcmd{\texttt{\textbackslash par}} + +\section{Basic} +\zhlipsum + +\section{Different fonts} +{\songti \zhlipsum[1]} + +{\heiti \zhlipsum[2]} + +{\fangsong \zhlipsum[3]} + +{\kaishu \zhlipsum[4]} + +\section{Single paragraph} +\zhlipsum[55] + +\section{With `\parcmd'} +Some text before lorem ipsum. +\zhlipsum[0-1] +Some text after lorem ipsum. + +\section{Without `\parcmd'} +Some text before lorem ipsum. +\zhlipsum*[0-500] +Some text after lorem ipsum. +\end{document} +%% +%% +%% End of file `zhlipsum-example-utf8.tex'. diff --git a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf Binary files differindex 4c0ec8c8f44..d84856641ab 100644 --- a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf +++ b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf |