Re: [Vim-latex-devel] Ignore undefined font warnings
Brought to you by:
srinathava,
tmaas
From: Aditya M. <adi...@al...> - 2004-05-31 18:25:45
|
>>> On May 31, Vaidotas Zemlys wrote > Hi, > >> Is there some way to ignore the undefined font warnings like >> >> LaTeX Font Warning: Font shape `OT1/cmss/m/it' in size <9> not available >> >> from appearing in the error list. I know that there is an option of >> setting the ignore level, but font warnings are not included in it. How >> can I add them to the ignore list. I want them between the Overfull and >> specifier changed to levels. >> > > I have such lines in my texrc file: > TexLet g:Tex_IgnoredWarnings = > \'Underfull'."\n". > \'Overfull'."\n". > \'specifier changed to'."\n". > \'You have requested'."\n". > \'Missing number, treated as zero.'."\n". > \'There were undefined references'."\n". > \'LaTeX Font Warning:'."\n". > \'Citation %.%# undefined' > " the 'ignore level' of the 'efm'. A value of 4 says that the first 4 kinds > of > " warnings in the list above will be ignored. Use the command TCLevel to set > a > " level dynamically. > TexLet g:Tex_IgnoreLevel = 7 > > And I do not see LaTeX font warnings you mentioned. > Thank you. This works perfectly. Aditya -- Aditya Mahajan, EECS Systems, University of Michigan http://www.eecs.umich.edu/~adityam || Ph: 7342624008 |