21 May
2023
21 May
'23
1:26 a.m.
Hi,
Any ideas on how to force that setting without modifying grph-con.lua?
This seems to work: \startluacode function figures.converters.svg.pdf(oldname, newname) figures.programs.inkscape.runner { format = "filename", resolution = "600", crop = "--export-area-page", newname = dir.expandname(newname), oldname = dir.expandname(oldname), } end \stopluacode I mostly just copied that from grph-con.lua, but the CLD manual has a few more details: https://www.pragma-ade.com/general/manuals/cld-mkiv.pdf#%5B%7B%22num%22%3A89... -- Max