omg i just realized why all my pdfs were breaking

This commit is contained in:
lickthecheese 2020-03-12 22:00:30 -04:00
parent f35904a8bb
commit fafc6b899d

6
.vimrc
View file

@ -9,7 +9,7 @@ command Tmomr :r ~/Documents/templates/recipe.mom
command Tmome :r ~/Documents/templates/english.mom
" run groff+refer on file
: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 Man !p="%"; groff -man -T ascii ${p::-4}.man >> ${p::-4}.txt
: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 Man !p="%"; groff -man -T ascii ${p::-4}.man > ${p::-4}.txt