Hello:)
I would like to know which kind of script is used for the writing of Latex & View in order to be able to modify it.
I would like to include something like:
#!/bin/sh FILE=${1%.*} cat >temptex<<EOF \documentclass{article} \thispagestyle{empty} \begin{document} \input $FILE \end{document} EOF pdflatex temptex
$FILE is $1 is the script used in Textmate
Thanks
Alain Matthes