[tex4ht-commits] [SCM] tex4ht updated: r860 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sun Jan 3 12:00:33 CET 2021
Author: michal_h21
Date: 2021-01-03 13:00:32 +0200 (Sun, 03 Jan 2021)
New Revision: 860
Added:
trunk/lit/tex4ht-fonts-spectral.tex
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
Added support for the spectral font
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-01-02 11:02:00 UTC (rev 859)
+++ trunk/lit/ChangeLog 2021-01-03 11:00:32 UTC (rev 860)
@@ -1,3 +1,8 @@
+2021-01-03 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-fonts-spectral.tex: added support for the Spectral font.
+ https://puszcza.gnu.org.ua/bugs/?497
+
2021-01-02 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-sty.tex (tex4ht.sty): fixed \AtBeginDocument issues.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2021-01-02 11:02:00 UTC (rev 859)
+++ trunk/lit/Makefile 2021-01-03 11:00:32 UTC (rev 860)
@@ -204,6 +204,9 @@
tex4ht_fonts_fourier_derived = \
$(ht_fonts_devdir)/unicode/Fourier-Math-Letters/futmi.htf
+derived += $(tex4ht_fonts_spectral_derived)
+tex4ht_fonts_spectral_derived = \
+ $(ht_fonts_devdir)/unicode/Spectral/Spectral-Regular-lf-sc-ly1.htf
# xx and many more
# whither tmp? how change target dir? what happened to cmtex.htf? etc.
@@ -416,6 +419,9 @@
$(tex4ht_fonts_fourier_derived): tex4ht-fonts-fourier.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_spectral_derived): tex4ht-fonts-spectral.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.