Questions tagged [latex-suite]

42 questions
0
votes
0 answers

TexSoup for Bib-Files

this is my first question so I will try to do everything as proper as possible. I am currently using LaTeX to write my documents at my University because I want to use the powerful citing capabilities provided by BibTeX. For ease of use, I am…
Enemoy
  • 11
  • 3
0
votes
1 answer

Mapping in Vim for non-tex files, with Latex-Suite installed

I've found some older posts here that discuss the difficulty with mapping the shortcut in vim, i.e. map j due to latex-suite's usage of to jump forward in the text. I'm in a similar situation, but I would like to keep…
Henry Shackleton
  • 351
  • 2
  • 11
0
votes
0 answers

Minimal syntax highlighting for Tex File, with only math expressions, section-structures and begin/end{environment}

My Vim is very slow at rendering the syntax highlighting of LaTeX documents using the default syntax file to be found in c:\vim\vim80\syntax\tex.vim. The problem is partially solved in this post, yet it is hard to write LaTeX document with no visual…
llinfeng
  • 1,316
  • 1
  • 15
  • 39
0
votes
0 answers

ref completion in latex suite

When I press f9 at \ref{ in vim with latex suite plugin, I just get an error saying E484: Can't open file C:/Temp/tempfilename.tmp When I went to the location, tempfilename.tmp was not there. I assumed this file is the result of calling…
user44442
  • 103
  • 2
0
votes
1 answer

latex-suite F9 completion key works in gvim but not in vim

I am setting up a latex-suite environment for my vim. I discovered that the F9 key that is used to complete references (be them \ref{ or \cite{) only works when I edit the file in gvim (showing that the setup is correct) but not in vim (konsole or…
lopippo
  • 43
  • 5
0
votes
1 answer

Vim - LaTeX-Suite producing strange <++> symbol upon closing brackets with no content

Whenever I close anything in LaTeX-Suite (in MacVim), from {} to to () to $$, with no content inside, a strange symbol <++> is produced on the right about which I have no idea what is for. It doesn't seem to serve any distinguishable meaning. For…
xji
  • 7,341
  • 4
  • 40
  • 61
0
votes
1 answer

vim latex-suite Understand MainFileExpression

I want to dynamically change the way latex-suite determines the MainFile. The main file is usually the latex header file which includes other tex files (like chapters and so on). Using the MainFile it is possible to hit compile on some chapter-file…
Rodney
  • 205
  • 2
  • 7
0
votes
1 answer

Errors when opening vim after latex-suite installation

I tried to install the latex-suite plugin for vim and extracted it in ~/.vim/plugin/vim-latex. I added the recommended lines (as described here) to my .vimrc, but still have a couple of issues with it. I do not want to use gvim, but I am not sure,…
Lns wltr
  • 299
  • 1
  • 3
  • 7
0
votes
1 answer

Vim with VOoM and LaTeX-Suite plugins result in odd key mapping behavior

I use latex-suite to write .tex files. To easily switch between default compiler (pdflatex) and xelatex I have the following script in my _vimrc file. function SetXeLaTeX() let g:Tex_CompileRule_pdf = 'xelatex --interaction=nonstopmode…
Naitree
  • 1,088
  • 1
  • 14
  • 23
0
votes
1 answer

How to enable vim-latex-suite plugin in markdown?

In vim, the latex-suite plugin is for tex filetype. I want to apply the convenience of vim latex-suite plugin for markdown filetype. How can I do it? EDIT: I want to use markdown syntax to take notes. But It's not convenient for me to type formula…
Libin Wen
  • 434
  • 1
  • 5
  • 17
0
votes
0 answers

Vim LaTeX Suite is too slow to open a big file

I am having problems with vim LaTeX Suite opening big files like this (which is not that big, just 195K). The opening of this file takes up to about 8 seconds. If I comment all the lines, it opens instantaneously, so I guess LaTeX Suite is somehow…
Alejandro DC
  • 225
  • 3
  • 11
0
votes
1 answer

vim, mapping > to $

I'm editing a file, part of which looks like: The quick brown fox jumped over the lazy dog. ^ With the cursor under the "q". In normal mode, I want to type ">" to obtain The quick brown fox jumped over the lazy dog. …
joelwatsonfish
  • 103
  • 1
  • 1
  • 5
1 2
3