[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

[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

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

[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

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

2012-02-11 Thread Peter Vasil
... --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 the .tex file I compile. Peter -- Try before you buy = See our

[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

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] Forward search with okular

2012-05-17 Thread Peter Vasil
], 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, Peter  Filip On Thu, 17 May 2012, Peter Vasil wrote: Hi, I use vim-latex

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

2012-05-20 Thread Peter Vasil
. The situation is the same if I source the files you sent in the previous post. Not sure if I am not doing something wrong...        With best regards,                        Filip On Thu, 17 May 2012, Peter Vasil wrote: On Thu, May 17, 2012 at 1:00 PM, Filip Kadlec kadl...@fzu.cz wrote

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

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 mailing_li...@petervasil.net wrote: Hi, thre is an entry in the manual for menu option, http://vim-latex.sourceforge.net/documentation/latex-suite.html

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 t...@tedpavlic.com wrote: Niels - That usually means an error or untrapped warning is being