Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b356315

Browse files
committed
Pass paper size to dvips explicitly.
1 parent 8f7abed commit b356315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PAPER=letter
5353
# Where are the various programs?
5454
LATEX= latex
5555
PDFLATEX= pdflatex
56-
DVIPS= dvips -N0
56+
DVIPS= dvips -N0 -t $(PAPER)
5757
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
5858
MAKEINDEX= makeindex -s $(srcdir)/texinputs/myindex.ist
5959
ACROREAD= acroread

0 commit comments

Comments
 (0)