On Sun, Jan 23, 2011 at 9:59 AM, Peter Volkov <p...@gentoo.org> wrote: > В Вск, 23/01/2011 в 09:14 -0300, Robson Roberto Souza Peixoto пишет: >> On Sun, Jan 23, 2011 at 7:37 AM, Peter Volkov <p...@gentoo.org> wrote: >> > >> > Hi. I saw thread with exactly same name and have "fixed" vim-latex suite >> > installed here (1.8.23.20101027). Anyway if I write \cite{F9 the window >> > to select reference opens but after I select reference and press <enter> >> > nothing appears after \cite{. Testcase to reproduce the problem is in >> > attachment. Also note: I'm using xelatex and thus I have the following >> > customization inside ~/.vimrc: >> > >> > "vim-latex for xetex! >> > let g:Tex_DefaultTargetFormat = 'pdf' >> > let g:Tex_ViewRule_pdf='evince' >> > let g:Tex_CompileRule_pdf = 'xelatex --interaction=nonstopmode $*' >> > map <f2> :w<cr><leader>ll >> > let g:Tex_MultipleCompileFormats = 'pdf' >> > >> >> Are you have the 'grep' installed? > > Sure. > $ grep -V > GNU grep 2.5.4 > >> After install, do it. >> >> " IMPORTANT: grep will sometimes skip displaying the file name if you >> " search in a singe file. This will confuse Latex-Suite. Set your grep >> " program to always generate a file-name. >> set grepprg=grep\ -nH\ $* > > I've tried to put this into ~/.vimrc but still no luck. BTW, I have > VIM 7.3 installed here.
I'm using VIM 7.1.102 and are working very well. BTW, from my vimrc: " {{{ Latex au FileType tex setl spell spelllang=pt grepprg=grep\ -nH\ $* makeprg=make\ $* sw=2 ts=2 sts=2 et iskeyword+=: au FileType bib setl spell spelllang=pt makeprg=make\ $* sw=2 ts=2 sts=2 et let g:tex_flavor = "latex" " }}} and from ~/.vim/ftplugin/tex.vim " Q: I cannot insert the e-acute (é) character! HELP! imap <buffer> <leader>it <Plug>Tex_InsertItemOnThisLine " Q: Typing some European characters becomes problematic in Latex-suite because those characters seem to be mapped to something. imap <C-b> <Plug>Tex_MathBF imap <C-c> <Plug>Tex_MathCal imap <C-l> <Plug>Tex_LeftRight But for my latex project work well, I need to create the a empty file dissertacao.tex.latexmain because the dissertacao.tex is my main file. And the cwd(current working directory) is where the main file are. I don't know if it is necessary, but I do it. > -- > Peter. > > -- Robson Roberto Souza Peixoto Robinho Computer Science Master's degree student, University of Campinas Linux Counter #395633 IRC: robsonpeixoto Twitter: http://twitter.com/rrspba github: https://github.com/robsonpeixoto ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel