summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-17 00:49:17 +0000
committerKarl Berry <karl@freefriends.org>2011-04-17 00:49:17 +0000
commit2e1f9683796eac1430947f795341e3a4abc5de55 (patch)
treebe13093a40bd125c9b1af58b66292c6bdc12964b
parent267a9b3c9510955de4cafd61675964c21b89c493 (diff)
lipsum (16apr11)
git-svn-id: svn://tug.org/texlive/trunk@22098 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/lipsum/lipsum.pdfbin364503 -> 364540 bytes
-rw-r--r--Master/texmf-dist/source/latex/lipsum/lipsum.dtx12
-rw-r--r--Master/texmf-dist/tex/latex/lipsum/lipsum.sty8
3 files changed, 9 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf b/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf
index 6a1d55b4133..327a4aa4812 100644
--- a/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf
+++ b/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/lipsum/lipsum.dtx b/Master/texmf-dist/source/latex/lipsum/lipsum.dtx
index f90d7016f78..4dbf965568a 100644
--- a/Master/texmf-dist/source/latex/lipsum/lipsum.dtx
+++ b/Master/texmf-dist/source/latex/lipsum/lipsum.dtx
@@ -22,14 +22,12 @@
%
%<*dtx>
\ProvidesFile{lipsum.dtx}
- [2011/02/08 v1.1 150 paragraphs of Lorem Ipsum dummy text]
+ [2011/04/14 v1.2 150 paragraphs of Lorem Ipsum dummy text]
%</dtx>
%<package>\NeedsTeXFormat{LaTeX2e}
-%<package>\ProvidesPackage{lipsum}[2011/02/08 v1.1 150 paragraphs of Lorem Ipsum dummy text]
+%<package>\ProvidesPackage{lipsum}[2011/04/14 v1.2 150 paragraphs of Lorem Ipsum dummy text]
%<driver>\ProvidesFile{lipsum.drv}
% \fi
- \ProvidesFile{lipsum.dtx}
- [2011/02/08 v1.1 150 paragraphs of Lorem Ipsum dummy text]
% \GetFileInfo{lipsum.dtx}
% \CheckSum{544}
%
@@ -79,6 +77,8 @@
% \changes{v1.0}{2004/05/15}{First release}
% \changes{v1.1}{2011/02/08}{Added support for typesetting dummy text without
% paragraphs in between.}
+% \changes{v1.2}{2011/04/14}{Bug fix (thanks to Florent Chervet and Ulrike
+% Fischer for reporting).}
% \maketitle
% \section*{Usage}
% To load the package specify
@@ -148,7 +148,7 @@
\newcounter{lips@count}
\setcounter{lips@count}{0}
-\let\lips@par\par
+\def\lips@par{\par}%
\DeclareOption{nopar}{\let\lips@par\relax}
\ProcessOptions
@@ -171,7 +171,7 @@
\newcommand\ChangeLipsumPar{%
\ifx\lips@par\relax
- \let\lips@par\par
+ \def\lips@par{\par}%
\else
\let\lips@par\relax
\fi
diff --git a/Master/texmf-dist/tex/latex/lipsum/lipsum.sty b/Master/texmf-dist/tex/latex/lipsum/lipsum.sty
index 77721b159e2..458515e2173 100644
--- a/Master/texmf-dist/tex/latex/lipsum/lipsum.sty
+++ b/Master/texmf-dist/tex/latex/lipsum/lipsum.sty
@@ -21,9 +21,7 @@
%% LaTeX version 1999/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{lipsum}[2011/02/08 v1.1 150 paragraphs of Lorem Ipsum dummy text]
- \ProvidesFile{lipsum.dtx}
- [2011/02/08 v1.1 150 paragraphs of Lorem Ipsum dummy text]
+\ProvidesPackage{lipsum}[2011/04/14 v1.2 150 paragraphs of Lorem Ipsum dummy text]
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -43,7 +41,7 @@
\newcounter{lips@count}
\setcounter{lips@count}{0}
-\let\lips@par\par
+\def\lips@par{\par}%
\DeclareOption{nopar}{\let\lips@par\relax}
\ProcessOptions
@@ -66,7 +64,7 @@
\newcommand\ChangeLipsumPar{%
\ifx\lips@par\relax
- \let\lips@par\par
+ \def\lips@par{\par}%
\else
\let\lips@par\relax
\fi