File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848# Where are the various programs?
4949LATEX = latex
50+ PDFLATEX = pdflatex
5051BIBTEX = bibtex
5152DVIPS = dvips -f -N0
5253DISTILL = distill
@@ -97,6 +98,17 @@ api: api.ps
9798.ps.pdf :
9899 $(DISTILL ) $<
99100
101+ # An alternate formulation of PDF creation; requires latex format with
102+ # pdftex. To use this instead of the Acrobat distiller solution, comment
103+ # out the above .ps.pdf rule and uncomment this rule. This was tested
104+ # using a pre-release of the teTeX distribution. See
105+ # http://www.tug.org/tetex/ for more information on getting & using teTeX.
106+ # This rule avoids creation of the intermediate PostScript files and uses
107+ # only free software.
108+ #
109+ # .dvi.pdf:
110+ # $(PDFLATEX) $*
111+
100112# Dependencies
101113COMMONTEX =myformat.sty copyright.tex boilerplate.tex
102114
You can’t perform that action at this time.
0 commit comments