Skip to content

Instantly share code, notes, and snippets.

@pastak
Last active December 26, 2015 23:59
Show Gist options
  • Save pastak/7233931 to your computer and use it in GitHub Desktop.
Save pastak/7233931 to your computer and use it in GitHub Desktop.
let 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".
\'Citation %.%# undefined'."\n".
\"Font shape \`JT1/gt/m/it\' undefined"."\n".
\"Font shape \`JY1/gt/m/it\' undefined"."\n".
\"Font shape \`JT1/mc/m/it\' undefined"."\n".
\"Font shape \`JY1/mc/m/it\' undefined"."\n".
\'LaTeX Font Warning: Some font shapes were not available, defaults substituted.'
let g:Tex_IgnoreLevel = 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment