summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
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