Tagged Questions
3
votes
1answer
190 views
vim-latex: “I can't write on …” error
I am using vim-latex. I compile TeX document using \ll command, then \lv to view it. It generates a PDF file. So far, so good. The problem starts when I try to modify my TeX file and compile it again ...
4
votes
0answers
479 views
How can I use the Vim LaTeX-Suite multiple compile option with BibTeX and the -aux-directory option?
I have a document composed of several subfiles and so have used the -aux-directory command to put all of the temporary files in a subfolder, 'auxdir', to keep my working folder clear (and me sane).
I ...