summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-24 02:22:20 +0000
committerKarl Berry <karl@freefriends.org>2024-02-24 02:22:20 +0000
commit79510da9236c4291a0fa20d0afbe38fed5e8339d (patch)
tree41312f5607e15817fc553c20b7745b35165d3717 /Master/texmf-dist/source/generic
parent3581900020f87110007ca0800e4f07ae39817614 (diff)
jats permissions, tex4ht r1473
git-svn-id: svn://tug.org/texlive/trunk@70119 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog5
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex8
2 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 62528a3a288..ef1ad216638 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-23 Michal Hoftich <michal.h21@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@gmail.com>
* tex4ht-jats.tex (jats.4ht): fixed DOCTYPE.
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex
index 071826a31ec..e54de5ad206 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-jats.tex
@@ -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 @@ Configurations that are shared only for article and report
%
% 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 @@ Configurations that are shared only for article and report
% use \Configure{TitleGroup}
\a:TitleGroup%
\JATS:Contributors%
+ \a:Permissions
\HCode{</article-meta>}%
}
% enable to configure contributors