texlive[49241] Master/texmf-dist: lipsum (24nov18)

commits+karl at tug.org commits+karl at tug.org
Sat Nov 24 22:33:07 CET 2018


Revision: 49241
          http://tug.org/svn/texlive?view=revision&revision=49241
Author:   karl
Date:     2018-11-24 22:33:06 +0100 (Sat, 24 Nov 2018)
Log Message:
-----------
lipsum (24nov18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/lipsum/README.txt
    trunk/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf
    trunk/Master/texmf-dist/source/latex/lipsum/lipsum.dtx
    trunk/Master/texmf-dist/tex/latex/lipsum/lipsum.sty

Modified: trunk/Master/texmf-dist/doc/latex/lipsum/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/lipsum/README.txt	2018-11-24 20:46:16 UTC (rev 49240)
+++ trunk/Master/texmf-dist/doc/latex/lipsum/README.txt	2018-11-24 21:33:06 UTC (rev 49241)
@@ -14,7 +14,7 @@
    lipsum.dtx
    lipsum.ins 
    lipsum.pdf
-   README.1st (this file)
+   README.txt (this file)
 
 
 

Modified: trunk/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/lipsum/lipsum.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/lipsum/lipsum.dtx	2018-11-24 20:46:16 UTC (rev 49240)
+++ trunk/Master/texmf-dist/source/latex/lipsum/lipsum.dtx	2018-11-24 21:33:06 UTC (rev 49241)
@@ -21,7 +21,7 @@
 %    https://github.com/patta42/lipsum
 %
 %<*driver>
-\ProvidesFile{lipsum.dtx}[2018/11/07 v2.0 Access to 150 of Lorem Ipsum dummy text]
+\ProvidesFile{lipsum.dtx}[2018/11/24 v2.1a Access to 150 of Lorem Ipsum dummy text]
 \documentclass{l3doc}
 \usepackage[a4paper,
   top=2cm, left=8.8cm, right=2cm, bottom=3cm,
@@ -114,8 +114,8 @@
 \RequirePackage{xparse}
 \ProvidesExplPackage
   {lipsum}
-  {2018/11/07}
-  {2.0}
+  {2018/11/24}
+  {2.1a}
   {150 paragraphs of Lorem Ipsum dummy text}
 % </package>
 %   \fi
@@ -122,7 +122,7 @@
 %
 %   \title{\pkg{lipsum}}
 % \subtitle{Access to 150 paragraphs of Lorem Ipsum dummy
-% text\thanks{Version: 2.0}}
+% text\thanks{Version: 2.1a}}
 % \author{Patrick Happel\thanks{patrick.happel at rub.de}}
 % \date{\today}
 % \RecordChanges
@@ -141,7 +141,10 @@
 % \changes{v2.0}{2018/11/07}{Added the possibility to fetch a number of sentences from the
 % lipsum paragraphs (thanks to Frank Mittelbach).}
 % \changes{v2.0}{2018/11/07}{Rewritten code in \pkg{expl3} syntax.}
-%
+% \changes{v2.1}{2018/11/18}{Changed defaults, now nothing is typeset at the
+% end of any list.}
+% \changes{v2.1a}{2018/11/24}{Added forgotten ins-file to CTAN. This requires
+% a new version number.}
 % \maketitle{\pkg{lipsum} is a \LaTeX{} package that produces dummy text
 % to be used in test documents or examples. The paragraphs are taken with
 % permission from \url{https://www.lipsum.com/}, thanks to James Wilson for
@@ -231,12 +234,12 @@
 %
 % \subsection{Package Options}
 % \pkg{lipsum} outputs a range of paragraphs taken from the \lips\ dummy
-% text. The package option control how a single paragraph
-% of \lips\ is terminated. The default is to terminate a paragaraph with
-% \cs{par}. One option is available to change the default behaviour:
+% text. The package option control how the single paragraphs of \lips\ are
+% separated. The default is to separate the paragaraph with \cs{par}. One
+% option is available to change the default behaviour:
 % \begin{description}
 % \item[\opt{nopar}:] Instead of \cs{par}, \cs{space} is used to
-% terminate every paragraph. 
+% separate the paragraphs.
 % \end{description}
 % 
 % \subsection{User Commands}
@@ -1552,8 +1555,8 @@
 \cs_new:Nn \@@_restore_sentence_list: {
   \SetLipsumSentenceListItemSeparator{\space}
   \SetLipsumSentenceListItemSeparator*{\space}
-  \SetLipsumSentenceListSurrounders{}{\tex_par:D}
-  \SetLipsumSentenceListSurrounders*{}{\space}
+  \SetLipsumSentenceListSurrounders{}{}
+  \SetLipsumSentenceListSurrounders*{}{}
   \SetLipsumSentenceListItemSurrounders*{}{}
   \SetLipsumSentenceListItemSurrounders{}{}
 }
@@ -1560,8 +1563,8 @@
 \cs_new:Nn \@@_restore_par_list: {
   \SetLipsumParListItemSeparator{\tex_par:D}
   \SetLipsumParListItemSeparator*{\space}
-  \SetLipsumParListSurrounders{}{\tex_par:D}
-  \SetLipsumParListSurrounders*{}{\space}
+  \SetLipsumParListSurrounders{}{}
+  \SetLipsumParListSurrounders*{}{}
   \SetLipsumParListItemSurrounders*{}{}
   \SetLipsumParListItemSurrounders{}{}
 }
@@ -1571,8 +1574,8 @@
   \cs_gset:Nn \@@_restore_sentence_list: {
     \SetLipsumSentenceListItemSeparator{\space}
     \SetLipsumSentenceListItemSeparator*{\space}
-    \SetLipsumSentenceListEnd{\space}
-    \SetLipsumSentenceListEnd*{\tex_par:D}
+    \SetLipsumSentenceListEnd{}
+    \SetLipsumSentenceListEnd*{}
     \SetLipsumSentenceListItemSurrounders*{}{}
     \SetLipsumSentenceListItemSurrounders{}{}
   }
@@ -1579,8 +1582,8 @@
   \cs_gset:Nn \@@_restore_par_list: {
     \SetLipsumParListItemSeparator{\space}
     \SetLipsumParListItemSeparator*{\tex_par:D}
-    \SetLipsumParListEnd{\space}
-    \SetLipsumParListEnd*{\tex_par:D}
+    \SetLipsumParListEnd{}
+    \SetLipsumParListEnd*{}
     \SetLipsumParListItemSurrounders*{}{}
     \SetLipsumParListItemSurrounders{}{}
   }

Modified: trunk/Master/texmf-dist/tex/latex/lipsum/lipsum.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lipsum/lipsum.sty	2018-11-24 20:46:16 UTC (rev 49240)
+++ trunk/Master/texmf-dist/tex/latex/lipsum/lipsum.sty	2018-11-24 21:33:06 UTC (rev 49241)
@@ -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,8 +582,8 @@
 \cs_new:Nn \__lipsum_restore_sentence_list: {
   \SetLipsumSentenceListItemSeparator{\space}
   \SetLipsumSentenceListItemSeparator*{\space}
-  \SetLipsumSentenceListSurrounders{}{\tex_par:D}
-  \SetLipsumSentenceListSurrounders*{}{\space}
+  \SetLipsumSentenceListSurrounders{}{}
+  \SetLipsumSentenceListSurrounders*{}{}
   \SetLipsumSentenceListItemSurrounders*{}{}
   \SetLipsumSentenceListItemSurrounders{}{}
 }
@@ -590,8 +590,8 @@
 \cs_new:Nn \__lipsum_restore_par_list: {
   \SetLipsumParListItemSeparator{\tex_par:D}
   \SetLipsumParListItemSeparator*{\space}
-  \SetLipsumParListSurrounders{}{\tex_par:D}
-  \SetLipsumParListSurrounders*{}{\space}
+  \SetLipsumParListSurrounders{}{}
+  \SetLipsumParListSurrounders*{}{}
   \SetLipsumParListItemSurrounders*{}{}
   \SetLipsumParListItemSurrounders{}{}
 }
@@ -600,8 +600,8 @@
   \cs_gset:Nn \__lipsum_restore_sentence_list: {
     \SetLipsumSentenceListItemSeparator{\space}
     \SetLipsumSentenceListItemSeparator*{\space}
-    \SetLipsumSentenceListEnd{\space}
-    \SetLipsumSentenceListEnd*{\tex_par:D}
+    \SetLipsumSentenceListEnd{}
+    \SetLipsumSentenceListEnd*{}
     \SetLipsumSentenceListItemSurrounders*{}{}
     \SetLipsumSentenceListItemSurrounders{}{}
   }
@@ -608,8 +608,8 @@
   \cs_gset:Nn \__lipsum_restore_par_list: {
     \SetLipsumParListItemSeparator{\space}
     \SetLipsumParListItemSeparator*{\tex_par:D}
-    \SetLipsumParListEnd{\space}
-    \SetLipsumParListEnd*{\tex_par:D}
+    \SetLipsumParListEnd{}
+    \SetLipsumParListEnd*{}
     \SetLipsumParListItemSurrounders*{}{}
     \SetLipsumParListItemSurrounders{}{}
   }



More information about the tex-live-commits mailing list