summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lipsum
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-24 21:33:06 +0000
committerKarl Berry <karl@freefriends.org>2018-11-24 21:33:06 +0000
commit6369c2f5b2519516f099ea3207e2c6fc393c6321 (patch)
treeb209cec7469b4de8f9ff0ff9fd842fc46e32a2e1 /Master/texmf-dist/tex/latex/lipsum
parent6698b740599d200209c0490272b9c796d3b13f68 (diff)
lipsum (24nov18)
git-svn-id: svn://tug.org/texlive/trunk@49241 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lipsum')
-rw-r--r--Master/texmf-dist/tex/latex/lipsum/lipsum.sty20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/lipsum/lipsum.sty b/Master/texmf-dist/tex/latex/lipsum/lipsum.sty
index 07af7a3888a..7b2cfbe2a60 100644
--- a/Master/texmf-dist/tex/latex/lipsum/lipsum.sty
+++ b/Master/texmf-dist/tex/latex/lipsum/lipsum.sty
@@ -32,8 +32,8 @@
\RequirePackage{xparse}
\ProvidesExplPackage
{lipsum}
- {2018/11/07}
- {2.0}
+ {2018/11/24}
+ {2.1a}
{150 paragraphs of Lorem Ipsum dummy text}
\@ifpackagelater { expl3 } { 2018/10/31 }
{ }
@@ -582,16 +582,16 @@
\cs_new:Nn \__lipsum_restore_sentence_list: {
\SetLipsumSentenceListItemSeparator{\space}
\SetLipsumSentenceListItemSeparator*{\space}
- \SetLipsumSentenceListSurrounders{}{\tex_par:D}
- \SetLipsumSentenceListSurrounders*{}{\space}
+ \SetLipsumSentenceListSurrounders{}{}
+ \SetLipsumSentenceListSurrounders*{}{}
\SetLipsumSentenceListItemSurrounders*{}{}
\SetLipsumSentenceListItemSurrounders{}{}
}
\cs_new:Nn \__lipsum_restore_par_list: {
\SetLipsumParListItemSeparator{\tex_par:D}
\SetLipsumParListItemSeparator*{\space}
- \SetLipsumParListSurrounders{}{\tex_par:D}
- \SetLipsumParListSurrounders*{}{\space}
+ \SetLipsumParListSurrounders{}{}
+ \SetLipsumParListSurrounders*{}{}
\SetLipsumParListItemSurrounders*{}{}
\SetLipsumParListItemSurrounders{}{}
}
@@ -600,16 +600,16 @@
\cs_gset:Nn \__lipsum_restore_sentence_list: {
\SetLipsumSentenceListItemSeparator{\space}
\SetLipsumSentenceListItemSeparator*{\space}
- \SetLipsumSentenceListEnd{\space}
- \SetLipsumSentenceListEnd*{\tex_par:D}
+ \SetLipsumSentenceListEnd{}
+ \SetLipsumSentenceListEnd*{}
\SetLipsumSentenceListItemSurrounders*{}{}
\SetLipsumSentenceListItemSurrounders{}{}
}
\cs_gset:Nn \__lipsum_restore_par_list: {
\SetLipsumParListItemSeparator{\space}
\SetLipsumParListItemSeparator*{\tex_par:D}
- \SetLipsumParListEnd{\space}
- \SetLipsumParListEnd*{\tex_par:D}
+ \SetLipsumParListEnd{}
+ \SetLipsumParListEnd*{}
\SetLipsumParListItemSurrounders*{}{}
\SetLipsumParListItemSurrounders{}{}
}