[TxMt] Latex & View script
Alain Matthes
alain.matthes at mac.com
Mon May 15 09:11:21 UTC 2006
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
More information about the textmate
mailing list