summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/make4ht/formats
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-21 20:55:01 +0000
committerKarl Berry <karl@freefriends.org>2019-03-21 20:55:01 +0000
commit042522d56eecc50b11be37d5284fc43d2a6b51fe (patch)
tree2db37cb0741816116a1ce464676f8966b14f5c2d /Master/texmf-dist/scripts/make4ht/formats
parent15bbde433ae20973daca814631a22c558eaecd57 (diff)
make4ht (21mar19)
git-svn-id: svn://tug.org/texlive/trunk@50511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/make4ht/formats')
-rw-r--r--Master/texmf-dist/scripts/make4ht/formats/odt.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/make4ht/formats/odt.lua b/Master/texmf-dist/scripts/make4ht/formats/odt.lua
index 453c46aff5e..64b8793e2a7 100644
--- a/Master/texmf-dist/scripts/make4ht/formats/odt.lua
+++ b/Master/texmf-dist/scripts/make4ht/formats/odt.lua
@@ -130,7 +130,7 @@ function M.modify_build(make)
-- expanded in tex4ht.env in Miktex or Debian
call_xtpipes(make)
-- fix the image dimensions wrongly set by xtpipes
- local domfilters = domfilter {"t4htlinks","odtimagesize"}
+ local domfilters = domfilter {"t4htlinks"}
make:match("4oo$", domfilters)
-- execute it before xtpipes, because we don't want xtpipes to mess with t4htlink elements
move_matches(make)