[Rivet-svn] r2888 - in trunk: . bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Jan 23 14:01:57 GMT 2011


Author: buckley
Date: Sun Jan 23 14:36:23 2011
New Revision: 2888

Log:
Make make-plots write out PDF rather than PS by default.

Modified:
   trunk/ChangeLog
   trunk/bin/make-plots

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Sat Jan 22 21:40:19 2011	(r2887)
+++ trunk/ChangeLog	Sun Jan 23 14:36:23 2011	(r2888)
@@ -1,3 +1,7 @@
+2011-01-23  Andy Buckley  <andy at insectnation.org>
+
+	* Make make-plots write out PDF rather than PS by default.
+
 2011-01-12  Andy Buckley  <andy at insectnation.org>
 
 	* Fix several rendering and comparison bugs in rivet-mkhtml.

Modified: trunk/bin/make-plots
==============================================================================
--- trunk/bin/make-plots	Sat Jan 22 21:40:19 2011	(r2887)
+++ trunk/bin/make-plots	Sun Jan 23 14:36:23 2011	(r2888)
@@ -1921,21 +1921,21 @@
                       help="Use Times as font.")
     parser.add_option("--minion", dest="OUTPUT_FONT", action="store_const", const="MINION", default="PALATINO",
                       help="Use Adobe Minion Pro as font. Note: You need to set TEXMFHOME first.")
-    parser.add_option("--ps", dest="OUTPUT_FORMAT", action="store_const", const="PS", default="PS",
+    parser.add_option("--ps", dest="OUTPUT_FORMAT", action="store_const", const="PS", default="PDF",
                       help="Create PostScript output (default).")
-    parser.add_option("--pdf", dest="OUTPUT_FORMAT", action="store_const", const="PDF", default="PS",
+    parser.add_option("--pdf", dest="OUTPUT_FORMAT", action="store_const", const="PDF", default="PDF",
                       help="Create PDF output.")
-    parser.add_option("--eps", dest="OUTPUT_FORMAT", action="store_const", const="EPS", default="PS",
+    parser.add_option("--eps", dest="OUTPUT_FORMAT", action="store_const", const="EPS", default="PDF",
                       help="Create Encapsulated PostScript output.")
-    parser.add_option("--png", dest="OUTPUT_FORMAT", action="store_const", const="PNG", default="PS",
+    parser.add_option("--png", dest="OUTPUT_FORMAT", action="store_const", const="PNG", default="PDF",
                      help="Create PNG output.")
-    parser.add_option("--pspng", dest="OUTPUT_FORMAT", action="store_const", const="PSPNG", default="PS",
+    parser.add_option("--pspng", dest="OUTPUT_FORMAT", action="store_const", const="PSPNG", default="PDF",
                      help="Create PS and PNG output.")
-    parser.add_option("--pdfpng", dest="OUTPUT_FORMAT", action="store_const", const="PDFPNG", default="PS",
+    parser.add_option("--pdfpng", dest="OUTPUT_FORMAT", action="store_const", const="PDFPNG", default="PDF",
                      help="Create PDF and PNG output.")
-    parser.add_option("--epspng", dest="OUTPUT_FORMAT", action="store_const", const="EPSPNG", default="PS",
+    parser.add_option("--epspng", dest="OUTPUT_FORMAT", action="store_const", const="EPSPNG", default="PDF",
                      help="Create EPS and PNG output.")
-    parser.add_option("--tex", dest="OUTPUT_FORMAT", action="store_const", const="TEX", default="PS",
+    parser.add_option("--tex", dest="OUTPUT_FORMAT", action="store_const", const="TEX", default="PDF",
                       help="Create TeX/LaTeX output.")
     parser.add_option("--no-cleanup", dest="NO_CLEANUP", action="store_true", default=False,
                       help="Keep temporary directory and print its filename.")


More information about the Rivet-svn mailing list