diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-08 20:21:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-08 20:21:01 +0000 |
commit | 6b0dba844eeab4f1d26d299a162e71a3405ffc36 (patch) | |
tree | d2c27dbe29153f7712cd26c4299ad5456fb4b727 /Master/texmf-dist/tex/latex/changebar | |
parent | 9dc321c116f81f3b363f7b71ab8f7ab88dd8e6bd (diff) |
changebar (8may22)
git-svn-id: svn://tug.org/texlive/trunk@63259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/changebar')
-rw-r--r-- | Master/texmf-dist/tex/latex/changebar/changebar.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/changebar/changebar.sty b/Master/texmf-dist/tex/latex/changebar/changebar.sty index 7ff3dbf956e..31b64ec3ccd 100644 --- a/Master/texmf-dist/tex/latex/changebar/changebar.sty +++ b/Master/texmf-dist/tex/latex/changebar/changebar.sty @@ -7,7 +7,7 @@ %% changebar.dtx (with options: `package') %% 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. %% -------------------------------------------------------------- @@ -34,10 +34,10 @@ %% The list of derived (unpacked) files belonging to the distribution %% and covered by LPPL is defined by the unpacking scripts (with %% extension .ins) which are part of the distribution. -%% Copyright 1994-2018 (C) Johannes Braams. All rights reserved. +%% Copyright 1994-2022 (C) Johannes Braams. All rights reserved. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{changebar} - [2018/03/09 v3.6c Indicate changes with marginal bars] + [2022-05-06 v3.6d Indicate changes with marginal bars] \def\cb@maxpoint{80} \def\cb@minpoint{1} \def\cb@nil{0} @@ -1021,16 +1021,16 @@ Even right: \the\cb@even@right }% \immediate\closeout\cb@write - \immediate\openin\cb@read=\jobname.cb} + \immediate\openin\cb@read=\jobname.cb\relax} \AtEndDocument{% \clearpage \cb@initstack\cb@historystack \immediate\closein\cb@read - \immediate\openin\cb@read=\jobname.cb% + \immediate\openin\cb@read=\jobname.cb\relax \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 |