Re: [Vim-latex-devel] show warnings after compiling
Brought to you by:
srinathava,
tmaas
From: Andreas G. <and...@tu...> - 2013-01-17 18:02:13
|
Hello Peng Shao, Sorry, my last reply was only to you and not to the list. I tried your settings but it doesn't change the situation. The problem is that the undefined citation warnings are not shown (not references, like I wrote in my initial post, sorry for that). If I include a reference which is not defined the warning is correctly shown. But even for let g:Tex_IgnoreLevel = 0 the undefined citation warnings are still absent. Best Andreas On 01/17/2013 06:48 PM, Peng Shao wrote: > > On 01/17/2013 12:41 PM, Andreas Groh wrote: >> Hello, >> >> thanks for your reply. I also have let g:Tex_IgnoreLevel=0 in my >> .vimrc. As far as I understood the TCLevel command is just a short cut >> for let g:Tex_IgnoreLevel=x to be used from within vim. However, the >> warnings are not shown. In my case the warnings are mainly due to >> undefined citations. >> >> Meanwhile I started working on another latex project without undefined >> citations. In this case the warnings for underfull boxes etc. are >> shown. That is strange. If I include an undefined citation the >> corresponding warning is also not shown. >> >> Why is that? Are the warnings for undefined citations treated in a >> different way? >> >> Cheers. >> >> Andreas >> > Dear Andreas, > > Here is the warning-level-related settings in my vimrc > > > let g:Tex_IgnoredWarnings = > \"Underfull\n". > \"Overfull\n". > \"specifier changed to\n". > \"You have requested\n". > \"Missing number, treated as zero.\n". > \"Citation %.%# undefined\n". > \"Unused\n". > \"LaTeX Font Warning:\n" > \"There were undefined references\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 someone else ran into a similar problem. > -- ------------------------------------------------------------------------ Andreas Groh phone : +49-351-463.34974 Institut fuer Planetare Geodaesie fax : +49-351-463.37063 Technische Universitaet Dresden email : and...@tu... D-01062 Dresden, Germany web : tpg.geo.tu-dresden.de ------------------------------------------------------------------------ |