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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/latex/chess-problem-diagrams/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chess-problem-diagrams/diagram.pdf | bin | 347870 -> 348106 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/chess-problem-diagrams/diagram.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/chess-problem-diagrams/diagram.sty | 3 |
4 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/chess-problem-diagrams/README b/Master/texmf-dist/doc/latex/chess-problem-diagrams/README index 15b8b8677c8..15b13781bed 100644 --- a/Master/texmf-dist/doc/latex/chess-problem-diagrams/README +++ b/Master/texmf-dist/doc/latex/chess-problem-diagrams/README @@ -1,5 +1,5 @@ diagram --- A package for typesetting chessproblems -Version v1.11 / Stefan Hoening 2015 +Version v1.11.1 / Stefan Hoening 2015 CONTENTS diff --git a/Master/texmf-dist/doc/latex/chess-problem-diagrams/diagram.pdf b/Master/texmf-dist/doc/latex/chess-problem-diagrams/diagram.pdf Binary files differindex d5bb94102a9..2c8aaf2876f 100644 --- a/Master/texmf-dist/doc/latex/chess-problem-diagrams/diagram.pdf +++ b/Master/texmf-dist/doc/latex/chess-problem-diagrams/diagram.pdf diff --git a/Master/texmf-dist/source/latex/chess-problem-diagrams/diagram.dtx b/Master/texmf-dist/source/latex/chess-problem-diagrams/diagram.dtx index 8b1f2ff4414..46d17322633 100644 --- a/Master/texmf-dist/source/latex/chess-problem-diagrams/diagram.dtx +++ b/Master/texmf-dist/source/latex/chess-problem-diagrams/diagram.dtx @@ -13,9 +13,9 @@ %% %% % \fi -% \def\fileversion{v1.11} -% \def\docdate{2015/1/30} -% \CheckSum{4285} +% \def\fileversion{v1.11.1} +% \def\docdate{2015/3/16} +% \CheckSum{4288} % \changes{v0.1}{15 Februar 2004}{First Version} % \changes{v0.2}{23 Februar 2004}{Added the documentation for the % {\itshape information collecting} macros which may be used @@ -69,6 +69,7 @@ % evaluation of options 11pt and 12pt does not work.} % \changes{v1.11}{30 January 2015}{Fixed issue 03f/e20:om: diagram.sty: % piecedefs should be written after twins and before remarks.} +% \changes{v1.11.1}{16 March 2015}{Fixed issue 03f/b31:om: diagram.sty: label and ref don't respect diagnum prefix or diagnumbering setting.} % % \DoNotIndex{\@arabic,\def,\@idxitem,\@ifnextchar,\@ifstar, % \@ne,\@ptsize,\ ,\advance,\AtEndOfPackage,\begin,\begingroup, @@ -967,7 +968,7 @@ % Specifies the preamble of our style file. % \begin{macrocode} %<*style> -\ProvidesPackage{diagram}[2015/01/30] +\ProvidesPackage{diagram}[2015/03/16] % \end{macrocode} % % \begin{macro}{\DefaultDiagramSize} @@ -1027,6 +1028,7 @@ \newif\ifdi@no \newcounter{board@nr} +\renewcommand{\theboard@nr}{\thediag} % \newif\iffigcnt \newboolean{piececounter} \newcount\r@w 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@ |