X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fpapers%2Fmatita%2FMakefile;h=d287d115c6811646d5f066afdd2f7eda46a754d5;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=07747771a119e406ec0163e7325a8f6a8c61976b;hpb=f7d04edd37b51a7daa4e372be9439163f92648b6;p=helm.git diff --git a/helm/papers/matita/Makefile b/helm/papers/matita/Makefile index 07747771a..d287d115c 100644 --- a/helm/papers/matita/Makefile +++ b/helm/papers/matita/Makefile @@ -17,7 +17,7 @@ TEXS = matita.tex RUNS = 1 # do you need bibtex? -BIBTEX = no +BIBTEX = yes # would you like to use pdflatex? PDF_VIA_PDFLATEX = yes @@ -25,7 +25,7 @@ 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 @@ -112,7 +112,7 @@ else $(DVIPDF) $< $@ endif %.ps: %.dvi - $(DVIPS) $< + $(DVIPS) -ta4 $< %.ps.gz: %.ps $(GZIP) -c $< > $@ %.html: %.tex