mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Pass paper size to dvips explicitly.
This commit is contained in:
parent
8f7abed9d4
commit
b35631587b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue