Last active
December 26, 2015 23:59
-
-
Save pastak/7233931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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