omg i just realized why all my pdfs were breaking
This commit is contained in:
parent
f35904a8bb
commit
fafc6b899d
1 changed files with 3 additions and 3 deletions
6
.vimrc
6
.vimrc
|
@ -9,7 +9,7 @@ command Tmomr :r ~/Documents/templates/recipe.mom
|
||||||
command Tmome :r ~/Documents/templates/english.mom
|
command Tmome :r ~/Documents/templates/english.mom
|
||||||
|
|
||||||
" run groff+refer on file
|
" run groff+refer on file
|
||||||
:command Groff !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -Tpdf >> ${p::-4}.pdf
|
:command Groff !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -Tpdf > ${p::-4}.pdf
|
||||||
:command Grofft !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -T ascii >> ${p::-4}.txt
|
:command Grofft !p="%"; refer -PS -e -p ~/Documents/bib ${p::-4}.mom | groff -mom -T ascii > ${p::-4}.txt
|
||||||
:command Man !p="%"; groff -man -T ascii ${p::-4}.man >> ${p::-4}.txt
|
:command Man !p="%"; groff -man -T ascii ${p::-4}.man > ${p::-4}.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue