diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-23 23:35:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-23 23:35:39 +0000 |
commit | f2c1bd0a1a94f92d81946cb9195117f87f5d2471 (patch) | |
tree | 5f9c3c98d8816b002e1e12c7b74769062ce3866d /Master/texmf-dist/scripts/make4ht | |
parent | f44d23890f4f6a6499a51c0a6ad1828abb6751c4 (diff) |
make4ht (23sep15)
git-svn-id: svn://tug.org/texlive/trunk@38446 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/make4ht')
-rwxr-xr-x | Master/texmf-dist/scripts/make4ht/mkparams.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/make4ht/mkparams.lua b/Master/texmf-dist/scripts/make4ht/mkparams.lua index 5b614192029..04b2827e102 100755 --- a/Master/texmf-dist/scripts/make4ht/mkparams.lua +++ b/Master/texmf-dist/scripts/make4ht/mkparams.lua @@ -93,7 +93,7 @@ local function process_args(args) if args[2] and args[2] ~="" then tex4ht = args[2] else - tex4ht = args.utf8 and " -cunihtf -utf8" or "" + tex4ht = args.utf8 and " -cmozhtf -utf8" or "" local xdv = args.xetex and " -.xdv" or "" tex4ht = tex4ht .. xdv end |