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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Mar 17 12:02:16 CET 2022


Author: michal_h21
Date: 2022-03-17 11:02:16 +0000 (Thu, 17 Mar 2022)
New Revision: 1091

Added:
   trunk/lit/tex4ht-fonts-opensans.tex
Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
Added support for OpenSans fonts

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-03-16 14:38:50 UTC (rev 1090)
+++ trunk/lit/ChangeLog	2022-03-17 11:02:16 UTC (rev 1091)
@@ -1,3 +1,8 @@
+2021-03-17  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-opensans.tex: added support for OpenSans fonts.
+	https://tex.stackexchange.com/q/637314/2891
+
 2022-03-16  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (unicode-math-hooks.4ht): reset catcodes after

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2022-03-16 14:38:50 UTC (rev 1090)
+++ trunk/lit/Makefile	2022-03-17 11:02:16 UTC (rev 1091)
@@ -213,6 +213,9 @@
 tex4ht_fonts_kpfonts_derived = \
 	$(ht_fonts_devdir)/unicode/Kp-Light-M-Syd/jkplsyd.htf
 
+derived += $(tex4ht_fonts_opensans_derived)
+tex4ht_fonts_opensans_derived = \
+	$(ht_fonts_devdir)/unicode/Open_Sans_Light/OpenSans-LightItalic-OT1-LF.htf
 # xx and many more
 # whither tmp?  how change target dir?  what happened to cmtex.htf?  etc.
 
@@ -431,6 +434,9 @@
 $(tex4ht_fonts_kpfonts_derived): tex4ht-fonts-kpfonts.tex
 	$(HTTEX) $< ""
 
+$(tex4ht_fonts_opensans_derived): tex4ht-fonts-opensans.tex
+	$(HTTEX) $< ""
+
 # requires more memory than configured in other tex programs.
 $(tex4ht_fonts_4hf): tex4ht-fonts-4hf.tex
 	dvilualatex $< 



More information about the tex4ht-commits mailing list.