blob: 204235a649589e2cbe327fdad8126a12a84d7895 (
plain)
1
2
3
4
5
6
7
8
9
10
|
" this is mostly a matter of taste. but LaTeX looks good with just a bit
" of indentation.
set sw=2
set softtabstop=2
" TIP: if you write your \label's as \label{fig:something}, then if you
" type in \ref{fig: and press <C-n> you will automatically cycle through
" all the figure labels. Very useful!
set iskeyword+=:
set makeprg=pdflatex\ -shell-escape\ %
|