diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-16 20:45:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-16 20:45:34 +0000 |
commit | 6ebddadf9365a980f3e92d75fde9310d0d1afac9 (patch) | |
tree | 34a0c026c12df85a7e4b8db8bfe9041f1058faad /Master/texmf-dist/tex | |
parent | 780d11aa67a2c4ea9d9279e9e20e812779b57741 (diff) |
chess-problem-diagrams (16mar15)
git-svn-id: svn://tug.org/texlive/trunk@36531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty b/Master/texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty index 3316bc21e78..f0ed64ed406 100644 --- a/Master/texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty +++ b/Master/texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty @@ -36,7 +36,7 @@ %% %% -\ProvidesPackage{diagram}[2015/01/30] +\ProvidesPackage{diagram}[2015/03/16] \newcommand*{\DefaultDiagramSize}{} \DeclareOption{10pt}{\renewcommand*{\DefaultDiagramSize}{\diagramx}} \DeclareOption{11pt}{\renewcommand*{\DefaultDiagramSize}{\diagramxi}} @@ -79,6 +79,7 @@ \newif\ifdi@no \newcounter{board@nr} +\renewcommand{\theboard@nr}{\thediag} \newboolean{piececounter} \newcount\r@w \newcount\lin@ |