Hello!
I have a got a small problem: I want Textmate to compile my LaTeX document via dvi - ps - pdf and _not_ with pdflatex. I can't find any easy way to configure it like that I don't want to use the terminal every time. Do you know any way to configure this?
Yours, Mark
I don't know exactly what for, but the Typeset & View command takes care of the PSTRICKS package to dtermine what compiler to choose.
Inserting /usepackage{pstricks} in your preamble may get TextMate to dvi->ps->pdf your work.
Best, Xavier Cambar
Le 2 juin 07 à 16:50, Mark a écrit :
Hello!
I have a got a small problem: I want Textmate to compile my LaTeX document via dvi - ps - pdf and _not_ with pdflatex. I can't find any easy way to configure it like that I don't want to use the terminal every time. Do you know any way to configure this?
Yours, Mark
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hi!
Thanks for that answer. And yes: - it's for pstricks and I searched the mailinglist. My Textmate (Version 1.5.5 (1368) doesn't behave like that, nevertheless what kind of packages I include. Even \include{pst-all}... -> nothing
So I would like to change this globaly for every document I process!
Your way does not work...
I don't know exactly what for, but the Typeset & View command takes care of the PSTRICKS package to dtermine what compiler to choose.
Inserting /usepackage{pstricks} in your preamble may get TextMate to dvi->ps->pdf your work.
Best, Xavier Cambar
Le 2 juin 07 à 16:50, Mark a écrit :
Hello!
I have a got a small problem: I want Textmate to compile my LaTeX document via dvi - ps - pdf and _not_ with pdflatex. I can't find any easy way to configure it like that I don't want to use the terminal every time. Do you know any way to configure this?
Yours, Mark
_ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 6/2/07, Mark brouce@gmx.net wrote:
So I would like to change this globaly for every document I process!
You can set the variable TEX_PSTRICKS to 1, in the Shell Variables section of Preferences.
(I was working on improving the configuration of things like this, but have been rather distracted from it recently by a new baby.)
Robin