diff options
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; |