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
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-
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
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
.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
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
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
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
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
>
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
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
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
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
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
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
---
15 matches
Mail list logo