Skip to content

Commit

Permalink
[latex] Make fastgraphics lowres size fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Nov 30, 2021
1 parent c941d7d commit f9af02c
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 @@ -90,7 +90,7 @@ local function fastincludegraphics(draft, paths, optional, filename)

if not exists(path_lowres) then
local p = assert(io.popen(string.format(
"convert '%s' -resize 5%% '%s'",
"convert '%s' -resize 200 '%s'",
filepath,
path_lowres)))
p:read('*all')
Expand Down

0 comments on commit f9af02c

Please sign in to comment.