X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fpapers%2Fmatita%2FMakefile;h=d287d115c6811646d5f066afdd2f7eda46a754d5;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=bfae83c3ab7e96356b3c2ad5759782f68485717d;hpb=22360727aa1b513bd1529ef63aadb59b92095922;p=helm.git diff --git a/helm/papers/matita/Makefile b/helm/papers/matita/Makefile index bfae83c3a..d287d115c 100644 --- a/helm/papers/matita/Makefile +++ b/helm/papers/matita/Makefile @@ -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