diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-24 21:06:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-24 21:06:01 +0000 |
commit | 8f126c2c31e11c3e30f040d836bde384dfe193be (patch) | |
tree | cf5bc85f42fb275f110e5f7d1f081191b0ec30b9 /Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty | |
parent | 6df3fe57362cbe88636ba77df481c3329fcdd66f (diff) |
chessboard (24jun19)
git-svn-id: svn://tug.org/texlive/trunk@51445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty b/Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty index b06623e9bcd..2e1ea4c071e 100644 --- a/Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty +++ b/Master/texmf-dist/tex/latex/chessboard/chessboard-pgf.sty @@ -4,10 +4,10 @@ %% %% The original source files were: %% -%% chessboard-src.dtx (with options: `chessboard-pgf') +%% chessboard.dtx (with options: `chessboard-pgf') %% %% chessboard: a package to print chessboards -%% Copyright 2006-2014 Ulrike Fischer (chess@nililand.de) +%% Copyright 2006-2019 Ulrike Fischer (chess@nililand.de) %% ------------------------------------------- %% %% This file can be redistributed and/or modified under the terms of @@ -16,7 +16,7 @@ %% License, or (at your option) any later version. %% %% For error reports see documentation. -\ProvidesFile{chessboard-pgf.sty}[2014/05/01 version v1.7 pgf code for chessboard.sty] +\ProvidesFile{chessboard-pgf.sty}[2019/06/23 version v1.8 pgf code for chessboard.sty] %%$Date: 2011/01/11 14:07:20 $$Version: 3d9f59c743f1 $ \newcommand\board@pgf@extrabackground{}% @@ -90,7 +90,7 @@ {\setcounter{cnt@board@rank}{0}% \whiledo %nodes for on one field for each rank {\value{cnt@board@rank}<\numexpr\board@val@maxranknum+1\relax}% - {\edef\board@temp{\zeroalph{cnt@board@file}\arabic{cnt@board@rank}}% + {\edef\board@temp{\zeroalph{cnt@board@file}\number\value{cnt@board@rank}}% \expandafter\board@pgf@addnode\expandafter{\board@temp}{#1}% \expandafter\board@do@l@addto@macro\csname board@pgf@#1ground\endcsname{% \pgftransformshift{\pgfpointxy{0}{1}}}% @@ -204,7 +204,7 @@ {\setcounter{cnt@board@file}{\board@temp@curstartfilenum}% \whiledo {\value{cnt@board@file}<\numexpr \board@temp@curstopfilenum+1\relax}% - {\edef\board@temp@curfield{\zeroalph{cnt@board@file}\arabic{cnt@board@rank}}% + {\edef\board@temp@curfield{\zeroalph{cnt@board@file}\number\value{cnt@board@rank}}% \expandafter\board@pgf@addpgftofield\expandafter{\board@temp@curfield}{mark}% \addtocounter{cnt@board@file}{1}}% \addtocounter{cnt@board@rank}{-1}}}% @@ -222,7 +222,7 @@ {\setcounter{cnt@board@file}{\board@temp@curstartfilenum}% \whiledo {\value{cnt@board@file}<\numexpr \board@temp@curstopfilenum+1\relax}% - {\edef\board@temp@curfield{\zeroalph{cnt@board@file}\arabic{cnt@board@rank}}% + {\edef\board@temp@curfield{\zeroalph{cnt@board@file}\number\value{cnt@board@rank}}% \expandafter\board@pgf@addpgftofield\expandafter{\board@temp@curfield}{back}% \addtocounter{cnt@board@file}{1}}% \addtocounter{cnt@board@rank}{-1}}}% |