From robert_ullrey@mac.com Fri Apr 22 17:48:42 2005 From: Robert Ullrey To: textmate@lists.macromates.com Subject: [TxMt] PDF LaTeX in beta6 Date: Fri, 22 Apr 2005 10:48:39 -0700 Message-ID: <3b58afaf520ce4089aa1009d158e4dc6@mac.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4209412377544806262==" --===============4209412377544806262== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I like the new changes to the pdflatex command. However, for it to work on my system I had to go back to Apple's apache rather then the apache 2 WebServerXKit I installed. So I made a nominal change to the html path and include it here if anyone is interested: # If PDF file is non-empty and apache is running, redirect. if [ -s ${tmp}.pdf ] && [[ $(ps -xca|grep httpd) ]]; then cp "$tmp.pdf" /usr/local/apache2/htdocs/web_kit_workaround.pdf chmod 666 /usr/local/apache2/htdocs/web_kit_workaround.pdf echo "