<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 26, 2008, at 1:27 AM, Alain Matthes wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Le 26 janv. 08 à 02:35, Brad Miller a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Alain,<div><br class="webkit-block-placeholder"></div><div>I'm sorry, but I've spent a lot of time trying to get giac and whatever to install and work but it does not work for me.  So I cannot reproduce your problem.</div></div></blockquote><div><br class="webkit-block-placeholder"></div><div><br></div></div><div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><font class="Apple-style-span" face="Inconsolata" size="4"><span class="Apple-style-span" style="font-size: 14px;"><br class="webkit-block-placeholder"></span></font></div><div><font class="Apple-style-span" face="Inconsolata" size="4"><span class="Apple-style-span" style="font-size: 14px;"><div>%!TEX TS-options = --shell-escape</div><div>%!TEX TS-program = pdflatex</div></span></font></div></div></blockquote><div><br class="webkit-block-placeholder"></div>I try but without success<br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><font class="Apple-style-span" face="Inconsolata" size="4"><span class="Apple-style-span" style="font-size: 14px;"><div><br class="webkit-block-placeholder"></div><div>As I said yesterday a workaround for you on this problem is to simply use</div><div><br class="webkit-block-placeholder"></div><div>%!TEX TS-program = myscript</div></span></font></div></div></blockquote><div><br class="webkit-block-placeholder"></div><div>no! same error</div><div>I have only one pdflatex :  /usr/local/texlive/2007/bin/i386-darwin/pdflatex</div><div> with a mactex install </div><div><br class="webkit-block-placeholder"></div><div>It's the same with the ppc </div><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><font class="Apple-style-span" face="Inconsolata" size="4"><span class="Apple-style-span" style="font-size: 14px;"><div><br class="webkit-block-placeholder"></div><div>Where you put your own script that does has everything it needs to typeset this particular file.</div></span></font></div></div></blockquote><div><br class="webkit-block-placeholder"></div><div>I don't understand ( sorry my english is poor )</div><div><br class="webkit-block-placeholder"></div><div>My script is the old script before the python script and I retire some parts because now</div><div> we don't have LatexErrWarnHtml.py</div><div><br class="webkit-block-placeholder"></div><div>I use Bundle Editor > Latex > new Command</div><div><br class="webkit-block-placeholder"></div><div>input : none </div><div>output : show as Html</div><div><br class="webkit-block-placeholder"></div><div>With my script , I compile on a macbook intel and a G5 ppc but it's ugly</div><div><br class="webkit-block-placeholder"></div><div>Regards Alain</div></div></div></blockquote><div><br class="webkit-block-placeholder"></div><div>Alain,</div><div><br class="webkit-block-placeholder"></div><div>Make a file called mytex.sh</div><div><br class="webkit-block-placeholder"></div><div><div>#!/bin/bash</div><div>pdflatex --shell-escape -interaction=nonstopmode -file-line-error $1</div></div><div><br class="webkit-block-placeholder"></div><div>Save this in a directory that is on your path.  ~/bin, /usr/loca/bin</div><div>then make sure it is executable:   chmod +x mytex.sh</div><div><br class="webkit-block-placeholder"></div><div>At the top of tablor.tex put the line </div><div><br class="webkit-block-placeholder"></div><div>%!TEX TS-program = mytex.sh</div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div>Now when you run Typeset & View your script will be run as the typesetting command.</div><div><br class="webkit-block-placeholder"></div><div>Brad</div><div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><br class="webkit-block-placeholder"></div><div><br></div></div></div><br>______________________________________________________________________<br>For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>(threading gets destroyed and the universe will collapse if you don't)<br><a href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate</a></blockquote></div><br></body></html>