Re: [Vim-latex-devel] Set TTarget automatically for specific files

2010-03-23 Thread Till Maas
On Tue, Mar 23, 2010 at 10:23:04AM +0100, Udo Hortian wrote: > I would like to set TTarget this way, but this seems not to be possible. > Or am I missing some possibility here? You might be able to add something for this in a .latexmain file, but then you would need to have two files. The docs sh

Re: [Vim-latex-devel] Set TTarget automatically for specific files

2010-03-23 Thread Gary Johnson
On 2010-03-23, Udo Hortian wrote: > Hello, > > Normally I compile my LaTeX documents with latex, but some I need to > compile with pdflatex. I would like to store this setting in the .tex > file like one can store other vim specific settings like the following: > > /* ex: set tabstop=8 expandtab

Re: [Vim-latex-devel] After error during compilation cannot return to .tex document

2010-03-23 Thread ZyX
Ответ на сообщение «[Vim-latex-devel] After error during compilation cannot return to .tex document», присланное в 13:57:01 23 марта 2010, Вторник, отправитель Udo Hortian: Try in normal mode. Текст сообщения: > Hello, > > I am not sure what is happening exactly, but I often encounter the > f

[Vim-latex-devel] After error during compilation cannot return to .tex document

2010-03-23 Thread Udo Hortian
Hello, I am not sure what is happening exactly, but I often encounter the following situation using (g)vim with latex-suite: I am compiling a LaTeX document from within vim (via ll) and errors occur during the compilation (I think this mostly happened with undefined references). After the compila

[Vim-latex-devel] Set TTarget automatically for specific files

2010-03-23 Thread Udo Hortian
Hello, Normally I compile my LaTeX documents with latex, but some I need to compile with pdflatex. I would like to store this setting in the .tex file like one can store other vim specific settings like the following: /* ex: set tabstop=8 expandtab: */ I would like to set TTarget this way, but t