Questions tagged [latex-suite]
42 questions
2
votes
1 answer
Creating a Gantt Chart and to fit page correctly in Latex
At the moment I have made a Gantt Chart, but as you see from the image you cannot see it properly and looks messy. I have tried to tweak but have had no luck with it. If anyone can help me to make it look better please. This is my first attempt of…

mbenjanmin12
- 21
- 1
- 2
2
votes
1 answer
Error while viewing a pdf file using latex-suite in macVim
I get this error after typing lv for viewing the pdf file in macVim.
Note: after compiling it (with ll) without any problem:
Error detected while processing function Tex_ViewLaTeX:
line 34:
E121: Undefined variable: s:viewer
E116: Invalid…

rodgdor
- 2,530
- 1
- 19
- 26
2
votes
1 answer
How to use vim LatexSuite with a Makefile?
I would like to type :make in Vim to compile my LaTeX document. I wrote down compilation rules in a Makefile, but as soon as I enable the LatexSuite Vim extension, the Makefile is no longer used. Instead, Vim runs latex -interaction=nonstopmode…

Helmut Grohne
- 6,578
- 2
- 31
- 67
2
votes
3 answers
vim-latex suite, how to open a file without folding the text by default
I have downloaded and successfully installed the Vim-LaTeX Suite from
http://vim-latex.sf.net.
It is a great tool, but slightly annoying that when you open a file it folds all of the text and puts the folds in a collapsed state, as this page of the…

Matt Hyde
- 1,572
- 1
- 13
- 17
2
votes
0 answers
Weird cursor movements while inserting with vim and auto-formatting enabled
I am using vim, along with latex-suite, to edit LaTeX documents. I recently added 'a' to my formatoptions since I was getting annoyed by gwaping my paragraphs all the time and noticed some extremely weird behaviour. On certain lines in LaTeX files…

FishFace
- 362
- 1
- 12
1
vote
1 answer
do not remove leading whitespaces when enclosing text in an environment using vim's latex-suite
I am using vim with latex-suite plugin.
I have a piece of text, that I want to enclose in verbatim environment. Let's say it looks like this:
Record not found
So I…

jmatraszek
- 808
- 5
- 14
1
vote
1 answer
Enable inversearch for dvi documents in macvim
I nearly successfully migrated my vim settings form Linux (ubuntu) on Mac. What I liked was the latex-suite for vim with the forward (press the compiling buttons and the generated dvi file will jumo straightly to this position) and inverse search…

Matthias Guenther
- 1,643
- 2
- 15
- 29
1
vote
1 answer
How to change "mute" the function of \ll in latex-suite?
I am trying to figure out where the compile mapping (ll) is defined in latex-suite and then mute that function. I want ll to do something else. But after I define the new mapping in .vimrc, I noticed that it will be overwritten by…

user3821012
- 1,291
- 2
- 16
- 27
1
vote
1 answer
vim latex suite opens NO NAME buffer on cite completetion
I'm using vim with latex-suite to edit my documents.
Each time I press F9 to complete a "\cite{", the outline opens, I can choose the correct reference and validate. Then the outline closes, but i have a buffer, that looks like "29:--NO…

Napseis
- 833
- 2
- 10
- 24
1
vote
2 answers
How do I customize three letter sequences in Vim Latex-Suite?
I installed Latex-Suite for Vim, and I like it very much, but I'd like to be able to customize the environment mappings that came by default, and add new ones. For example I want to edit the equation environment that appears typing EEQ and move…

yellon
- 111
- 3
1
vote
0 answers
Latex Bibliography
I can't put the bibliography on my latex file. I write the code and the result of the compilation. I compile the main file in the following way:
main.tex (latexPdf)
main.tex (bibtex)
main.tex (latexPdf)
main.tex (latexPdf)
But it always…

blackgirl
- 11
- 1
1
vote
1 answer
Trojan in vim's latex_suite?
I was going through some code for latex_suite called vim_latex (http://vim-latex.sourceforge.net/) and I found few interesting lines in the file called "templates.vim":
" Back-Door to trojans !!!
function! Compute(what)
exe a:what
if…

Matt
- 162
- 2
- 11
1
vote
0 answers
Parsing of multi-line error message with LaTeX suite in vim
I'm using vim with latex-suite. Compilation is done with ll, I see the quickfix window but multi-line error messages don't get parsed correctly. For example, a one-line error message is parsed correctly:
analysis.tex|26 warning| Overfull…

pfnuesel
- 14,093
- 14
- 58
- 71
1
vote
1 answer
Disable what ever causes Vim LaTexSuite from automatically entering braces
I'm working on a paper using LaTex, and my preferred text editor is Vim. When using the LaTeX plugin from https://github.com/gerw/vim-latex-suite gives me just about everything I need when working with LaTeX.
Sadly there is one thing about the Suite…

LeeGauthier
- 13
- 2
1
vote
2 answers
vim (gvim) startup very slow with latex-suite
I'm experiencing a very slow startup of gvim with tex files and the latex-suite plugin. For example, opening this tex file takes 7 seconds. A minimal .vimrc file only contains the following line:
filetype plugin on
My .vim folder only contains the…

andrenarchy
- 448
- 3
- 12