Re: [Vim-latex-devel] Ignore undefined font warnings
Brought to you by:
srinathava,
tmaas
From: Vaidotas Z. <v.z...@po...> - 2004-05-31 08:08:07
|
Hi, > Is there some way to ignore the undefined font warnings like >=20 > LaTeX Font Warning: Font shape `OT1/cmss/m/it' in size <9> not available >=20 > from appearing in the error list. I know that there is an option of setti= ng =20 > the ignore level, but font warnings are not included in it. How can I add= =20 > them to the ignore list. I want them between the Overfull and specifier = =20 > changed to levels. > I have such lines in my texrc file: TexLet g:Tex_IgnoredWarnings =3D \'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 se= t a " level dynamically. TexLet g:Tex_IgnoreLevel =3D 7 And I do not see LaTeX font warnings you mentioned. Mpiktas |