diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-11 20:23:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-11 20:23:50 +0000 |
commit | ea9e4ccd8121bca75c0f89743fc8099617e26d15 (patch) | |
tree | bdcb81de75b4eb02c4fca6e6c27120c9ceb717d7 /Master/texmf-dist/tex/latex/changebar/changebar.sty | |
parent | 284238c3c429197758ebc0a5e048e24e66676e70 (diff) |
changebar (11mar18)
git-svn-id: svn://tug.org/texlive/trunk@46919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/changebar/changebar.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/changebar/changebar.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/changebar/changebar.sty b/Master/texmf-dist/tex/latex/changebar/changebar.sty index c43be2cd1f2..7ff3dbf956e 100644 --- a/Master/texmf-dist/tex/latex/changebar/changebar.sty +++ b/Master/texmf-dist/tex/latex/changebar/changebar.sty @@ -37,7 +37,7 @@ %% Copyright 1994-2018 (C) Johannes Braams. All rights reserved. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{changebar} - [2018/02/04 v3.6b Indicate changes with marginal bars] + [2018/03/09 v3.6c Indicate changes with marginal bars] \def\cb@maxpoint{80} \def\cb@minpoint{1} \def\cb@nil{0} @@ -461,8 +461,8 @@ }% \gdef\cb@checkPdfxy##1##2##3##4##5{% \cb@@findpdfpoint{##1}{##2}% - \ifnum##3=\cb@pdfx\relax - \ifnum##4=\cb@pdfy\relax + \ifdim##3sp=\cb@pdfx\relax + \ifdim##4sp=\cb@pdfy\relax \ifdim##5=\cb@pdfz\relax \else \cb@error @@ -600,8 +600,8 @@ }% \gdef\cb@checkPdfxy##1##2##3##4##5{% \cb@@findpdfpoint{##1}{##2}% - \ifnum##3=\cb@pdfx\relax - \ifnum##4=\cb@pdfy\relax + \ifdim##3sp=\cb@pdfx\relax + \ifdim##4sp=\cb@pdfy\relax \ifdim##5=\cb@pdfz\relax \else \cb@error |