Le 15 mai 06 à 11:11, Alain Matthes a écrit :
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
Sorry, the real name of the script is "Typeset & View"
Alain Matthes