[Rivet-svn] r2333 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Mar 15 15:13:34 GMT 2010


Author: fsiegert
Date: Mon Mar 15 15:13:34 2010
New Revision: 2333

Log:
underscore.sty is not available on SL5 (not on Durham's ui anyways), so make it optional in make-plots.

Modified:
   trunk/bin/make-plots

Modified: trunk/bin/make-plots
==============================================================================
--- trunk/bin/make-plots	Mon Mar 15 13:27:34 2010	(r2332)
+++ trunk/bin/make-plots	Mon Mar 15 15:13:34 2010	(r2333)
@@ -336,7 +336,6 @@
         out += ('\\selectcolormodel{rgb}\n')
         out += ('\\usepackage{amsmath}\n')
         out += ('\\usepackage{amssymb}\n')
-        out += ('\\usepackage{underscore}\n')
         out += ('\\usepackage{relsize}\n')
         out += ('\\usepackage[dvips,\n')
         out += ('  left=%4.3fcm, right=0cm,\n' %(leftmargin-0.45,))
@@ -1685,7 +1684,7 @@
 
     ## Check for HEP LaTeX packages
     opts.LATEXPKGS = []
-    for pkg in ["hepnicenames", "hepunits"]:
+    for pkg in ["hepnicenames", "hepunits", "underscore"]:
         if os.system('kpsewhich %s.sty > /dev/null' % pkg) == 0:
             opts.LATEXPKGS.append(pkg)
 


More information about the Rivet-svn mailing list