[TxMt] latex script
Alain Matthes
alain.matthes at mac.com
Tue Feb 21 22:11:34 UTC 2006
Le 21 févr. 06 à 17:33, Charilaos Skiadas a écrit :
> Alain,
>
> the best way to accomplish this I think is via the use of the
> environment variable TM_LATEX_MASTER. If you have a project, you
> can set an environment variable just for the project with name
> TM_LATEX_MASTER and with value the full path to the file you want
> compiled. Then, no matter which file you work on, the file pointed
> to by TM_LATEX_MASTER will be compiled instead.
> The great thing is that if you use pdfsync, that still works as
> you'd like it to.
>
> Have you seen the LaTeX in TextMate screencasts? I think I've
> described that there.
>
thanks
but
1 ) what is the script language used for lATEX & VIEW ?
2) I saw the first but I will re-examine them
3) i don't want to write the NEWFILE
\documentclass{myclass}
\begin{document}
\input{exercise.tex}
\end{document}
i just want to write the contents of exercice
exercise :
L'espace est rapporté à repère orthonormal .
Soit $A$, $B$ et $C$ les points de
coordonnées respectives
$A(a;0;0))$,$B(0;b;0)$ et $C
(0;0;c)$
où $a$, $b$ et $c$ sont trois réels
non nuls.
\begin{enumerate}
\item Montrer qu'une équation du plan $(ABC)$
est:
\[{x\over a}+{y\over b}+{z\over c}=1$
\]
Ce résultat pourra être utilisé dans la suite du devoir.
\item Soit $A(3;0;0))$, $B
(0;2;0)$ et $C(0;0;4)$.
Déterminer une équation du plan $(ABC)$
\end{enumerate}
I can't compile this... without
\documentclass{myclass}
\begin{document}
\end{document}
and I want a script to do that. i save only exercise without
\documentclass{myclass}...
I do not believe that a project can help me to do that but I need
several environment variables like in Latex & view. ( sorry for my
english )
Alain
More information about the textmate
mailing list