summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-28 22:16:27 +0000
committerKarl Berry <karl@freefriends.org>2023-03-28 22:16:27 +0000
commit3d26630235026c72b9ea1350d9b03f021c2befa6 (patch)
treea17121fff96f08b802d7fce229f97a9a3f6af0ac
parent2d58537c184d04a9f5533472827b3499da4a1d83 (diff)
smallcaps lm fixes, tex4ht r1313
git-svn-id: svn://tug.org/texlive/trunk@66699 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog7
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-modern.tex3
-rw-r--r--Master/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf1
3 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 334f53cfa40..07710254b38 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,10 @@
+2023-03-28 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-fonts-modern.tex (
+ ./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf
+ ): fixed small caps output from Latin Modern.
+ https://tex.stackexchange.com/a/681035/2891
+
2023-03-27 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (titlesec-hooks.4ht): prevent redefinition of
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-modern.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-modern.tex
index d0d08a78bf2..e9fa996a261 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-modern.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-fonts-modern.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-fonts-modern.tex 1200 2022-09-26 15:08:39Z michal_h21 $
+% $Id: tex4ht-fonts-modern.tex 1313 2023-03-28 11:14:33Z michal_h21 $
% Included from tex4ht-fonts-noncjk.tex, not run on its own.
%
% Copyright 2009-2020 TeX Users Group
@@ -2500,6 +2500,7 @@ htfcss: ec-lmbxi font-style:italic; font-weight: bold;
htfcss: ec-lmbxo font-style: oblique; font-weight: bold;
htfcss: ec-lmcsco font-style: oblique;
htfcss: ec-lmcs font-variant: small-caps;
+htfcss: ec-lmcsc font-variant: small-caps;
htfcss: ec-lmri font-style:italic;
htfcss: ec-lmro font-style: oblique;
htfcss: ec-lmss font-family: sans-serif;
diff --git a/Master/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf b/Master/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf
index af633569e33..e934be252b1 100644
--- a/Master/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf
+++ b/Master/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf
@@ -5,6 +5,7 @@ htfcss: ec-lmbxi font-style:italic; font-weight: bold;
htfcss: ec-lmbxo font-style: oblique; font-weight: bold;
htfcss: ec-lmcsco font-style: oblique;
htfcss: ec-lmcs font-variant: small-caps;
+htfcss: ec-lmcsc font-variant: small-caps;
htfcss: ec-lmri font-style:italic;
htfcss: ec-lmro font-style: oblique;
htfcss: ec-lmss font-family: sans-serif;