diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty')
-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@ |