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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Tue Mar 3 16:35:41 CET 2020


Author: michal_h21
Date: 2020-03-03 17:35:41 +0200 (Tue, 03 Mar 2020)
New Revision: 672

Added:
   trunk/lit/tex4ht-jats.tex
Modified:
   trunk/lit/Makefile
   trunk/lit/tex4ht-options.tex
Log:
Started work on the JATS style

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2020-03-02 07:47:40 UTC (rev 671)
+++ trunk/lit/Makefile	2020-03-03 15:35:41 UTC (rev 672)
@@ -243,6 +243,9 @@
 derived += $(tex4ht_tei_derived)
 tex4ht_tei_derived = tei.4ht tei-mml.4ht tei-math.4ht tei-mmltei.4ht
 
+derived += $(tex4ht_jats_derived)
+tex4ht_jats_derived = jats.4ht
+
 derived += $(tex4ht_unicode_derived)
 tex4ht_unicode_derived = unicode.4ht
 
@@ -420,6 +423,9 @@
 $(tex4ht_tei_derived): tex4ht-tei.tex $(common)
 	xhlatex $< "html,3,sections+" "" "" $(tex_1opt)
 
+$(tex4ht_jats_derived): tex4ht-jats.tex $(common)
+	xhlatex $< "html,3,sections+" "" "" $(tex_1opt)
+
 $(tex4ht_unicode_derived): tex4ht-unicode.tex $(common)
 	xhlatex $< "html,3,sections+" "" "" $(tex_1opt)
 
@@ -526,6 +532,8 @@
 #
 	$(update) $(tex4ht_tei_derived) $(dest_texmf)/
 #
+	$(update) $(tex4ht_jats_derived) $(dest_texmf)/
+#
 	$(update) $(tex4ht_unicode_derived) $(dest_texmf)/
 #
 	$(update) $(tex4ht_word_derived) $(dest_texmf)/
@@ -641,6 +649,7 @@
  tex4ht-sty.tex\
  tex4ht-svg.tex\
  tex4ht-tei.tex\
+ tex4ht-jats.tex\
  tex4ht-word.tex\
  tex4ht-docbook-xtpipes.tex\
  tex4ht-html-speech-xtpipes.tex\

Index: trunk/lit/tex4ht-jats.tex
===================================================================
--- trunk/lit/tex4ht-jats.tex	2020-03-02 07:47:40 UTC (rev 671)
+++ trunk/lit/tex4ht-jats.tex	2020-03-03 15:35:41 UTC (rev 672)

Property changes on: trunk/lit/tex4ht-jats.tex
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: trunk/lit/tex4ht-options.tex
===================================================================
--- trunk/lit/tex4ht-options.tex	2020-03-02 07:47:40 UTC (rev 671)
+++ trunk/lit/tex4ht-options.tex	2020-03-03 15:35:41 UTC (rev 672)
@@ -110,6 +110,7 @@
 |<mozilla settings|>
 |<html5 settings|>
 |<tei settings|>
+|<jats settings|>
 |<docbook settings|>
 |<html for word settings|>
 |<open office settings|>
@@ -326,6 +327,14 @@
 }
 >>>
 
+\<jats settings\><<<
+\Configure{jats}{%
+   \Hinclude[*]{html4.4ht}% we will build upon HTML
+   \Hinclude[*]{jats.4ht}%
+   \Hinclude[*]{unicode.4ht}%
+   \Hinclude[*]{mathml.4ht}%
+}
+>>>
 
 \<docbook settings\><<<
 \Configure{docbook}{%



More information about the tex4ht-commits mailing list.