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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Wed Oct 20 16:57:26 CEST 2021


Author: michal_h21
Date: 2021-10-20 14:57:26 +0000 (Wed, 20 Oct 2021)
New Revision: 1001

Added:
   trunk/lit/tex4ht-fonts-kpfonts.tex
Modified:
   trunk/lit/Makefile
Log:
Added kpfonts support

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2021-10-20 11:32:53 UTC (rev 1000)
+++ trunk/lit/Makefile	2021-10-20 14:57:26 UTC (rev 1001)
@@ -211,6 +211,10 @@
 derived += $(tex4ht_fonts_spectral_derived)
 tex4ht_fonts_spectral_derived = \
 	$(ht_fonts_devdir)/unicode/Spectral/Spectral-Regular-lf-sc-ly1.htf
+
+derived += $(tex4ht_fonts_kpfonts_derived)
+tex4ht_fonts_kpfonts_derived = \
+	$(ht_fonts_devdir)/unicode/Kp-Light-M-Syd/jkplsyd.htf
 # xx and many more
 # whither tmp?  how change target dir?  what happened to cmtex.htf?  etc.
 
@@ -426,6 +430,9 @@
 $(tex4ht_fonts_spectral_derived): tex4ht-fonts-spectral.tex
 	$(HTTEX) $< ""
 
+$(tex4ht_fonts_kpfonts_derived): tex4ht-fonts-kpfonts.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.