Skip to content

Instantly share code, notes, and snippets.

@pastak
Created April 22, 2014 04:51
Show Gist options
  • Save pastak/11165653 to your computer and use it in GitHub Desktop.
Save pastak/11165653 to your computer and use it in GitHub Desktop.
let tex_flavor = 'latex'
set grepprg=grep\ -nH\ $*
set shellslash
let g:Tex_DefaultTargetFormat = 'pdf'
let g:Tex_CompileRule_dvi = 'platex --interaction=nonstopmode $*'
let g:Tex_CompileRule_pdf = 'dvipdfmx $*.dvi'
let g:Tex_FormatDependency_pdf = 'dvi,pdf'
"警告エラー無視
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
let g:neocomplcache_keyword_patterns['gosh-repl'] = "[[:alpha:]+*/@$_=.!?-][[:alnum:]+*/@$_:=.!?-]*"
vmap <CR> <Plug>(gosh_repl_send_block)
let g:gosh_buffer_direction = "v"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment