Kaydet (Commit) b3563158 authored tarafından Fred Drake's avatar Fred Drake

Pass paper size to dvips explicitly.

üst 8f7abed9
...@@ -53,7 +53,7 @@ PAPER=letter ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment