diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-07 21:20:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-07 21:20:51 +0000 |
commit | 5c122b3fd45bd3b2708e3fc0927e84243d548709 (patch) | |
tree | 8930267a2d57bcd925d66d3f3d240e1c4b7a956b /Build/source | |
parent | 3581485c7b70a58b3297157f006b3260ce2b11c0 (diff) |
make4ht (7sep20)
git-svn-id: svn://tug.org/texlive/trunk@56284 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/make4ht/make4ht | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht index 50917bd57ec..079c464ecd2 100755 --- a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht +++ b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht @@ -29,7 +29,7 @@ make4ht [options] filename ["tex4ht.sty op." "tex4ht op." "t4ht op" "latex op"] -- set version number. the template should be replaced by the -- actual version number by the build script -local version = "v0.3e" +local version = "v0.3f" mkparams.version_number = version local args = mkparams.get_args() @@ -43,7 +43,7 @@ local mode = parameters.mode local build_file = parameters.build_file -- handle output formats -local allowed_output_formats = {xhtml = true, html5=true, odt = true, docbook=true, tei=true} +local allowed_output_formats = {xhtml = true, html5=true, odt = true, docbook=true, tei=true, jats=true} -- formatter is Lua library which must provide at least prepare_parameters -- and process_build_sequence functions local formatter |