[tex4ht-commits] [SCM] tex4ht updated: r1415 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon Dec 4 10:09:30 CET 2023


Author: michal_h21
Date: 2023-12-04 09:09:29 +0000 (Mon, 04 Dec 2023)
New Revision: 1415

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-fonts-noncjk.tex
Log:
link cmtcsc to cmtt

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-12-03 21:09:44 UTC (rev 1414)
+++ trunk/lit/ChangeLog	2023-12-04 09:09:29 UTC (rev 1415)
@@ -1,3 +1,10 @@
+2023-12-04  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-noncjk.tex (
+	tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/cm/cmtcsc.htf
+	): link to cmtt instead of using custom font table.
+	Thanks to Arkady Benediktov
+
 2023-12-03  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (xcolor.4ht): added the "color" option.

Modified: trunk/lit/tex4ht-fonts-noncjk.tex
===================================================================
--- trunk/lit/tex4ht-fonts-noncjk.tex	2023-12-03 21:09:44 UTC (rev 1414)
+++ trunk/lit/tex4ht-fonts-noncjk.tex	2023-12-04 09:09:29 UTC (rev 1415)
@@ -11032,8 +11032,12 @@
 
 \AddFont[4es]{cmtt-emspk}{css/emacspeak/cm/cmtt}
 
+Arkady Benediktov reported that this font table contains 
+some wrong characters, most notable some accents and right quote.
+It would be better to just link to the cmtt font, which should
+have the same encoding.
 
-\<cmtcsc-uni\><<<
+\<cmtcsc-uni-old\><<<
 cmtcsc 0 127
 '&#x0393;' '' Gamma      0 `<version 0`>
 '&#x0394;' '' Delta      1 % cmtcsc.htf (unicode) (`version), generated from `jobname.tex
@@ -11167,6 +11171,14 @@
 htfcss: cmtcsc font-family: monospace,monospace;
 >>>
 
+We will just link to cmtt font instead of using custom font table,
+as it contains errors.
+
+\<cmtcsc-uni\><<<
+.cmtt
+htfcss: cmtcsc font-family: monospace,monospace;
+>>>
+
 \AddFont{cmtcsc-uni}{unicode/cm/cmtcsc}
 
 



More information about the tex4ht-commits mailing list.