Add -N0 to dvips flags to generate page structure comments.
This commit is contained in:
parent
42cefd03cf
commit
5344d4fd2e
|
@ -48,7 +48,7 @@
|
|||
# Where are the various programs?
|
||||
LATEX= latex
|
||||
BIBTEX= bibtex
|
||||
DVIPS= dvips -f
|
||||
DVIPS= dvips -f -N0
|
||||
MAKEINDEX= makeindex
|
||||
L2H= latex2html
|
||||
L2HARGS= -address $$USER@`domainname`
|
||||
|
|
Loading…
Reference in New Issue