[Rivet-svn] r2776 - trunk/doc

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Nov 26 21:23:45 GMT 2010


Author: buckley
Date: Fri Nov 26 21:23:45 2010
New Revision: 2776

Log:
Make BibTeX file a bit more helpful

Modified:
   trunk/doc/mk-analysis-latex

Modified: trunk/doc/mk-analysis-latex
==============================================================================
--- trunk/doc/mk-analysis-latex	Fri Nov 26 21:23:19 2010	(r2775)
+++ trunk/doc/mk-analysis-latex	Fri Nov 26 21:23:45 2010	(r2776)
@@ -68,7 +68,7 @@
     ana = rivet.AnalysisLoader.getAnalysis(aname)
     subtitle = "\\subsection{%s}\n" % safe_aname
     if ana.bibKey() and ana.bibTeX():
-        bib[ana.bibKey()] = ana.bibTeX()
+        bib[ana.bibKey()] = "%% (%s)\n" % aname + ana.bibTeX()
         citetex = r"\cite{%s}" % ana.bibKey()
         subtitle = "\\subsection[%s]{%s}\n" % (safe_aname, safe_aname + "\," + citetex)
     page += subtitle


More information about the Rivet-svn mailing list