mirror of
https://github.com/gryf/vim-latex-compiler.git
synced 2026-02-10 10:35:54 +01:00
Initial commit
This commit is contained in:
10
compiler/rubber.vim
Normal file
10
compiler/rubber.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Vim compiler file
|
||||
" Compiler: pdf creator out of LaTeX files using rubber
|
||||
if exists("current_compiler")
|
||||
finish
|
||||
endif
|
||||
|
||||
let current_compiler = "rubber"
|
||||
CompilerSet makeprg=rubber\ -d\ %
|
||||
"CompilerSet efm=%f:%l:\ [%t]%m,%f:%l:%m
|
||||
|
||||
Reference in New Issue
Block a user