]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/matita/Makefile
correct name entry {Sacerdoti Coen} in bibtex
[helm.git] / helm / papers / matita / Makefile
index 07747771a119e406ec0163e7325a8f6a8c61976b..a09321d6b014f850cdb2c5b99047efe0c68dd800 100644 (file)
 ########################################################################
 
 # list of .tex _main_ files
-TEXS = matita.tex
+TEXS = matita2.tex
 
 # number of runs of latex (for table of contents, list of figures, ...)
 RUNS = 1
 
 # do you need bibtex?
-BIBTEX = no
+BIBTEX = yes
 
 # would you like to use pdflatex?
 PDF_VIA_PDFLATEX = yes
@@ -25,11 +25,14 @@ PDF_VIA_PDFLATEX = yes
 # which formats generated by default ("all" target)?
 # (others will be generated by "world" target)
 # see AVAILABLE_FORMATS below 
-BUILD_FORMATS = dvi
+BUILD_FORMATS = dvi ps
 
 # which format to be shown on "make show"
 SHOW_FORMAT = dvi
 
+########################################################################
+all:
+
 ########################################################################
 
 AVAILABLE_FORMATS = dvi ps ps.gz pdf html
@@ -112,7 +115,7 @@ else
        $(DVIPDF) $< $@
 endif
 %.ps: %.dvi
-       $(DVIPS) $<
+       $(DVIPS) -ta4 $<
 %.ps.gz: %.ps
        $(GZIP) -c $< > $@
 %.html: %.tex