diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-08 20:06:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-08 20:06:41 +0000 |
commit | 6cb924f47ebd6e1c719259e4c6d0fe613968e8fd (patch) | |
tree | 3eccc079a1287c01f575cd628270aee2472eade0 /Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.tex | |
parent | 65a6cc78ea8d1397df8fd68fb8379d54ce8d63b9 (diff) |
zhlipsum (8apr18)
git-svn-id: svn://tug.org/texlive/trunk@47383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.tex | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.tex b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.tex index 5d86d83bf62..fb779005bc2 100644 --- a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.tex +++ b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.tex @@ -86,7 +86,7 @@ {\endenumerate} \title{\textbf{The \pkg{zhlipsum} Package: Chinese Dummy Text}} \author{Xiangdong Zeng} -\date{2018/04/03 \quad v1.0.0% +\date{2018/04/08 \quad v1.1.0% \thanks{\url{https://github.com/Stone-Zeng/zhlipsum}.}} \begin{document} @@ -129,10 +129,10 @@ selected automatically according to \CTeX{}. Note that in \CTeX{} bundle, the correspoding options are \opt{UTF8} and \opt{GBK}, while the options in \pkg{zhlipsum} are all in \emph{lowercase}. -\begin{function}[updated=2018-03-23]{\zhlipsum} +\begin{function}[updated=2018-04-08]{\zhlipsum} \begin{syntax} - \cs{zhlipsum}\Arg{paragraph}\oarg{options} - \cs{zhlipsum*}\Arg{paragraph}\oarg{options} + \cs{zhlipsum}\oarg{paragraph}\oarg{options} + \cs{zhlipsum*}\oarg{paragraph}\oarg{options} \end{syntax} Produce dummy text. Both arguments \meta{paragraph} and \meta{options} are optional. Note that spaces are not allowed @@ -150,12 +150,12 @@ list. It can be specified as the following: \begin{ctexexam} ! Suppose the dummy text has 50 paragraphs. - \zhlipsum{2-4} ! Can be specified as a-b - \zhlipsum{4,12,3-8} ! A single number is also acceptable - \zhlipsum{-10,40-} ! Produce paragraphs 1-10 and 40-50 - \zhlipsum{-} ! Produce all paragraphs, i.e. 1-50 + \zhlipsum[2-4] ! Can be specified as a-b + \zhlipsum[4,12,3-8] ! A single number is also acceptable + \zhlipsum[-10,40-] ! Produce paragraphs 1-10 and 40-50 + \zhlipsum[-] ! Produce all paragraphs, i.e. 1-50 \zhlipsum ! Default value is 1-3 - \zhlipsum{48-52} ! Numbers larger than 50 will not be considered + \zhlipsum[48-52] ! Numbers larger than 50 will not be considered ! i.e. only paragraphs 48-50 are produced \end{ctexexam} @@ -225,7 +225,7 @@ as well. \newzhlipsum{jingyesi}{! {床前明月光,}, {疑是地上霜。}, {举头望明月,}, {低头思故乡。}} - \zhlipsum*{-}[name=jingyesi] ! Print all the four sentences without `\par' + \zhlipsum*[-][name=jingyesi] ! Print all the four sentences without `\par' \end{ctexexam} \section{Programming interface} |