summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-30 21:41:27 +0000
committerKarl Berry <karl@freefriends.org>2023-06-30 21:41:27 +0000
commitb2495ef24d10cb18b57a8a003866b3fb60afef10 (patch)
tree54e70f772bf640660d5c0b4664096a18e50ddbff /Master/texmf-dist/source
parentf20a820ad43f52b3e6bc909d2e561cd78f8eeafc (diff)
no paragraphs inside <dt>, tex4ht r1345
git-svn-id: svn://tug.org/texlive/trunk@67519 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex4
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/update-htfonts4
3 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 593d2d92b23..ebe030f2812 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/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/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 629429251fa..584e32059d3 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 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/Master/texmf-dist/source/generic/tex4ht/update-htfonts b/Master/texmf-dist/source/generic/tex4ht/update-htfonts
index 638ae3f4560..e7763a30fdc 100644
--- a/Master/texmf-dist/source/generic/tex4ht/update-htfonts
+++ b/Master/texmf-dist/source/generic/tex4ht/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