<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks,<div>but the log says 'entering extended mode', which I thought reports that the shell-escape option has been used, or am I wrong?</div><div><br></div><div>Peter</div><div><br></div><div><br><div><div>4 apr 2009 kl. 22.47 skrev Herbert Schulz:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>On Apr 4, 2009, at 3:06 PM, Peter Pagin wrote:<br><br><blockquote type="cite">Hello,<br></blockquote><blockquote type="cite">I would like to use Sysquake for LaTeX as well. I have run the installation, but the Sysquake parts of the sq-example.tex file don't process. In the log file it says<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">"system(sysquakelatextool --latexingraphics -o sq-example.lmeout  sq-example.lme<br></blockquote><blockquote type="cite">)...disabled."<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">But I can run sysquakelatextool from the command line. Does anyone have an idea of what has gone wrong, and how it can be fixed.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks in advance<br></blockquote><blockquote type="cite">Peter<br></blockquote><blockquote type="cite"><br></blockquote><br>Howdy,<br><br>Notice that the engine file,<br><br>#!/bin/sh<br>PATH="$PATH:/usr/texbin:/usr/local/bin"<br>pdflatex --shell-escape "$1"<br>pdflatex --shell-escape "$1"<br>name=$(basename "$1" .tex)<br>rm "$name".lme<br>rm "$name".lmeout<br>rm lmefrag*<br><br>contains --shell-escape which allows programs to be executed from within pdflatex.<br><br>Good Luck,<br><br>Herb Schulz<br>(herbs at wideopenwest dot com)<br><br><br><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/">http://email.esm.psu.edu/mac-tex/</a><br>List Archive: <a href="http://tug.org/pipermail/macostex-archives/">http://tug.org/pipermail/macostex-archives/</a><br>TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a><br>List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br><br></div></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Courier; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Courier; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br class="Apple-interchange-newline">--------------------</div><div>Peter Pagin</div><div><div>Professor</div><div>Department of Philosophy, Stockholm University</div><div>106 91 Stockholm, Sweden</div><div>tel: +46-8-162813, fax: +46-8-152226</div><div>email: <a href="mailto:peter.pagin@philosophy.su.se">peter.pagin@philosophy.su.se</a></div><div><a href="http://people.su.se/~ppagin/pagineng.htm">http://people.su.se/~ppagin/pagineng.htm</a></div></div><div><br></div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline"> </div><br></div></body></html>