summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chessboard/chessboard.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/chessboard/chessboard.sty')
-rw-r--r--Master/texmf-dist/tex/latex/chessboard/chessboard.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/chessboard/chessboard.sty b/Master/texmf-dist/tex/latex/chessboard/chessboard.sty
index 3ba2e5216cf..125969195af 100644
--- a/Master/texmf-dist/tex/latex/chessboard/chessboard.sty
+++ b/Master/texmf-dist/tex/latex/chessboard/chessboard.sty
@@ -17,7 +17,7 @@
%%
%% For error reports see documentation.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{chessboard}[2020/11/01 version v1.9 print chessboards]
+\ProvidesPackage{chessboard}[2024/11/07 version v2.0 print chessboards]
\DeclareOption{skaknew}{}%
\ProcessOptions
@@ -1119,12 +1119,12 @@
%% the background picture
\ifUFCB@locset@pgf
\makebox[0pt]{%
- \begin{pgfpicture}%
+ \begin{tikzpicture}%
\board@pgf@background
\begin{pgfscope}%
\board@pgf@extrabackground
\end{pgfscope}%
- \end{pgfpicture}}%
+ \end{tikzpicture}}%
\fi
%% the board
\ifUFCB@locset@inverse
@@ -1181,12 +1181,12 @@
%%the markground picture
\ifUFCB@locset@pgf
\makebox[0pt]{%
- \begin{pgfpicture}%
+ \begin{tikzpicture}%
\board@pgf@markground
\begin{pgfscope}%
\csname board@pgf@extramarkground\endcsname
\end{pgfscope}%
- \end{pgfpicture}}%
+ \end{tikzpicture}}%
\fi % end pgf
\board@do@setpsnode
%%