diff --git a/latex_templates/fastgraphics.lua b/latex_templates/fastgraphics.lua index 88b6894..9ff1559 100644 --- a/latex_templates/fastgraphics.lua +++ b/latex_templates/fastgraphics.lua @@ -75,7 +75,7 @@ local function fastincludegraphics(draft, paths, optional, filename) function includegraphics(path) tex.print(string.format( - [[\includegraphics[%s,draft=false]{%s}]], + [[\oldincludegraphics[%s,draft=false]{%s}]], optional, path)) end