summaryrefslogtreecommitdiff
path: root/support/TeX4ht
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-12-15 03:02:49 +0000
committerNorbert Preining <norbert@preining.info>2023-12-15 03:02:49 +0000
commit9dd4909414ccbc438a2c6276bf642904d6036891 (patch)
tree719482ec001467af1aa112811a7dc7a59b32ae2e /support/TeX4ht
parent08c9c5238d01d9b5949ae48f659d06da1665734a (diff)
CTAN sync 202312150302
Diffstat (limited to 'support/TeX4ht')
-rw-r--r--support/TeX4ht/source/ChangeLog5
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex7
2 files changed, 9 insertions, 3 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 452fb44ffc..5217403abb 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/ChangeLog
@@ -1,3 +1,8 @@
+2023-12-13 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): use <code> elements for \verb, also
+ disabled using of ht-fonts in this context.
+
2023-12-12 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-html4.tex (html4.4ht): close paragraph before end of \fbox.
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 51e3f909f2..7a4de2d7f7 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1422 2023-12-12 16:44:24Z michal_h21 $
+% $Id: tex4ht-html4.tex 1423 2023-12-13 13:20:15Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -7473,8 +7473,9 @@ Different labels may be associated to a common object in LaTex.
{\HCode{}}
{\a:sp}
\Configure{verb}
- {\HCode{<span class="verb"\a:LRdir>}}
- {\HCode{</span>}}
+ {\HCode{<code class="verb"\a:LRdir>}\NoFonts}
+ {\EndNoFonts\HCode{</code>}}
+\Css{code.verb{font-family:monospace,monospace;}}
>>>