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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/README.md | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.pdf | bin | 67563 -> 67525 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.tex | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf | bin | 266087 -> 268081 bytes |
4 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/zhlipsum/README.md b/Master/texmf-dist/doc/latex/zhlipsum/README.md index 64b8c0b8ccb..ebbab97309e 100644 --- a/Master/texmf-dist/doc/latex/zhlipsum/README.md +++ b/Master/texmf-dist/doc/latex/zhlipsum/README.md @@ -11,12 +11,12 @@ Basic usage ----------- \zhlipsum - \zhlipsum*{1-5} - \zhlipsum{6-10,18}[name=trad] + \zhlipsum*[1-5] + \zhlipsum[6-10,18][name=trad] More information can be found in the package documentation -[zhlipsum.pdf](http://mirrors.ctan.org/macros/latex/contrib/zhlipsum/zhlipsum.pdf) -(Chinese version) or [zhlipsum-en.pdf](http://mirrors.ctan.org/macros/latex/contrib/zhlipsum/zhlipsum-en.pdf) +[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 diff --git a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.pdf b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.pdf Binary files differindex 25f8ab1ff42..f4928fd31f4 100644 --- a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.pdf +++ b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum-en.pdf 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} diff --git a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf Binary files differindex 7f9e49c2da0..96a3d791b0b 100644 --- a/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf +++ b/Master/texmf-dist/doc/latex/zhlipsum/zhlipsum.pdf |