summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-03 03:01:14 +0000
committerNorbert Preining <norbert@preining.info>2023-06-03 03:01:14 +0000
commit644a486a866b7bcbf8fccb37cf6f88a36897deb0 (patch)
treeb8593330c0b54d298644dacf70e3b79918acf6b2 /support
parentde88ff1738cd9e29da5d2ce94b53d9035d9be6a4 (diff)
CTAN sync 202306030301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog9
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex3
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex4
-rwxr-xr-xsupport/TeX4ht/source/update-htfonts2
4 files changed, 14 insertions, 4 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index fa11893bab..7e44dcefdb 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,12 @@
+2023-06-02 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): check if Xskak's nextfen is defined.
+ https://tex.stackexchange.com/a/687434/2891
+
+2023-05-21 Karl Berry <karl@freefriends.org>
+
+ * tex4ht-4ht.tex (lineno.4ht): copyright 2023.
+
2023-05-19 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (spanish.4ht): fixed clash between Spanish Babel
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 9897eaabe5..93aa3e4818 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1333 2023-05-19 21:43:37Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1334 2023-05-21 14:16:15Z karl $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2023 TeX Users Group
@@ -32633,6 +32633,7 @@ the fancy page style.
\<lineno.4ht\><<<
% lineno.4ht (|version), generated from |jobname.tex
+% Copyright 2009-2023 TeX Users Group
% Copyright 2000-2009 Eitan M. Gurari
|<TeX4ht license text|>
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 8fa3360507..83d2bc51a3 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/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}
>>>
diff --git a/support/TeX4ht/source/update-htfonts b/support/TeX4ht/source/update-htfonts
index b30e3e7a91..638ae3f456 100755
--- a/support/TeX4ht/source/update-htfonts
+++ b/support/TeX4ht/source/update-htfonts
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: update-htfonts 1314 2023-04-02 15:01:40Z karl $
+# $Id: update-htfonts 1331 2023-05-14 16:18:22Z karl $
# Update TeX4ht font files (.htf). See ./Makefile for invocations.
# Public domain. Originally written by Karl Berry, 2022.