summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-07-01 03:01:25 +0000
committerNorbert Preining <norbert@preining.info>2023-07-01 03:01:25 +0000
commit3a29216caca37803e25b84a50fd5f7f91ebc04d3 (patch)
tree45c329c33b2bc8601810e0983b3590448a3279ec /support
parent711112a97f2a98854236304a216213632d61eeb7 (diff)
CTAN sync 202307010301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog6
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex4
-rwxr-xr-xsupport/TeX4ht/source/update-htfonts4
3 files changed, 9 insertions, 5 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 593d2d92b2..ebe030f281 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,9 @@
+2023-06-30 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): don't produce paragraphs inside <dt>
+ element.
+ https://github.com/michal-h21/tex4ebook/issues/109
+
2023-06-22 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-html4.tex (html4.4ht): use the requested image extension
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 629429251f..584e32059d 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1344 2023-06-22 07:56:38Z michal_h21 $
+% $Id: tex4ht-html4.tex 1345 2023-06-30 08:12:42Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -3207,7 +3207,7 @@ to the following text.
|<save end:itm|>\global\let\end:itm=\empty}
{|<recall end:itm|>\EndP\HCode{</dd></dl>}\ShowPar}
{\end:itm \global\def\end:itm{\EndP\Tg</dd>}\HCode{<dt
- class="description">}\bgroup |<list par|>\bf}
+ class="description">}\bgroup}
{\egroup\EndP\HCode{</dt><dd\Hnewline class="description">}|<list par|>}
>>>
diff --git a/support/TeX4ht/source/update-htfonts b/support/TeX4ht/source/update-htfonts
index 638ae3f456..e7763a30fd 100755
--- a/support/TeX4ht/source/update-htfonts
+++ b/support/TeX4ht/source/update-htfonts
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: update-htfonts 1331 2023-05-14 16:18:22Z karl $
+# $Id: update-htfonts 1343 2023-06-18 14:48:55Z karl $
# Update TeX4ht font files (.htf). See ./Makefile for invocations.
# Public domain. Originally written by Karl Berry, 2022.
@@ -23,7 +23,6 @@ if test x"$1" = xdiff; then
cp="echo would $cp"
mkdir="echo would $mkdir"
svn="echo would $svn"
-
elif test x"$1" = xupdate; then
shift
do_updates=true
@@ -34,7 +33,6 @@ fi
devdir=$1
instdir=$2
-verbose=true
tmpdir=/tmp/htdif.d # prefix
rm -rf $tmpdir; mkdir $tmpdir