diff options
Diffstat (limited to 'Master/texmf/tex/latex/asymptote/latexmkrc')
-rw-r--r-- | Master/texmf/tex/latex/asymptote/latexmkrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf/tex/latex/asymptote/latexmkrc b/Master/texmf/tex/latex/asymptote/latexmkrc new file mode 100644 index 00000000000..1cca8732e94 --- /dev/null +++ b/Master/texmf/tex/latex/asymptote/latexmkrc @@ -0,0 +1,4 @@ +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"); |