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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Jan 3 15:56:01 CET 2024


Author: michal_h21
Date: 2024-01-03 14:56:01 +0000 (Wed, 03 Jan 2024)
New Revision: 1429

Added:
   trunk/lit/tex4ht-fonts-libertinus.tex
Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
Added the libertinus fonts support

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-12-21 12:27:05 UTC (rev 1428)
+++ trunk/lit/ChangeLog	2024-01-03 14:56:01 UTC (rev 1429)
@@ -1,3 +1,9 @@
+2024-01-03  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-libertinus.tex: added support for the Libertinus
+	font.
+	https://tex.stackexchange.com/a/706228/2891
+	
 2023-12-21  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (xr-hyper.4ht): removed extra \fi, it is no longer

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2023-12-21 12:27:05 UTC (rev 1428)
+++ trunk/lit/Makefile	2024-01-03 14:56:01 UTC (rev 1429)
@@ -197,6 +197,10 @@
 tex4ht_fonts_libertine_derived = \
 	$(ht_fonts_devdir)/unicode/Linux_Biolinum_T/LinBiolinumT-lf-sc-ly1.htf
 
+derived += $(tex4ht_fonts_libertinus_derived)
+tex4ht_fonts_libertinus_derived = \
+	$(ht_fonts_devdir)/unicode/libertinus/LibertinusSans-Italic-lf-lgr.htf
+
 derived += $(tex4ht_fonts_newtx_derived)
 tex4ht_fonts_newtx_derived = \
 	$(ht_fonts_devdir)/unicode/txbmiaX/ntxbmia.htf
@@ -437,6 +441,9 @@
 $(tex4ht_fonts_libertine_derived): tex4ht-fonts-libertine.tex
 	$(HTTEX) $< ""
 
+$(tex4ht_fonts_libertinus_derived): tex4ht-fonts-libertinus.tex
+	$(HTTEX) $< ""
+
 $(tex4ht_fonts_newtx_derived): tex4ht-fonts-newtx.tex
 	$(HTTEX) $< ""
 



More information about the tex4ht-commits mailing list.