From f9af02c490bab2ab7cfbffd3f1faa9d0bec3d6e2 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Tue, 30 Nov 2021 00:35:16 -0500 Subject: [PATCH] [latex] Make fastgraphics lowres size fixed --- 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 921357f..48c3aa0 100644 --- a/latex_templates/fastgraphics.lua +++ b/latex_templates/fastgraphics.lua @@ -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')