Damien Elmes 2019-10-28 08:43:49 +10:00
parent 0577157970
commit 54fac70e22

View file

@ -14,7 +14,7 @@ pngCommands = [
svgCommands = [ svgCommands = [
["latex", "-interaction=nonstopmode", "tmp.tex"], ["latex", "-interaction=nonstopmode", "tmp.tex"],
["dvisvgm", "--no-fonts", "-Z", "2", "tmp.dvi", "-o", "tmp.svg"] ["dvisvgm", "--no-fonts", "--exact", "-Z", "2", "tmp.dvi", "-o", "tmp.svg"]
] ]
build = True # if off, use existing media but don't create new build = True # if off, use existing media but don't create new