diff options
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/ChangeLog | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex | 16 |
2 files changed, 21 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog index d9bd881255e..c181028100b 100644 --- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog +++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog @@ -1,3 +1,10 @@ +2023-12-04 Michal Hoftich <michal.h21@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@gmail.com> * tex4ht-4ht.tex (xcolor.4ht): added the "color" option. diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex index 58e6cf94fcd..7320ca112d7 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex +++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-noncjk.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-fonts-noncjk.tex 1410 2023-11-17 14:54:32Z michal_h21 $ +% $Id: tex4ht-fonts-noncjk.tex 1415 2023-12-04 09:09:29Z michal_h21 $ % tex tex4ht-fonts-noncjk % or ht tex tex4ht-fonts-noncjk % @@ -11032,8 +11032,12 @@ htfcss: cmtt @media speech pitch:`<medium`>; pitch-range:0; stress:0; richness:8 \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 'Γ' '' Gamma 0 `<version 0`> 'Δ' '' Delta 1 % cmtcsc.htf (unicode) (`version), generated from `jobname.tex @@ -11167,6 +11171,14 @@ cmtcsc 0 127 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} |