diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-22 16:18:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-22 16:18:42 +0000 |
commit | 65a9ec37cf98d4245b95d6bbac823f5afd6d84f0 (patch) | |
tree | 7ffdbe380215419057c4f1b9c1c1f5ac40c462d5 /Master/texmf-dist | |
parent | 0bc38cb48cf67d3e7139b18f48ec2a55fb80c9ac (diff) |
try jats
git-svn-id: svn://tug.org/texlive/trunk@54476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht index dd618fd9584..3d6b929747b 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/tex4ht.4ht @@ -1,7 +1,7 @@ \ifnum\the\catcode`\%=14\else \expandafter\edef\csname \string:RestoreCatcodes\endcsname{\catcode`\%\the \catcode`\%}\catcode`\%14\fi -% tex4ht.4ht (2018-12-30-09:29), generated from tex4ht-options.tex +% tex4ht.4ht (2020-03-12-14:03), generated from tex4ht-options.tex % Copyright 2009-2018 TeX Users Group % Copyright 1997-2009 Eitan M. Gurari % @@ -20,7 +20,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2018-12-30-09:29} +\immediate\write-1{version 2020-03-12-14:03} \expandafter\edef\csname :RestoreCatcodes\endcsname{% \expandafter\ifx \csname :RestoreCatcodes\endcsname\relax\else @@ -225,6 +225,14 @@ \fi } +\Configure{jats}{% + \Hinclude[*]{html4.4ht}% we will build upon HTML + \Hinclude[*]{mathml.4ht}% + \Hinclude[*]{html-mml.4ht}% + \Hinclude[*]{unicode.4ht}% + \Hinclude[*]{jats.4ht}% +} + \Configure{docbook}{% \Hinclude[*]{docbook.4ht}% \Hinclude[*]{unicode.4ht}% |