Эх сурвалжийг харах

Generate PostScript instead of pdf in compiler script

Frans Bergman 4 жил өмнө
parent
commit
fb017b47af
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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"