[Vim-latex-devel] F5--->equation environment

2009-04-14 Thread peng shao
ble ways to solve this annoying problem? Thank you. Peng Shao -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http:

[Vim-latex-devel] problem with the current svn version

2009-04-25 Thread peng shao
hi dear all, sorry for bothering but I met another problem with the current svn version. I am using VIM 7.2. The first time I tried the svn version, I remember everything works very well and I was quite happy with it. However, after some time (I cannot remember what happend), it was not working we

Re: [Vim-latex-devel] problem with the current svn version

2009-04-25 Thread peng shao
Dear Tom: Thank you very much :-) Peng Shao On Sat, Apr 25, 2009 at 10:00 PM, Thomas Ibbotson wrote: > peng shao wrote: >> >> hi dear all, sorry for bothering but I met another problem with the >> current svn version. I am using VIM 7.2. >> >> The first time I

[Vim-latex-devel] error messages in gvim's multiplecompile

2009-09-24 Thread peng shao
Hi everybody. I am using the latest latex-suite through svn and I have set let g:Tex_MultipleCompileFormats='pdf' in my .vimrc Everything works pretty fine in vim. But for gvim there is some differences. For example if I made a typo in my .tex file, then if I run \ll in vim(launched through gnom

Re: [Vim-latex-devel] can you modify these?

2009-09-24 Thread peng shao
On Thu, Sep 24, 2009 at 4:58 AM, xitong chen wrote: > > Hello dear maintainers. I was very happy with vim-latex in the past years. > However I have two modifications > which I would like you can take into consideration. For example if I press > F5 when I was in insert mode I can choose equation*,

[Vim-latex-devel] how to return to vim if I call inverse search in xdvi.

2009-10-09 Thread peng shao
Hi everybody. I am using vim+latex-suite to do tex editing. Especially I use the following way to do inverse search: in .bashrc vimtex='vim --servername vimtex' and in .vimrc :map \ld :execute 'xdvi -editor "vim --servername 'v:servername' --remote +\%l \%f" -sourceposition ' . line(".") . expa

[Vim-latex-devel] failed to jump to the error location when compiling

2009-11-10 Thread peng shao
ried and I failed. No matter where I press the enter I could not jump out of the error list to text file contents. :( Anyone could help me on this issue? Thank you :) Peng Shao -- Let Crystal Reports handle the report

Re: [Vim-latex-devel] failed to jump to the error location when compiling

2009-11-10 Thread peng shao
On Tue, Nov 10, 2009 at 5:19 PM, peng shao wrote: > Hi guys. I am using VIM 7.2.264 and vim-latex-1.5-20091002. The > following are my .vimrc > > let g:tex_flavor = "latex" > let g:Tex_CompileRule_dvi="latex -src-specials -interaction=nonstopmode $*" > let

[Vim-latex-devel] macros customization

2009-12-13 Thread peng shao
Hi everyone. I met a little problem to customize the macros "eqnarray*". I followed the instructions on the documentation http://vim-latex.sourceforge.net/documentation/latex-suite/customizing-macros.html to paste let g:Tex_Env_{'eqnarray*'} = \ "\\begin{eqnarray*}\<++> &=& <++>\\\end{eq

[Vim-latex-devel] bracket "}" is highlighted after inserting template

2010-10-29 Thread peng shao
Hi. Thank you for paying attention to my problem. I am using VIM 7.3 and vim-latex-1.8.23-20101027-r1112 under gentoo. There is an annoying problem that I couldn't fix for a very long time since several years ago I started using latex-suite: every time if I use :TTemplate command to choose SOME te

[Vim-latex-devel] \label command location in macro

2012-10-08 Thread Peng Shao
abel<++> be placed ALWAYS at the first line of an environment? I know I can customize them one by one, but I have no idea how to deal with the new environment defined in a specific tex file. Thanks -- Peng Shao

Re: [Vim-latex-devel] show warnings after compiling

2013-01-17 Thread Peng Shao
s simply putting let g:Tex_IgnoreLevel = 0 in my .vimrc then the undefined references will be listed after compilation. I didn't have to use TCLevel at all. Did you try the line I mentioned? -- Peng Shao -- Master

Re: [Vim-latex-devel] show warnings after compiling

2013-01-17 Thread Peng Shao
es\n". " This number N indicates that latex-suite should ignore the first N of the above. let g:Tex_IgnoreLevel = 8 Would you please try to see if it can detect the undefined references? Btw, I cc this mail to the maillist so other people may also see it, just in case in future so

Re: [Vim-latex-devel] show warnings after compiling

2013-01-17 Thread Peng Shao
On 01/17/2013 01:00 PM, Andreas Groh wrote: > Hello Peng Shao, > > Sorry, my last reply was only to you and not to the list. It is fine, I very often forgot to reply to the list as well :) > I tried your settings but it doesn't change the situation. The problem > is that th

[Vim-latex-devel] f9 completion changes the size of splitted windows

2013-03-07 Thread Peng Shao
Hi. Thanks for reading my question. I noticed that if I have two splitted windows in vim and the sizesof them have been adjusted manually for easy reading, say one has 10 more lines than the other, then after F9 completes inserting a citation, the two windows would restore to their original equal s

Re: [Vim-latex-devel] IMAP definitions in ~/.vimrc

2013-12-25 Thread Peng Shao
I put them in the after directory: .vim/after/ftplugin/tex.vim to avoid modifying main.vim. Hopefully it helps if .vimrc is not the right place IMAP should go. On Wed, Dec 25, 2013 at 11:38 AM, Vandra wrote: > Dear developpers, > > Is it possible to make IMAP definitions not in > /.vim/ftp