mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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?
|
# Where are the various programs?
|
||||||
LATEX= latex
|
LATEX= latex
|
||||||
PDFLATEX= pdflatex
|
PDFLATEX= pdflatex
|
||||||
DVIPS= dvips -N0
|
DVIPS= dvips -N0 -t $(PAPER)
|
||||||
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
|
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
|
||||||
MAKEINDEX= makeindex -s $(srcdir)/texinputs/myindex.ist
|
MAKEINDEX= makeindex -s $(srcdir)/texinputs/myindex.ist
|
||||||
ACROREAD= acroread
|
ACROREAD= acroread
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue