From 2e1f9683796eac1430947f795341e3a4abc5de55 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 17 Apr 2011 00:49:17 +0000 Subject: lipsum (16apr11) git-svn-id: svn://tug.org/texlive/trunk@22098 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/lipsum/lipsum.pdf | Bin 364503 -> 364540 bytes Master/texmf-dist/source/latex/lipsum/lipsum.dtx | 12 ++++++------ Master/texmf-dist/tex/latex/lipsum/lipsum.sty | 8 +++----- 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 Binary files a/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf and b/Master/texmf-dist/doc/latex/lipsum/lipsum.pdf 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] % %\NeedsTeXFormat{LaTeX2e} -%\ProvidesPackage{lipsum}[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] %\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 -- cgit v1.2.3