From feb30bca7e5017f8325836d356fb0aa8d64a9a67 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Tue, 14 Jun 2022 16:11:14 -0400 Subject: [PATCH] [fastgraphics] Use \oldincludegraphics instead --- latex_templates/fastgraphics.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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