Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5344d4f

Browse files
committed
Add -N0 to dvips flags to generate page structure comments.
1 parent 42cefd0 commit 5344d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# Where are the various programs?
4949
LATEX= latex
5050
BIBTEX= bibtex
51-
DVIPS= dvips -f
51+
DVIPS= dvips -f -N0
5252
MAKEINDEX= makeindex
5353
L2H= latex2html
5454
L2HARGS= -address $$USER@`domainname`

0 commit comments

Comments
 (0)