[Rivet-svn] r1981 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Nov 3 00:06:54 GMT 2009


Author: hoeth
Date: Tue Nov  3 00:06:54 2009
New Revision: 1981

Log:
make-plots: removing latex package "siunitx". And all by a sudden we
get rid of ~ 900 lines of LaTeX errors complaining about incompatible
packages SIunits (required by hepunits) and siunitx. Magic.

Modified:
   trunk/bin/make-plots

Modified: trunk/bin/make-plots
==============================================================================
--- trunk/bin/make-plots	Tue Nov  3 00:01:36 2009	(r1980)
+++ trunk/bin/make-plots	Tue Nov  3 00:06:54 2009	(r1981)
@@ -1586,7 +1586,7 @@
 
     ## Check for HEP LaTeX packages
     opts.LATEXPKGS = []
-    for pkg in ["hepnicenames", "hepunits", "siunitx"]:
+    for pkg in ["hepnicenames", "hepunits"]:
         if os.system('kpsewhich %s.sty > /dev/null' % pkg) == 0:
             opts.LATEXPKGS.append(pkg)
 


More information about the Rivet-svn mailing list