asymptote-config/config.asy

6 lines
104 B
Plaintext
Raw Normal View History

2018-08-15 17:17:01 +02:00
import settings;
2019-09-24 12:28:09 +02:00
2019-03-31 10:08:39 +02:00
dir = "/usr/share/asymptote/";
2018-10-07 20:38:33 +02:00
settings.outformat = "pdf";
2021-05-27 12:24:57 +02:00
settings.tex = "pdflatex";