[tex4ht-commits] [SCM] tex4ht updated: r376 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Thu Feb 15 14:31:26 CET 2018
Author: michal_h21
Date: 2018-02-15 15:31:26 +0200 (Thu, 15 Feb 2018)
New Revision: 376
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-fonts-noncjk.tex
Log:
Basic support for Bera fonts
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2018-02-07 13:58:16 UTC (rev 375)
+++ trunk/lit/ChangeLog 2018-02-15 13:31:26 UTC (rev 376)
@@ -1,3 +1,10 @@
+2018-02-15 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-fonts-noncjk.tex
+ (tex4ht.dir/texmf/tex4ht/ht-fonts/alias/adobe/bera/fve*.htf): Basic support
+ for Bera fonts.
+ https://tex.stackexchange.com/q/415418/2891
+
2018-02-07 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-sty.tex (tex4ht.sty): new commands for semantic elements.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2018-02-07 13:58:16 UTC (rev 375)
+++ trunk/lit/Makefile 2018-02-15 13:31:26 UTC (rev 376)
@@ -98,6 +98,12 @@
$(ht_fonts_devdir)/unicode/adobe/courier/pcrro8r.htf \
$(ht_fonts_devdir)/iso8859/1/tibetan/ctib.htf \
$(ht_fonts_devdir)/unicode/tibetan/ctib.htf \
+ $(ht_fonts_devdir)/alias/adobe/bera/fveb8r.htf \
+ $(ht_fonts_devdir)/alias/adobe/bera/fveb8t.htf \
+ $(ht_fonts_devdir)/alias/adobe/bera/fver8r.htf \
+ $(ht_fonts_devdir)/alias/adobe/bera/fver8t.htf \
+ $(ht_fonts_devdir)/alias/adobe/bera/fvero8r.htf \
+ $(ht_fonts_devdir)/alias/adobe/bera/fvero8t.htf \
SearchFonts.java lm-htf.tex
tex4ht_fonts_modern_derived = \
$(ht_fonts_devdir)/unicode/lm/l7x-lmcsc.htf \
Modified: trunk/lit/tex4ht-fonts-noncjk.tex
===================================================================
--- trunk/lit/tex4ht-fonts-noncjk.tex 2018-02-07 13:58:16 UTC (rev 375)
+++ trunk/lit/tex4ht-fonts-noncjk.tex 2018-02-15 13:31:26 UTC (rev 376)
@@ -11759,7 +11759,42 @@
\AddFont{ipxg-r-t1}{alias/t1fonts/ipxg-r-t1}{}
+\Section{Bera}
+\<fveb8r\><<<
+.pcrro8r
+htfcss: fveb8r font-weight: bold;
+>>>
+\AddFont{fveb8r}{alias/adobe/bera/fveb8r}{}
+
+\<fver8r\><<<
+.pcrro8r
+>>>
+\AddFont{fver8r}{alias/adobe/bera/fver8r}{}
+
+\<fvero8r\><<<
+.pcrro8r
+htfcss: fvero8r font-style: italic;
+>>>
+\AddFont{fvero8r}{alias/adobe/bera/fvero8r}{}
+
+\<fver8t\><<<
+.lm-ec
+>>>
+\AddFont{fver8t}{alias/adobe/bera/fver8t}{}
+
+\<fveb8t\><<<
+.lm-ec
+htfcss: fveb8t font-weight: bold;
+>>>
+\AddFont{fveb8t}{alias/adobe/bera/fveb8t}{}
+
+\<fvero8t\><<<
+.lm-ec
+htfcss: fvero8t font-style: italic;
+>>>
+\AddFont{fvero8t}{alias/adobe/bera/fvero8t}{}
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{Default Htf Fonts}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
More information about the tex4ht-commits
mailing list