Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7abed commit b356315Copy full SHA for b356315
1 file changed
Doc/Makefile
@@ -53,7 +53,7 @@ PAPER=letter
53
# Where are the various programs?
54
LATEX= latex
55
PDFLATEX= pdflatex
56
-DVIPS= dvips -N0
+DVIPS= dvips -N0 -t $(PAPER)
57
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
58
MAKEINDEX= makeindex -s $(srcdir)/texinputs/myindex.ist
59
ACROREAD= acroread
0 commit comments