From 6369c2f5b2519516f099ea3207e2c6fc393c6321 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 24 Nov 2018 21:33:06 +0000 Subject: lipsum (24nov18) git-svn-id: svn://tug.org/texlive/trunk@49241 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/lipsum/lipsum.sty | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/latex/lipsum/lipsum.sty') 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{}{} } -- cgit v1.2.3