summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-08 20:21:01 +0000
committerKarl Berry <karl@freefriends.org>2022-05-08 20:21:01 +0000
commit6b0dba844eeab4f1d26d299a162e71a3405ffc36 (patch)
treed2c27dbe29153f7712cd26c4299ad5456fb4b727 /Master/texmf-dist/source/latex
parent9dc321c116f81f3b363f7b71ab8f7ab88dd8e6bd (diff)
changebar (8may22)
git-svn-id: svn://tug.org/texlive/trunk@63259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r--Master/texmf-dist/source/latex/changebar/changebar.dtx15
-rw-r--r--Master/texmf-dist/source/latex/changebar/changebar.ins2
2 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/changebar/changebar.dtx b/Master/texmf-dist/source/latex/changebar/changebar.dtx
index e146293a0c0..b07d80083f2 100644
--- a/Master/texmf-dist/source/latex/changebar/changebar.dtx
+++ b/Master/texmf-dist/source/latex/changebar/changebar.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% Copyright 1994-2018 (C) Johannes Braams. All rights reserved.
+%% Copyright 1994-2022 (C) Johannes Braams. All rights reserved.
%
% This file is part of the changebar package.
% -------------------------------------------
@@ -24,7 +24,7 @@
% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
% \fi
-% \CheckSum{2591}
+% \CheckSum{2594}
%
%\iffalse
% This file is built for \LaTeXe, so we make sure an error is
@@ -39,7 +39,7 @@
\ProvidesFile{changebar.dtx}
%</dtx>
%<+package>\ProvidesPackage{changebar}
- [2018/03/09 v3.6c Indicate changes with marginal bars]
+ [2022-05-06 v3.6d Indicate changes with marginal bars]
% \end{macrocode}
%
% \section{A driver for this document}
@@ -2997,6 +2997,7 @@
% Compute the left and right positions of the changebars.
% \changes{v3.4g}{2004/01/09}{Added tracing information for the left
% and right postions}
+% \changes{v3.6d}{2022-05-06}{Added \cs{relax} to end the filename}
% \begin{macrocode}
\cb@positions
\cb@trace{%
@@ -3006,7 +3007,7 @@
Even right: \the\cb@even@right
}%
\immediate\closeout\cb@write
- \immediate\openin\cb@read=\jobname.cb}
+ \immediate\openin\cb@read=\jobname.cb\relax}
% \end{macrocode}
% \end{macro}
%
@@ -3021,13 +3022,13 @@
% checking.
% \changes{3.2}{1994/04/21}{Use \cs{AtEndDocument} now instead of
% redefining \cs{enddocument}}
-%
+% \changes{v3.6d}{2022-05-06}{Added \cs{relax} to end the filename}
% \begin{macrocode}
\AtEndDocument{%
\clearpage
\cb@initstack\cb@historystack
\immediate\closein\cb@read
- \immediate\openin\cb@read=\jobname.cb%
+ \immediate\openin\cb@read=\jobname.cb\relax
% \end{macrocode}
%
% \changes{v3.5a}{2005/05/23}{For pdftex we also close and reread the
@@ -3037,7 +3038,7 @@
\ifx\cb@readxy\@undefined
\else
\immediate\closein\cb@readxy
- \immediate\openin\cb@readxy=\jobname.cb2%
+ \immediate\openin\cb@readxy=\jobname.cb2\relax
\def\cb@pdfpoints{}%
\def\cb@pdfpagenr{0}%
\fi
diff --git a/Master/texmf-dist/source/latex/changebar/changebar.ins b/Master/texmf-dist/source/latex/changebar/changebar.ins
index 8b5a9684f6c..21a53322235 100644
--- a/Master/texmf-dist/source/latex/changebar/changebar.ins
+++ b/Master/texmf-dist/source/latex/changebar/changebar.ins
@@ -24,7 +24,7 @@
\preamble
This is a generated file.
-Copyright (C) 1994-2018 Johannes Braams, All rights reserved.
+Copyright (C) 1994-2022 Johannes Braams, All rights reserved.
This file was generated from file(s) of the changebar package.
--------------------------------------------------------------