Selaa lähdekoodia

Add eqn to groff compiler

Frans Bergman 5 vuotta sitten
vanhempi
commit
a901790759
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .scripts/compiler

+ 1 - 1
.scripts/compiler

@@ -1,2 +1,2 @@
 #!/bin/sh
-refer -PS -e -p ~/git/university-documents/bibliography "$1" | groff -ms -k -t -U -T pdf > "${1%.*}.pdf"
+refer -PS -e -p ~/git/university-documents/bibliography "$1" | groff -ms -e -k -t -U -T pdf > "${1%.*}.pdf"