[Rivet-svn] r4110 - branches/2012-06-aidarivet/bin trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Jan 25 18:55:36 GMT 2013


Author: fsiegert
Date: Fri Jan 25 18:55:35 2013
New Revision: 4110

Log:
improvement of --helvetica option of make-plots

Modified:
   branches/2012-06-aidarivet/bin/make-plots
   trunk/bin/make-plots

Modified: branches/2012-06-aidarivet/bin/make-plots
==============================================================================
--- branches/2012-06-aidarivet/bin/make-plots	Fri Jan 25 15:46:06 2013	(r4109)
+++ branches/2012-06-aidarivet/bin/make-plots	Fri Jan 25 18:55:35 2013	(r4110)
@@ -418,6 +418,7 @@
             out += ('\\renewcommand{\\familydefault}{\\sfdefault}\n')
             out += ('\\usepackage{sfmath}\n')
             out += ('\\usepackage{helvet}\n')
+            out += ('\\usepackage[symbolgreek]{mathastext}\n')
         for pkg in opts.LATEXPKGS:
             out += ('\\usepackage{%s}\n' % pkg)
         out += ('\\usepackage{pst-all}\n')

Modified: trunk/bin/make-plots
==============================================================================
--- trunk/bin/make-plots	Fri Jan 25 15:46:06 2013	(r4109)
+++ trunk/bin/make-plots	Fri Jan 25 18:55:35 2013	(r4110)
@@ -418,6 +418,7 @@
             out += ('\\renewcommand{\\familydefault}{\\sfdefault}\n')
             out += ('\\usepackage{sfmath}\n')
             out += ('\\usepackage{helvet}\n')
+            out += ('\\usepackage[symbolgreek]{mathastext}\n')
         for pkg in opts.LATEXPKGS:
             out += ('\\usepackage{%s}\n' % pkg)
         out += ('\\usepackage{pst-all}\n')


More information about the Rivet-svn mailing list