summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lipsum
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/lipsum')
-rw-r--r--Master/texmf-dist/tex/latex/lipsum/lipsum.sty8
1 files changed, 3 insertions, 5 deletions
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