texlive[51727] Master/texmf-dist: kantlipsum (25jul19)

commits+karl at tug.org commits+karl at tug.org
Thu Jul 25 23:48:10 CEST 2019


Revision: 51727
          http://tug.org/svn/texlive?view=revision&revision=51727
Author:   karl
Date:     2019-07-25 23:48:10 +0200 (Thu, 25 Jul 2019)
Log Message:
-----------
kantlipsum (25jul19)

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

Modified: trunk/Master/texmf-dist/doc/latex/kantlipsum/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/kantlipsum/README.md	2019-07-25 21:47:53 UTC (rev 51726)
+++ trunk/Master/texmf-dist/doc/latex/kantlipsum/README.md	2019-07-25 21:48:10 UTC (rev 51727)
@@ -2,7 +2,7 @@
 by the "Kant generator for Python" by Mark Pilgrim, described in the
 book "Dive into Python".
 
-This is version 0.8 of the package
+This is version 0.8a of the package
 
 Changes from earlier version:
 
@@ -9,6 +9,8 @@
 Support for printing only a few sentences from one paragraph has been added;
 the code has been polished.
 
+Version 0.8a fixes a small glitch.
+
  Copyright 2011-2019 Enrico Gregorio
 
  It may be distributed and/or modified under the conditions of the
@@ -27,7 +29,6 @@
 
 README (this file)
 kantlipsum.dtx
-kantlipsum.ins
 kantlipsum.pdf
 
  and of the derived file
@@ -36,4 +37,4 @@
 
 To install the distribution:
 
-o run "latex kantlipsum.ins"
+o run "tex kantlipsum.dtx"

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

Modified: trunk/Master/texmf-dist/source/latex/kantlipsum/kantlipsum.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/kantlipsum/kantlipsum.dtx	2019-07-25 21:47:53 UTC (rev 51726)
+++ trunk/Master/texmf-dist/source/latex/kantlipsum/kantlipsum.dtx	2019-07-25 21:48:10 UTC (rev 51727)
@@ -7,7 +7,7 @@
 by the "Kant generator for Python" by Mark Pilgrim, described in the
 book "Dive into Python".
 
-This is version 0.8 of the package
+This is version 0.8a of the package
 
 Changes from earlier version:
 
@@ -14,6 +14,8 @@
 Support for printing only a few sentences from one paragraph has been added;
 the code has been polished.
 
+Version 0.8a fixes a small glitch.
+
  Copyright 2011-2019 Enrico Gregorio
 
  It may be distributed and/or modified under the conditions of the
@@ -32,7 +34,6 @@
 
 README (this file)
 kantlipsum.dtx
-kantlipsum.ins
 kantlipsum.pdf
 
  and of the derived file
@@ -41,7 +42,7 @@
 
 To install the distribution:
 
-o run "latex kantlipsum.ins"
+o run "tex kantlipsum.dtx"
 %</readme>
 %<*internal>
 \fi
@@ -139,6 +140,7 @@
 %\changes{v0.6}{2012/10/14}{Added functions for producing an index}
 %\changes{v0.7}{2017/11/16}{Use new kernel function}
 %\changes{v0.8}{2017/07/23}{Print only a few sentences of a paragraph}
+%\changes{v0.8a}{2017/07/24}{Respect options and *-version}
 %
 % \begin{documentation}
 %
@@ -251,6 +253,10 @@
 % Printing just some sentences in a paragraph is possible. Now
 % a kernel released on 2019/07/01 or later is required.
 %
+% \subsection*{Changes from version 0.8}
+%
+% Added a missing \cs{@@par:}
+%
 % \end{documentation}
 %
 % \begin{implementation}
@@ -371,10 +377,11 @@
      { \cs_set_eq:NN \@@_par: \@@_nostar: }
    \IfNoValueTF{#3}
      { \@@_process:nn #2 \@@_print: }
-     { \@@_process:nnnn #2 #3 \tl_use:N \l_tmpa_tl }
+     { \@@_process:nnnn #2 #3 \tl_use:N \l_tmpa_tl \@@_par: }
    \group_end:
   }
 %    \end{macrocode}
+%\changes{v0.8a}{2019/07/24}{Added a missing \cs{@@par:}}
 % \end{function}
 %
 % \begin{function}{\kantdef}

Modified: trunk/Master/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty	2019-07-25 21:47:53 UTC (rev 51726)
+++ trunk/Master/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty	2019-07-25 21:48:10 UTC (rev 51727)
@@ -82,7 +82,7 @@
      { \cs_set_eq:NN \__kgl_par: \__kgl_nostar: }
    \IfNoValueTF{#3}
      { \__kgl_process:nn #2 \__kgl_print: }
-     { \__kgl_process:nnnn #2 #3 \tl_use:N \l_tmpa_tl }
+     { \__kgl_process:nnnn #2 #3 \tl_use:N \l_tmpa_tl \__kgl_par: }
    \group_end:
   }
 \NewDocumentCommand{\kantdef}



More information about the tex-live-commits mailing list