summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-02 21:59:31 +0000
committerKarl Berry <karl@freefriends.org>2023-06-02 21:59:31 +0000
commite48d24849b5e0c509a46b32a6f871ca82e8c6412 (patch)
tree404c2e53548bef85ba23346568ed0725f3919fd7 /Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
parent36a13b9312ad584b42674c2780ade204c08246d6 (diff)
xskak fix, tex4ht r1335
git-svn-id: svn://tug.org/texlive/trunk@67272 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 8fa33605079..83d2bc51a32 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1325 2023-04-21 13:23:46Z michal_h21 $
+% $Id: tex4ht-html4.tex 1335 2023-06-02 11:15:08Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -19571,7 +19571,7 @@ If called from Xskak, we can use the xskakget command to get
chess notation as an alt text.
\<configure html4 chessboard\><<<
-\def\chessboard:alt{\ifdefined\o:xskakget:\o:xskakget:{nextfen}\fi}
+\def\chessboard:alt{\ifdefined\o:xskakget:\ifcsname Xskak.\xskak@val@gameid.\xskak@val@movenr.\xskak@val@player.nextfen\endcsname\o:xskakget:{nextfen}\fi\fi}
\Configure{chessboard}{\Picture*[\chessboard:alt]{}}{\EndPicture}
>>>