Explorar o código

Generate PostScript instead of pdf in compiler script

Frans Bergman %!s(int64=4) %!d(string=hai) anos
pai
achega
fb017b47af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 -e -k -t -U -T pdf > "${1%.*}.pdf"
+refer -PS -e -kt -p ~/git/university-documents/bibliography "$1" | groff -ms -e -k -t -U -T ps > "${1%.*}.ps"