summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lipsum
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-03 03:03:59 +0000
committerNorbert Preining <norbert@preining.info>2021-08-03 03:03:59 +0000
commit363ea487975bcc527ccdb2c9b5dda1b27cf839b2 (patch)
tree6cdf9acdc187eb910e920bac16a4b14ebacb9b92 /macros/latex/contrib/lipsum
parent7c20aed48e20b439ef64f417a7e32ce7fda44d18 (diff)
CTAN sync 202108030303
Diffstat (limited to 'macros/latex/contrib/lipsum')
-rw-r--r--macros/latex/contrib/lipsum/CHANGELOG.md7
-rw-r--r--macros/latex/contrib/lipsum/lipsum.dtx4
-rw-r--r--macros/latex/contrib/lipsum/lipsum.ins10
-rw-r--r--macros/latex/contrib/lipsum/lipsum.pdfbin650355 -> 650470 bytes
4 files changed, 14 insertions, 7 deletions
diff --git a/macros/latex/contrib/lipsum/CHANGELOG.md b/macros/latex/contrib/lipsum/CHANGELOG.md
index 379801f73f..470e445784 100644
--- a/macros/latex/contrib/lipsum/CHANGELOG.md
+++ b/macros/latex/contrib/lipsum/CHANGELOG.md
@@ -5,6 +5,11 @@ documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project uses major+minor version identifiers.
+## [v2.6]
+
+### Changed
+- Minor changes to `lipsum.ins` ([related issue][1]).
+
## [v2.5]
### Fixed
@@ -47,3 +52,5 @@ and this project uses major+minor version identifiers.
### Fixed
- Internal change to avoid error with newer `xparse`.
+
+ [1]: https://github.com/latex3/latex2e/issues/636
diff --git a/macros/latex/contrib/lipsum/lipsum.dtx b/macros/latex/contrib/lipsum/lipsum.dtx
index 6371737414..944dac139f 100644
--- a/macros/latex/contrib/lipsum/lipsum.dtx
+++ b/macros/latex/contrib/lipsum/lipsum.dtx
@@ -16,7 +16,7 @@
% https://github.com/PhelypeOleinik/lipsum
%
\def\lipsumversion{2.5}
-\def\lipsumdate{2021-07-28}
+\def\lipsumdate{2021-08-01}
%<*driver>
\ProvidesFile{lipsum.dtx}%
[\lipsumdate\space v\lipsumversion\space
@@ -1319,7 +1319,7 @@
% Warn the user about an unknown/missing language. Most of the time
% the issue is a minimal installation that doesn't have Latin, but
% sometimes it may be a typo. Regardless of the case, warn the user
-% then change the lanugage to \cs{languagename} so the warning appears
+% then change the language to \cs{languagename} so the warning appears
% only once, at least until it is changed again.
% \begin{macrocode}
\cs_new_protected:Npn \@@_missing_language_warning:
diff --git a/macros/latex/contrib/lipsum/lipsum.ins b/macros/latex/contrib/lipsum/lipsum.ins
index 4a289f65f3..e22af4b0c8 100644
--- a/macros/latex/contrib/lipsum/lipsum.ins
+++ b/macros/latex/contrib/lipsum/lipsum.ins
@@ -12,7 +12,7 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
-\input l3docstrip.tex
+\input docstrip.tex
\askforoverwritefalse
\keepsilent
\preamble
@@ -58,12 +58,12 @@ Please send error reports and suggestions for improvements to
\inparfalse
\parno=0
\endlinechar=-1
- \def~{ }%
+ \def\~{ }%
\def\ReferenceLines{%
\MetaPrefix ^^J%
- \MetaPrefix~The original source files were:^^J%
+ \MetaPrefix\~The original source files were:^^J%
\MetaPrefix ^^J%
- \MetaPrefix~\inFileName^^J}%
+ \MetaPrefix\~\inFileName^^J}%
\immediate\write\lipswrite{\defaultpreamble}%
\immediate\write\lipswrite{\string\SetLipsumLanguage{#3}}%
\genlipsumaux\genlipsumaux
@@ -96,7 +96,7 @@ Please send error reports and suggestions for improvements to
\genlipsum{cs}{lipsum-cs}{czech}
\genlipsum{cicero}{cicero}{latin}
-\obeyspaces
+\catcode`\ =13 \edef {\space}%
\Msg{****************************************************}
\Msg{* *}
\Msg{* To finish the installation you have to move the *}
diff --git a/macros/latex/contrib/lipsum/lipsum.pdf b/macros/latex/contrib/lipsum/lipsum.pdf
index c27ddc7e8b..a9a5d52217 100644
--- a/macros/latex/contrib/lipsum/lipsum.pdf
+++ b/macros/latex/contrib/lipsum/lipsum.pdf
Binary files differ