diff options
Diffstat (limited to 'commanding/htmlconf.cfg')
-rw-r--r-- | commanding/htmlconf.cfg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/commanding/htmlconf.cfg b/commanding/htmlconf.cfg new file mode 100644 index 0000000..930da6d --- /dev/null +++ b/commanding/htmlconf.cfg @@ -0,0 +1,17 @@ +\Preamble{xhtml} +\Configure{graphics*} + {jpg} + {% + \Picture[pict]{\csname Gin@base\endcsname .jpg + \space width="\the\dimexpr \expandafter\csname Gin@req@width\endcsname * 1.5"}% + \special{t4ht+@File: \csname Gin@base\endcsname.jpg} + } +\Configure{graphics*} + {png} + {% + \Picture[pict]{\csname Gin@base\endcsname .png + \space width="\the\dimexpr \expandafter\csname Gin@req@width\endcsname * 1.5"}% + \special{t4ht+@File: \csname Gin@base\endcsname.png} + } +\begin{document} +\EndPreamble |