[tex4ht-commits] [SCM] tex4ht updated: r387 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Mar 29 16:23:35 CEST 2018
Author: michal_h21
Date: 2018-03-29 17:23:35 +0300 (Thu, 29 Mar 2018)
New Revision: 387
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-fonts-noncjk.tex
Log:
Added more XCharter fonts
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2018-03-28 21:37:53 UTC (rev 386)
+++ trunk/lit/ChangeLog 2018-03-29 14:23:35 UTC (rev 387)
@@ -1,3 +1,8 @@
+2018-03-29 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-fonts-noncjk.tex
+ (tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/XCharter*.htf): Support for
+ XCharter fonts
+
2018-03-28 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-sty.tex (tex4ht.sty): use \long for definition of \IfFileExists,
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2018-03-28 21:37:53 UTC (rev 386)
+++ trunk/lit/Makefile 2018-03-29 14:23:35 UTC (rev 387)
@@ -105,6 +105,9 @@
$(ht_fonts_devdir)/alias/bera/fver8t.htf \
$(ht_fonts_devdir)/alias/bera/fvero8r.htf \
$(ht_fonts_devdir)/alias/bera/fvero8t.htf \
+ $(ht_fonts_devdir)/alias/t1fonts/XCharter-Roman-tlf-t1--base.htf \
+ $(ht_fonts_devdir)/alias/t1fonts/XCharter-Italic-tlf-t1--base.htf \
+ $(ht_fonts_devdir)/alias/t1fonts/XCharter-Bold-tlf-t1--base.htf \
SearchFonts.java \
lm-htf.tex
tex4ht_fonts_modern_derived = \
Modified: trunk/lit/tex4ht-fonts-noncjk.tex
===================================================================
--- trunk/lit/tex4ht-fonts-noncjk.tex 2018-03-28 21:37:53 UTC (rev 386)
+++ trunk/lit/tex4ht-fonts-noncjk.tex 2018-03-29 14:23:35 UTC (rev 387)
@@ -6206,6 +6206,24 @@
htfcss: LinBiolinumT-osf-sc-t1 font-weight: bold; font-variant: small-caps; font-name: 'Linux Biolinum O', sans-serif
>>>
+\<XCharter-Bold-tlf-t1--base\><<<
+.lm-ec
+htfcss: XCharter-Bold-tlf-t1--base font-weight:bold; font-family: Charter, serif;
+>>>
+\AddFont{XCharter-Bold-tlf-t1--base}{alias/t1fonts/XCharter-Bold-tlf-t1--base}{}
+
+\<XCharter-Italic-tlf-t1--base\><<<
+.lm-ec
+htfcss: XCharter-Italic-tlf-t1--base font-style: italic; font-family: Charter, serif;
+>>>
+\AddFont{XCharter-Italic-tlf-t1--base}{alias/t1fonts/XCharter-Italic-tlf-t1--base}{}
+
+\<XCharter-Roman-tlf-t1--base\><<<
+.lm-ec
+htfcss: XCharter-Roman-tlf-t1--base font-style:normal; font-family: Charter, serif;
+>>>
+\AddFont{XCharter-Roman-tlf-t1--base}{alias/t1fonts/XCharter-Roman-tlf-t1--base}{}
+
\AddFont{LinBiolinumT-osf-sc-t1}{alias/t1fonts/LinBiolinumT-osf-sc-t1}{}
\<LinBiolinumTB-tosf-sc-t1\><<<
@@ -11782,7 +11800,7 @@
.pcrro8r
htfcss: fvmr8r font-family: monospaced;
>>>
-\AddFont{fvmr8r}{alias/bera/fvmr8r}{}
+\.AddFont{fvmr8r}{alias/bera/fvmr8r}{}
\<fver8t\><<<
.lm-ec
@@ -11801,6 +11819,7 @@
>>>
\AddFont{fvero8t}{alias/bera/fvero8t}{}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{Default Htf Fonts}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list