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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri Nov 25 13:46:18 CET 2016


Author: michal_h21
Date: 2016-11-25 14:46:18 +0200 (Fri, 25 Nov 2016)
New Revision: 202

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-options.tex
Log:
Added basic html5 support

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-11-23 23:58:37 UTC (rev 201)
+++ trunk/lit/ChangeLog	2016-11-25 12:46:18 UTC (rev 202)
@@ -1,3 +1,9 @@
+2016-11-25  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-html5.tex (html5.4ht): basic html5 template
+	* tex4ht-options.tex (tex4ht.4ht): added html5 option
+	* Makefile: generate html5 files
+
 2016-11-23  Karl Berry  <karl at freefriends.org>
 
 	* tex4ht-mathml.tex: Copyright 2016.

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2016-11-23 23:58:37 UTC (rev 201)
+++ trunk/lit/Makefile	2016-11-25 12:46:18 UTC (rev 202)
@@ -151,6 +151,9 @@
 derived += $(tex4ht_moz_derived)
 tex4ht_moz_derived = mozilla.4ht
 
+derived += $(tex4ht_html5_derived)
+tex4ht_html5_derived = html5.4ht
+
 derived += $(tex4ht_oo_xtpipes_derived)
 tex4ht_oo_xtpipes_derived = \
    oo-math.4xt oo-text.4xt \
@@ -308,6 +311,9 @@
 $(tex4ht_moz_derived): tex4ht-moz.tex $(common)
 	xhlatex $< "html,3,sections+" "" "" $(tex_1opt)
 
+$(tex4ht_html5_derived): tex4ht-html5.tex $(common)
+	xhlatex $< "xhtml,3,sections+" "" "" $(tex_1opt)
+
 $(tex4ht_oo_xtpipes_derived): tex4ht-oo-xtpipes.tex $(common)
 	htlatex $< "xhtml,next,3" "" "" $(tex_1opt)
 
@@ -413,6 +419,8 @@
 #
 	$(update) $(tex4ht_moz_derived) $(dest_texmf)/
 #
+	$(update) $(tex4ht_html5_derived) $(dest_texmf)/
+#
 	$(update) oo-text.4xt oo-math.4xt $(dest_xtpipes)/
 	$(update) OoUtilities.java OomFilter.java $(dest_java)/
 #

Modified: trunk/lit/tex4ht-options.tex
===================================================================
--- trunk/lit/tex4ht-options.tex	2016-11-23 23:58:37 UTC (rev 201)
+++ trunk/lit/tex4ht-options.tex	2016-11-25 12:46:18 UTC (rev 202)
@@ -109,6 +109,7 @@
 |<html4 settings|>
 |<0.0 and 3.2 settings|>
 |<mozilla settings|>
+|<html5 settings|>
 |<tei settings|>
 |<docbook settings|>
 |<html for word settings|>
@@ -256,6 +257,21 @@
 }
 >>>
 
+
+\<html5 settings\><<<
+\Configure{html5}{%
+   \:CheckOption{info}\if:Option
+               \Hinclude[*]{infoht4.4ht}\fi
+   \:CheckOption{info}\if:Option
+               \Hinclude[*]{infomml.4ht}\fi
+   \Hinclude[*]{html4.4ht}%
+   \Hinclude[*]{unicode.4ht}%
+   \Hinclude[*]{mathml.4ht}%
+   \Hinclude[*]{html-mml.4ht}%
+   \Hinclude[*]{html5.4ht}%
+}
+>>>
+
 \<tei settings\><<<
 \Configure{tei}{%
    \Hinclude[*]{tei.4ht}%



More information about the tex4ht-commits mailing list