texlive[70119] Master/texmf-dist: jats permissions, tex4ht r1473

commits+karl at tug.org commits+karl at tug.org
Sat Feb 24 03:22:21 CET 2024


Revision: 70119
          https://tug.org/svn/texlive?view=revision&revision=70119
Author:   karl
Date:     2024-02-24 03:22:20 +0100 (Sat, 24 Feb 2024)
Log Message:
-----------
jats permissions, tex4ht r1473

Revision Links:
--------------
    https://tug.org/svn/texlive?view=revision&revision=1473

Modified Paths:
--------------
    trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
    trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex
    trunk/Master/texmf-dist/tex/generic/tex4ht/jats.4ht

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-02-24 02:21:44 UTC (rev 70118)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/ChangeLog	2024-02-24 02:22:20 UTC (rev 70119)
@@ -1,3 +1,8 @@
+2024-02-23  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-jats.tex (jats.4ht): added Permissions configuration for
+	copyright info. It is required by the JATS4R validator.
+
 2024-02-22  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-jats.tex (jats.4ht): fixed DOCTYPE.

Modified: trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex
===================================================================
--- trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex	2024-02-24 02:21:44 UTC (rev 70118)
+++ trunk/Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex	2024-02-24 02:22:20 UTC (rev 70119)
@@ -1,4 +1,4 @@
-% $Id: tex4ht-jats.tex 1472 2024-02-22 22:12:22Z karl $
+% $Id: tex4ht-jats.tex 1473 2024-02-23 12:26:51Z michal_h21 $
 % compile 3 times: latex tex4ht-jats
 %           or   xhlatex tex4ht-jats "html,3,sections+"
 %
@@ -243,6 +243,11 @@
 % 
 % Title needs to be placed at the correct place by DOM filter
 \Configure{TITLE}{\HCode{<article-title>}}{\HCode{</article-title>}}
+
+% You can put license and copyright info into Permissions
+\NewConfigure{Permissions}{1}
+\Configure{Permissions}{\HCode{<permissions></permissions>}}
+
 \NewConfigure{ArticleMeta}{1}
   \Configure{ArticleMeta}{
   \HCode{<article-meta>}%
@@ -250,6 +255,7 @@
     % use \Configure{TitleGroup}
     \a:TitleGroup%
     \JATS:Contributors%
+    \a:Permissions
   \HCode{</article-meta>}%
 }
 % enable to configure contributors

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/jats.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/jats.4ht	2024-02-24 02:21:44 UTC (rev 70118)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/jats.4ht	2024-02-24 02:22:20 UTC (rev 70119)
@@ -1,4 +1,4 @@
-% jats.4ht (2024-02-22-14:12), generated from tex4ht-jats.tex
+% jats.4ht (2024-02-23-14:41), generated from tex4ht-jats.tex
 % Copyright 2022-2024 TeX Users Group
 %
 % This work may be distributed and/or modified under the
@@ -16,7 +16,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2024-02-22-14:12}
+\immediate\write-1{version 2024-02-23-14:41}
 
 \exit:ifnot{amsart,% 
 amsbook,% 
@@ -66,6 +66,11 @@
 %
 % Title needs to be placed at the correct place by DOM filter
 \Configure{TITLE}{\HCode{<article-title>}}{\HCode{</article-title>}}
+
+% You can put license and copyright info into Permissions
+\NewConfigure{Permissions}{1}
+\Configure{Permissions}{\HCode{<permissions></permissions>}}
+
 \NewConfigure{ArticleMeta}{1}
   \Configure{ArticleMeta}{
   \HCode{<article-meta>}%
@@ -73,6 +78,7 @@
     % use \Configure{TitleGroup}
     \a:TitleGroup%
     \JATS:Contributors%
+    \a:Permissions
   \HCode{</article-meta>}%
 }
 % enable to configure contributors



More information about the tex-live-commits mailing list.