20 May
2023
20 May
'23
8:39 p.m.
Hi again, I changed tex/texmf-context/tex/context/base/mkiv/grph-con.lua to replace "" with "--export-area-page" in the inkscapecrop function: local function inkscapecrop(specification) return (specification and specification.crop == v_yes) and "--export-area-drawing" or "--export-area-page" end This produces the desired results. Any ideas on how to force that setting without modifying grph-con.lua? Thank you!