[tex4ht-commits] [SCM] tex4ht updated: r216 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sun Dec 11 12:47:00 CET 2016
Author: michal_h21
Date: 2016-12-11 13:47:00 +0200 (Sun, 11 Dec 2016)
New Revision: 216
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-fonts-modern.tex
Log:
Change in rm-lm fonts
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2016-12-10 21:07:47 UTC (rev 215)
+++ trunk/lit/ChangeLog 2016-12-11 11:47:00 UTC (rev 216)
@@ -1,3 +1,11 @@
+2016-12-11 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-fonts-modern.tex
+ (tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/rm-lm.htf,
+ tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmt.htf,
+ tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmvt.htf): Typewritter lmodern
+ fonts in OT1 encoding containded wrong backslashes and other characters.
+
2016-12-10 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (usepackage.4ht): There was catcode issue with
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2016-12-10 21:07:47 UTC (rev 215)
+++ trunk/lit/Makefile 2016-12-11 11:47:00 UTC (rev 216)
@@ -76,7 +76,9 @@
SearchFonts.java lm-htf.tex
tex4ht_fonts_modern_derived = \
tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lmcsc.htf \
- tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lm.htf
+ tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lm.htf \
+ tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmt.htf \
+ tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmvt.htf
# xx and lots more
# whither tmp? how change target dir? what happened to cmtex.htf? etc.
Modified: trunk/lit/tex4ht-fonts-modern.tex
===================================================================
--- trunk/lit/tex4ht-fonts-modern.tex 2016-12-10 21:07:47 UTC (rev 215)
+++ trunk/lit/tex4ht-fonts-modern.tex 2016-12-11 11:47:00 UTC (rev 216)
@@ -2052,6 +2052,12 @@
htfcss: rm-lmssqbo font-family: sans-serif; font-style: oblique; font-weight: bold;
htfcss: rm-lmssqbx font-family: sans-serif; font-weight: bold;
htfcss: rm-lmssqo font-family: sans-serif; font-style: oblique;
+>>>
+
+\AddFont{rm-lm}{unicode/lm/rm-lm}
+
+\<rm-lmt\><<<
+.lm-ec
htfcss: rm-lmtcso font-style: oblique; font-family: monospace;
htfcss: rm-lmtk font-family: monospace;
htfcss: rm-lmtko font-style: oblique; font-family: monospace;
@@ -2060,8 +2066,14 @@
htfcss: rm-lmtlco font-weight: light; font-style: oblique; font-family: monospace;
htfcss: rm-lmtlo font-weight: light; font-style: oblique; font-family: monospace;
htfcss: rm-lmtt font-family: monospace;
+htfcss: rm-lmtk font-family: monospace;
htfcss: rm-lmtti font-family: monospace; font-style:italic;
htfcss: rm-lmtto font-style: oblique; font-family: monospace;
+>>>
+\AddFont{rm-lmt}{alias/lm/rm-lmt}
+
+\<rm-lmvt\><<<
+.lm-ec
htfcss: rm-lmvtk font-family: monospace;
htfcss: rm-lmvtko font-style: oblique; font-family: monospace;
htfcss: rm-lmvtl font-weight: light; font-family: monospace;
@@ -2069,27 +2081,9 @@
htfcss: rm-lmvtt font-family: monospace;
htfcss: rm-lmvtto font-style: oblique; font-family: monospace;
>>>
+\AddFont{rm-lmvt}{alias/lm/rm-lmvt}
-\AddFont{rm-lm}{unicode/lm/rm-lm}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\<lmbsy\><<<
.plbsy
htfcss: lmbsy font-weight:bold;
@@ -2408,6 +2402,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-lmri font-style:italic;
htfcss: ec-lmro font-style: oblique;
htfcss: ec-lmss font-family: sans-serif;
More information about the tex4ht-commits
mailing list