Sfoglia il codice sorgente

Add eqn to groff compiler

Frans Bergman 5 anni fa
parent
commit
a901790759
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"