|
[Rivet-svn] r1719 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Jul 28 17:11:43 BST 2009
Author: fsiegert Date: Tue Jul 28 17:11:42 2009 New Revision: 1719 Log: Remove SIunits from make-plots, because it conflicts with the amssymb package (over the \square symbol), and that conflict seems to make it fail in some installations. Modified: trunk/bin/make-plots Modified: trunk/bin/make-plots ============================================================================== --- trunk/bin/make-plots Sun Jul 26 21:56:16 2009 (r1718) +++ trunk/bin/make-plots Tue Jul 28 17:11:42 2009 (r1719) @@ -1559,7 +1559,7 @@ ## Check for HEP LaTeX packages opts.LATEXPKGS = [] - for pkg in ["hepnicenames", "hepunits", "SIunits", "siunitx"]: + for pkg in ["hepnicenames", "hepunits", "siunitx"]: if os.system('kpsewhich %s.sty > /dev/null' % pkg) == 0: opts.LATEXPKGS.append(pkg)
More information about the Rivet-svn mailing list |