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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Feb 22 15:57:30 CET 2024


Author: michal_h21
Date: 2024-02-22 14:57:30 +0000 (Thu, 22 Feb 2024)
New Revision: 1468

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-jats.tex
Log:
fixed jats doctype

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2024-02-22 14:55:46 UTC (rev 1467)
+++ trunk/lit/ChangeLog	2024-02-22 14:57:30 UTC (rev 1468)
@@ -1,5 +1,7 @@
 2024-02-22  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-jats.tex (jats.4ht): fixed DOCTYPE.
+
 	* tex4ht-jats.tex (jats.4ht): added support for BibLaTeX.
 
 2024-02-21  Michal Hoftich  <michal.h21 at gmail.com>

Modified: trunk/lit/tex4ht-jats.tex
===================================================================
--- trunk/lit/tex4ht-jats.tex	2024-02-22 14:55:46 UTC (rev 1467)
+++ trunk/lit/tex4ht-jats.tex	2024-02-22 14:57:30 UTC (rev 1468)
@@ -223,6 +223,7 @@
 \NewConfigure{DtdVersion}{1}
 \Configure{DtdVersion}{1.3}
 
+\def\:DTD{jats} % this is necessary to prevent html-mml from overriding DOCTYPE
 \Configure{DOCTYPE}{\HCode{<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v\a:DtdVersion\space 20130915//EN" "http://jats.nlm.nih.gov/archiving/\a:DtdVersion/JATS-archivearticle1-mathml3.dtd">\Hnewline}}
 
 % XML configuratins



More information about the tex4ht-commits mailing list.