diff options
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} |