2012/11/11 Christian Buhtz <exsu...@gmx.de>:
> Devendra Ghate schrieb am Sonntag, 11. November 2012 um 14:45:
>> I understand the problem now. If you add an empty 'file.tex.latexmain'
>> (here file.tex is the one we are trying to compile), it should work. If you
>> already have the 'file.tex.latexmain', then there is some other issue.
>
> Sorry, now I didn't understand you? What is "latexmain"? Where should I
> put it? Why?

If you are not compiling a file called "main.tex", e.g. if you are
dividing your document in multiple files, then creating a (possibly
empty) file with the same name as your main file with a "latexmain"
suffix will tell latexsuite to compile that file. You can put settings
specific to your project in that file, too. For more info, see the
manual [1].

> xelatex create and use the output directory very well. There is no
> problem.
> The problem is that the vim-latexsuite doesn't find the log file because
> it is in the output-directory, too.

Probably (I'm not familiar with the code) latexsuite is relying on
parsing the output of your compilation command, which gets eaten up by
your last pipe. I think that latexsuite is actually relying on vim for
this, which is known to be quite flaky at supporting external programs
(by design). You can try to see if any of the methods suggested in
this [2] blog post let you do what you want in a cleaner way. Note
that the "rubber" link is dead, but you can find it on launchpad [3].
I will try to have a closer look at your issue later today, when I'll
have more time.

> The latexsuite doesn't give any shit on the use of -output-directory.
Please, keep in mind that people here are trying to help you (out of
their spare time).

Alessandro

[1] 
http://vim-latex.sourceforge.net/documentation/latex-suite/latex-project.html
[2] 
http://phaseportrait.blogspot.it/2008/03/fixing-vim-latex-compiler-error.html
[3] https://launchpad.net/rubber


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to