Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to specify "--shell-escape" for latexmk

931 views
Skip to first unread message

Peng Yu

unread,
May 4, 2006, 9:56:14 PM5/4/06
to
I need to specify "--shell-escape" for latexmk? If you know how to do
it, would you please let me know?

Thanks,
Peng

Lars Madsen

unread,
May 5, 2006, 3:48:49 AM5/5/06
to

do you mean specify --shell-espace for the latex used by latexmk?

create a file called peng.rc

in it you place

$latex = 'latex --shell-escape';
$pdflatex = 'pdflatex --shell-escape';

then use

latexmk -r peng.rc <other options> file.tex

There should be an overall configuration file as well. I think you might be able
to use $HOME/.latexmkrc or similar

--

/daleif (remove RTFSIGNATURE from email address)

LaTeX FAQ: http://www.tex.ac.uk/faq
Superb Class: http://www.ctan.org/tex-archive/help/Catalogue/entries/memoir.html
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal working examples.

0 new messages