From 19448d7f9304fcf871538e7f89cb5e07fe2d1769 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 13 Dec 2019 02:54:59 +0100 Subject: make the build templates use kondou --- blocking/htmlconf.cfg | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 blocking/htmlconf.cfg (limited to 'blocking/htmlconf.cfg') diff --git a/blocking/htmlconf.cfg b/blocking/htmlconf.cfg new file mode 100644 index 0000000..930da6d --- /dev/null +++ b/blocking/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 -- cgit v1.2.3