[tex4ht-commits] [SCM] tex4ht updated: r206 - trunk/lit
michal_h21 at gnu.org.ua
michal_h21 at gnu.org.ua
Sun Nov 27 22:48:35 CET 2016
Author: michal_h21
Date: 2016-11-27 23:48:35 +0200 (Sun, 27 Nov 2016)
New Revision: 206
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/mktex4ht-cnf.tex
Log:
Added fontspec fo mktex4ht-cnf.tex
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2016-11-26 23:44:54 UTC (rev 205)
+++ trunk/lit/ChangeLog 2016-11-27 21:48:35 UTC (rev 206)
@@ -1,5 +1,9 @@
2016-11-27 Michal Hoftich <michal.h21 at gmail.com>
+ * mktex4ht-cnf.tex: added requests for fontspec
+ * Makefile: added mktex4ht-cnf.tex as dependency for tex4ht-cond4ht.tex
+2016-11-27 Michal Hoftich <michal.h21 at gmail.com>
+
* tex4ht-4ht.tex (usepackage.4ht, fontspec.4ht, fontspec-4ht.lua,
fontspec-xetex.4ht): Added support for Fontspec package, for both
LuaLaTeX and XeLaTeX
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2016-11-26 23:44:54 UTC (rev 205)
+++ trunk/lit/Makefile 2016-11-27 21:48:35 UTC (rev 206)
@@ -221,7 +221,7 @@
$(tex4ht_c_derived): tex4ht-c.tex $(common)
tex $(tex_opts) $<
-$(tex4ht_cond4ht_derived): tex4ht-cond4ht.tex $(common)
+$(tex4ht_cond4ht_derived): tex4ht-cond4ht.tex mktex4ht-cnf.tex $(common)
tex $(tex_opts) $<
tex $(tex_opts) cond4ht.4ht
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2016-11-26 23:44:54 UTC (rev 205)
+++ trunk/lit/mktex4ht-cnf.tex 2016-11-27 21:48:35 UTC (rev 206)
@@ -312,4 +312,6 @@
\AddFile{9}{galician}
\AddFile{9}{greek}
\AddFile{9}{exam}
+\AddFile{9}{fontspec}
+\AddFile{9}{xetex-fontspec}
%\AddFile{9}{mktex4ht}
More information about the tex4ht-commits
mailing list