Skip to content

Commit

Permalink
[fastgraphics] Use \oldincludegraphics instead
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jun 14, 2022
1 parent 3498aa6 commit feb30bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latex_templates/fastgraphics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feb30bc

Please sign in to comment.