2019-07-20 17:49:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
" some custom commands
|
|
|
|
"
|
|
|
|
" insert mom templates
|
|
|
|
command Tmomc :r ~/Documents/templates/chapter.mom
|
|
|
|
command Tmomg :r ~/Documents/templates/general.mom
|
|
|
|
|
2019-07-20 18:04:12 +00:00
|
|
|
" run groff+refer on file
|
|
|
|
:command Groff !refer -PS -e -p ~/Documents/bib $1.mom | groff -mom -Tpdf >> $1.pdf
|