summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-11-24 03:03:00 +0000
committerNorbert Preining <norbert@preining.info>2024-11-24 03:03:00 +0000
commitab3e387a1833469d8e25383302cac8970b17ab69 (patch)
tree3347328ba0b14c057b33e5576669a2bbdc91a674 /support
parentc5ea838e494313690309865715e27f79305f14ae (diff)
CTAN sync 202411240302
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog14
-rw-r--r--support/TeX4ht/source/Makefile4
-rw-r--r--support/TeX4ht/source/tex4ht-4ht.tex17
3 files changed, 31 insertions, 4 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 04d84ed049..b16bb31dfa 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,17 @@
+2024-11-22 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-4ht.tex (lineno.4ht): test for star and optional argument
+ in \linenumbers.
+
+ * tex4ht-4ht.tex (IEEEtran.4ht): fixed support for cross-references
+ to subsections.
+ https://tex.stackexchange.com/a/731404/2891
+
+2024-11-21 Karl Berry <karl@freefriends.org>
+
+ * Makefile (tex4ht.jar): missing \ continuation. From Florian
+ Schmaus for gentoo.
+
2024-11-20 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (qtree.4ht): added support for the Qtree package.
diff --git a/support/TeX4ht/source/Makefile b/support/TeX4ht/source/Makefile
index 16da59e03c..6c548acc78 100644
--- a/support/TeX4ht/source/Makefile
+++ b/support/TeX4ht/source/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1558 2024-09-24 17:22:45Z karl $
+# $Id: Makefile 1600 2024-11-21 22:07:12Z karl $
# This file is public domain. Originally written 2010, Karl Berry.
# Assumes GNU make.
@@ -741,7 +741,7 @@ clean1:
ifeq ($(java_in_make),true)
.PHONY: jar
jar: $(homedir)/$(texmf_t4ht_bin)/tex4ht.jar
-$(homedir)/$(texmf_t4ht_bin)/tex4ht.jar:
+$(homedir)/$(texmf_t4ht_bin)/tex4ht.jar: \
$(tex4ht_docbook_xtpipes_derived) \
$(tex4ht_fonts_noncjk_derived) \
$(tex4ht_html_speech_xtpipes_derived) \
diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex
index 25ddcc7510..744fad9dc5 100644
--- a/support/TeX4ht/source/tex4ht-4ht.tex
+++ b/support/TeX4ht/source/tex4ht-4ht.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-4ht.tex 1599 2024-11-20 20:38:22Z michal_h21 $
+% $Id: tex4ht-4ht.tex 1602 2024-11-22 15:01:36Z michal_h21 $
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
% Copyright 2009-2024 TeX Users Group
@@ -30701,6 +30701,7 @@ Name of the configured environment is saved in \Verb+\a:enumitemenv+.
% Copyright (C) |CopyYear.2009. Eitan M. Gurari %
|<TeX4ht copyright|>
|<IEEEtran config|>
+|<IEEEtran thesubtitle|>
\Hinput{IEEEtran}
\endinput
>>> \AddFile{9}{IEEEtran}
@@ -30711,6 +30712,16 @@ Name of the configured environment is saved in \Verb+\a:enumitemenv+.
\let\@restonecolfalse\@restonecoltrue
>>>
+We must remove \''\mbox' from subtitle, because it caused
+errors with cross-references.
+
+\<IEEEtran thesubtitle\><<<
+\ifCLASSOPTIONcompsoc\else
+\def\thesubsection{\thesection-\Alph{subsection}} % I-A
+\fi
+>>>
+
+
%%%%%%%%%%%%%
\Section{enumerate.sty}
%%%%%%%%%%%%%
@@ -34149,7 +34160,9 @@ the fancy page style.
% \linenumbers don't have any sense in the HTML output
% moreover, they cause equations and possibly other elements to fail
-\HLet\linenumbers\relax
+\def\:tempa{\@ifnextchar [{\resetlinenumber }{\@ifstar {\resetlinenumber }{}}}
+\HLet\linenumbers\:tempa
+
% if \linenumbers were used in the document preamble, we must disable them now:
\LineNumbersfalse