summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-03 21:32:09 +0000
committerKarl Berry <karl@freefriends.org>2023-03-03 21:32:09 +0000
commit0fb6686a392b4ff23b4e40595b22119105fdc13a (patch)
tree102c1e6bc2972b6be4ca61d8d063857033b4a9d3 /Build
parent54edef3568ebd2314ba3ee15176b5c2819fab6df (diff)
tex4ebook (3mar23)
git-svn-id: svn://tug.org/texlive/trunk@66332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook9
1 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook b/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook
index 8f6c8aa3f73..0bde98c9e0c 100755
--- a/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook
+++ b/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook
@@ -43,7 +43,7 @@ tex4ebook [switches] filename ["tex4ht.sty op."] ["tex4ht op."] ["t4ht op"] ["la
-j,--jobname (default nil) Set the jobname
-l,--lua Use lualatex for document compilation
-m,--mode (default default) Switch which can be used in the makefile
- -r,--resolution (default 167)
+ -r,--resolution (default nil) This option is obsolete, use build files instead!
-s,--shell-escape Enable shell escape in htlatex run
-t,--tidy Run html tidy on html output. May result in wrong spacing!
-x,--xetex Use xelatex for document compilation
@@ -67,7 +67,7 @@ else
end
if args.version then
- print "tex4ebook v0.3h"
+ print "tex4ebook v0.3i"
return
end
@@ -150,6 +150,11 @@ local oldparams = {
,packages="\\RequirePackage{tex4ebook}"
}
+if oldparams.resolution~="nil" then
+ log:warning("The resolution parameter is deprecated. Please use a build file")
+ log:warning("See information about Make:image() command in Make4ht documenation")
+end
+
-- extend params
for k,v in pairs(oldparams) do
params[k] = v