Re: [Vim-latex-devel] Compiling with latexmk does not work as expected

2012-07-04 Thread Peter Vasil
I use latexmk too and it works for me. I also have an addition -bibtex option set let g:Tex_CompileRule_pdf = "/usr/local/bin/latexmk -bibtex -pdf $*" Peter On Thu, Jul 5, 2012 at 12:57 AM, Ted Pavlic wrote: > Niels - > > That usually means an error or untrapped warning is being generated. Do

Re: [Vim-latex-devel] How to disable menus generated by vim-latex?

2012-07-02 Thread Peter Vasil
Correction, set this to disable menus: let g:Tex_Menus = 0 let g:Tex_PackagesMenu = 0 Peter On Mon, Jul 2, 2012 at 11:53 AM, Peter Vasil wrote: > Hi, > > thre is an entry in the manual for menu option, > http://vim-latex.sourceforge.net/documentation/latex-suite.html#customizing-

Re: [Vim-latex-devel] How to disable menus generated by vim-latex?

2012-07-02 Thread Peter Vasil
Hi, thre is an entry in the manual for menu option, http://vim-latex.sourceforge.net/documentation/latex-suite.html#customizing-menus To dsable Tex menus, set this in your vimrc : let g:Tex_Menus = 0 let g:Tex_MathMenus = 0 Peter On Sun, Jul 1, 2012 at 6:53 PM, Alessandro Pezzoni wrote: > O

Re: [Vim-latex-devel] Forward search with okular

2012-05-20 Thread Peter Vasil
o, \ll and \lv work as expected. Alas, \ls still does not work. It only > states: > :call Tex_ForwardSearchLaTeX() > > but the okular window does not open. The situation is the same if I source > the files you sent in the previous post. Not sure if I am not doing > something wron

Re: [Vim-latex-devel] Forward search with okular

2012-05-17 Thread Peter Vasil
.vim/ folder. There is also some help on the vim-latex download page [2], where to put all files. But the description is without the pathogen plugin. [1]: http://www.vim.org/scripts/script.php?script_id=2332 [2]: http://vim-latex.sourceforge.net/index.php?subject=download Hope this helps, P

Re: [Vim-latex-devel] Forward search with okular

2012-05-17 Thread Peter Vasil
Hi, I use vim-latex with okular and forward search works like a charm. I have this in my .vimrc set grepprg=grep\ -nH\ $* let g:tex_flavor='latex' let g:Tex_DefaultTargetFormat = 'pdf' let g:Tex_ViewRule_pdf = 'okular' let g:Tex_CompileRule_pdf = "/usr/local/bin/latexmk -e '$pdflatex=q/pdflatex

Re: [Vim-latex-devel] failed to forward search with Skim in Mac OS

2012-04-09 Thread Peter Vasil
Hi, works here. I have also in my .vimrc this: let g:Tex_ViewRule_pdf = 'Skim' Maybe it works for you too. Peter On Mon, Apr 9, 2012 at 5:47 PM, Dengyu Liu wrote: > Hi all, > > I would like to do forward search with Skim in my Mac OS, but when I did > command "\ls" in MacVim, there is only

[Vim-latex-devel] Cite completion does not work in included tex file

2012-02-23 Thread Peter Vasil
Hi List, As the subject says cite completion does not work in included files. When trying to complete a cite a quickfix window opens with an empty __OUTLINE__ buffer. Also every time I hit F9 a new empty buffer is created and remains open. When I hit F9 in the master file cite completion works an

Re: [Vim-latex-devel] Compilation creates empty buffers

2012-02-23 Thread Peter Vasil
Ok, found out that the empty buffers are not generated from compiling. The empty buffers appear after opening quickfix window for cite completion. Peter On Sat, Feb 11, 2012 at 4:02 PM, Peter Vasil wrote: > It is strange, but I can't reproduce the problem anymore. Somehow the >

Re: [Vim-latex-devel] Compilation creates empty buffers

2012-02-11 Thread Peter Vasil
that Vim-LaTeX expects. It just happens that getting > rid of the "tex" mostly works... > > --Ted > > On 01/27/2012 06:58 AM, Peter Vasil wrote: >> Hi, >> >> I dont know if its just me but compilation creates an empty buffer >> with the same name as

[Vim-latex-devel] Compilation creates empty buffers

2012-01-27 Thread Peter Vasil
Hi, I dont know if its just me but compilation creates an empty buffer with the same name as the .tex file I compile. Peter -- Try before you buy = See our experts in action! The most comprehensive online learning librar

Re: [Vim-latex-devel] forward search pdf with okular patch

2012-01-27 Thread Peter Vasil
On Fri, Jan 27, 2012 at 11:57 AM, Peter Vasil wrote: > Hi Ted, > > thanks for the changes and yes git-send-mail is better but I have't > set up the config for that. Will do next time. > > I see that you changed all linux viewers to have the unique option. I > don't

Re: [Vim-latex-devel] forward search pdf with okular patch

2012-01-27 Thread Peter Vasil
Hi Ted, thanks for the changes and yes git-send-mail is better but I have't set up the config for that. Will do next time. I see that you changed all linux viewers to have the unique option. I don't know if they have the option. I just know about okular. And yes, if I forward search in okular wi

[Vim-latex-devel] forward search pdf with okular patch

2012-01-26 Thread Peter Vasil
Hi, I use pdf as output and latex-suite only supports dvi on linux. I changed the hardcoded ".dvi" into ".s:target:". and it works now with pdf files. Also added --unique option. What do you think? I attached the patch. Peter From 360d6ccb7c026f8f3867c38c219f8d5cc38e647f Mon Sep 17 00:00:00 2001

[Vim-latex-devel] Latest revision breaks forward search with Skim

2012-01-26 Thread Peter Vasil
Hi list, I updated vim-latex to the lates revision 8b62284128414dc141f633d70e5972b8028ccaef, but it breaks forward search with Skim. With one commit before 36d275da3266c1b0cdc8f525f4d977d0154241f1 forward search works. Thanks, Peter ---