mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
5 lines
142 B
Text
5 lines
142 B
Text
|
sub asy {return system("asy '$_[0]'");}
|
||
|
add_cus_dep("asy","eps",0,"asy");
|
||
|
add_cus_dep("asy","pdf",0,"asy");
|
||
|
add_cus_dep("asy","tex",0,"asy");
|