Skip to content

Commit

Permalink
added another flag with the intended functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z committed Jun 12, 2024
1 parent 6f1f053 commit 5909fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ dvi:
latex $(FILE)

ps: dvi
dvips -t a4 $(DVIFILE)
dvips $(DVIFILE)

pdf: dvi
dvipdf $(DVIFILE)
dvipdf -sPAPERSIZE=a4 $(DVIFILE)

booklet: ps
./ps2book.sh $(PSFILE)
Expand Down

0 comments on commit 5909fb3

Please sign in to comment.