Pass paper size to dvips explicitly.
This commit is contained in:
parent
8f7abed9d4
commit
b35631587b
|
@ -53,7 +53,7 @@ PAPER=letter
|
|||
# Where are the various programs?
|
||||
LATEX= latex
|
||||
PDFLATEX= pdflatex
|
||||
DVIPS= dvips -N0
|
||||
DVIPS= dvips -N0 -t $(PAPER)
|
||||
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
|
||||
MAKEINDEX= makeindex -s $(srcdir)/texinputs/myindex.ist
|
||||
ACROREAD= acroread
|
||||
|
|
Loading…
Reference in New Issue