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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Mon May 9 10:32:38 CEST 2022


Author: michal_h21
Date: 2022-05-09 08:32:38 +0000 (Mon, 09 May 2022)
New Revision: 1132

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-fonts-modern.tex
Log:
Added support for ML modern fonts

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-05-08 15:29:51 UTC (rev 1131)
+++ trunk/lit/ChangeLog	2022-05-09 08:32:38 UTC (rev 1132)
@@ -1,3 +1,15 @@
+2022-05-09  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-modern.tex (
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/mlm/mlmex.htf
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/mlm/mlmsy.htf
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/mlm/rm-mlm.htf
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/mlm/mlmbsy.htf
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/mlm/rm-mlmvt.htf
+	./tex4ht.dir/texmf/tex4ht/ht-fonts/alias/mlm/mlmmi.htf
+	): Added support for ML Modern fonts.
+	https://tex.stackexchange.com/a/643260/2891
+
 2022-05-08  Karl Berry  <karl at freefriends.org>
 
 	* tex4ht-4ht.tex (xrhyper-hooks.4ht): copyright.

Modified: trunk/lit/tex4ht-fonts-modern.tex
===================================================================
--- trunk/lit/tex4ht-fonts-modern.tex	2022-05-08 15:29:51 UTC (rev 1131)
+++ trunk/lit/tex4ht-fonts-modern.tex	2022-05-09 08:32:38 UTC (rev 1132)
@@ -2114,7 +2114,71 @@
 
 \AddFont{lmsy}{alias/lm/lmsy}
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\SubSection{ML Modern}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+\<rm-mlm\><<<
+.lm-ec
+htfcss: rm-mlmbo  font-style: oblique;
+htfcss: rm-mlmbx  font-weight: bold;
+htfcss: rm-mlmbxi  font-style:italic; font-weight: bold;
+htfcss: rm-mlmbxo  font-style: oblique; font-weight: bold;
+htfcss: rm-mlmri  font-style:italic;
+htfcss: rm-mlmro  font-style: oblique;
+htfcss: rm-mlmss  font-family: sans-serif;
+htfcss: rm-mlmssbo  font-family: sans-serif; font-style: oblique; font-weight: bold;
+htfcss: rm-mlmssbx  font-family: sans-serif; font-weight: bold;
+htfcss: rm-mlmssdc  font-family: sans-serif;
+htfcss: rm-mlmssdo  font-family: sans-serif; font-style: oblique;
+htfcss: rm-mlmsso  font-family: sans-serif; font-style: oblique;
+htfcss: rm-mlmssq  font-family: sans-serif;
+htfcss: rm-mlmssqbo  font-family: sans-serif; font-style: oblique; font-weight: bold;
+htfcss: rm-mlmssqbx  font-family: sans-serif; font-weight: bold;
+htfcss: rm-mlmssqo  font-family: sans-serif; font-style: oblique;
+htfcss: rm-mlmcsc font-variant: small-caps;
+>>>
+\AddFont{rm-mlm}{alias/mlm/rm-mlm}
+
+\<rm-mlmvt\><<<
+.lm-ec
+htfcss: rm-mlmvtk  font-family: monospace,monospace;
+htfcss: rm-mlmvtko  font-style: oblique; font-family: monospace,monospace;
+htfcss: rm-mlmvtl  font-weight: light; font-family: monospace,monospace;
+htfcss: rm-mlmvtlo  font-weight: light; font-style: oblique; font-family: monospace,monospace;
+htfcss: rm-mlmvtt  font-family: monospace,monospace;
+htfcss: rm-mlmvtto  font-style: oblique; font-family: monospace,monospace;
+>>>
+\AddFont{rm-mlmvt}{alias/mlm/rm-mlmvt}
+
+
+\<mlmbsy\><<<
+.plbsy
+htfcss: mlmbsy font-weight:bold;
+>>>     
+
+\AddFont{mlmbsy}{alias/mlm/mlmbsy}
+
+\<mlmex\><<<
+.cmex
+>>>
+
+
+\AddFont{mlmex}{alias/mlm/mlmex}
+
+\<mlmmi\><<<
+.cmmi
+htfcss: mlmmib font_weight:bold;
+>>>
+
+\AddFont{mlmmi}{alias/mlm/mlmmi}
+
+\<mlmsy\><<<
+.plbsy
+>>>
+
+\AddFont{mlmsy}{alias/mlm/mlmsy}
+
 %%%%%%%%%%%%%
 \SubSection{EC}
 %%%%%%%%%%%%%



More information about the tex4ht-commits mailing list.