diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-10 21:40:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-10 21:40:36 +0000 |
commit | cf1ca011c1d04d673f1f3e1258b8787c2198e266 (patch) | |
tree | 8abbebffe69d5bb119b308873b5d1b574b86e281 /Build | |
parent | 9198cefdf342a2e6a550052fb3bd9c0dba5e2cc6 (diff) |
tex4ebook (10may18)
git-svn-id: svn://tug.org/texlive/trunk@47672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook b/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook index 02906427453..b6ac969b50c 100755 --- a/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook +++ b/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook @@ -54,7 +54,7 @@ else end if args.version then - print "tex4ebook v0.2" + print "tex4ebook v0.2a" return end @@ -158,7 +158,7 @@ for k,v in pairs(oldparams) do params[k] = v end -params.tex4ht_sty_par=params.tex4ht_sty_par .. ",charset=utf-8,"..args.format +params.tex4ht_sty_par=params.tex4ht_sty_par .. ",charset=utf-8,"..output_format params.tex4ht_par= " -cmozhtf -utf8" .. params.tex4ht_par |