summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-25 21:48:10 +0000
committerKarl Berry <karl@freefriends.org>2019-07-25 21:48:10 +0000
commit6f54e9bce9a4265696b1c53257542ebbb8a3222d (patch)
tree6cd37080e02c9898e9d15b00df9f363109109776
parent044685d64afe31ce21b24ff5bc6f38890bda4657 (diff)
kantlipsum (25jul19)
git-svn-id: svn://tug.org/texlive/trunk@51727 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/kantlipsum/README.md7
-rw-r--r--Master/texmf-dist/doc/latex/kantlipsum/kantlipsum.pdfbin586483 -> 585715 bytes
-rw-r--r--Master/texmf-dist/source/latex/kantlipsum/kantlipsum.dtx15
-rw-r--r--Master/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty2
4 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/kantlipsum/README.md b/Master/texmf-dist/doc/latex/kantlipsum/README.md
index 2452cc09a8a..6bfce609d03 100644
--- a/Master/texmf-dist/doc/latex/kantlipsum/README.md
+++ b/Master/texmf-dist/doc/latex/kantlipsum/README.md
@@ -2,13 +2,15 @@ The kantlipsum package spits out sentences in Kantian style provided
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:
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 @@ the code has been polished.
README (this file)
kantlipsum.dtx
-kantlipsum.ins
kantlipsum.pdf
and of the derived file
@@ -36,4 +37,4 @@ kantlipsum.sty
To install the distribution:
-o run "latex kantlipsum.ins"
+o run "tex kantlipsum.dtx"
diff --git a/Master/texmf-dist/doc/latex/kantlipsum/kantlipsum.pdf b/Master/texmf-dist/doc/latex/kantlipsum/kantlipsum.pdf
index f42f6dfb680..297d1eb9416 100644
--- a/Master/texmf-dist/doc/latex/kantlipsum/kantlipsum.pdf
+++ b/Master/texmf-dist/doc/latex/kantlipsum/kantlipsum.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/kantlipsum/kantlipsum.dtx b/Master/texmf-dist/source/latex/kantlipsum/kantlipsum.dtx
index 09815662fd3..744a8c7f533 100644
--- a/Master/texmf-dist/source/latex/kantlipsum/kantlipsum.dtx
+++ b/Master/texmf-dist/source/latex/kantlipsum/kantlipsum.dtx
@@ -7,13 +7,15 @@ The kantlipsum package spits out sentences in Kantian style provided
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:
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 @@ the code has been polished.
README (this file)
kantlipsum.dtx
-kantlipsum.ins
kantlipsum.pdf
and of the derived file
@@ -41,7 +42,7 @@ kantlipsum.sty
To install the distribution:
-o run "latex kantlipsum.ins"
+o run "tex kantlipsum.dtx"
%</readme>
%<*internal>
\fi
@@ -139,6 +140,7 @@ This work consists of the file kantlipsum.dtx
%\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 @@ This work consists of the file kantlipsum.dtx
% 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 @@ This work consists of the file kantlipsum.dtx
{ \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}
diff --git a/Master/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty b/Master/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty
index f58e0243f32..ee10f138dfa 100644
--- a/Master/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty
+++ b/Master/texmf-dist/tex/latex/kantlipsum/kantlipsum.sty
@@ -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}