From dd600104230b01460c79262d7609e00d48968c5b 2013-09-23 17:57:20
From: Jonathan Frederic <jdfreder@calpoly.edu>
Date: 2013-09-23 17:57:20
Subject: [PATCH] s/parse_citations/citations2latex

---

diff --git a/IPython/nbconvert/templates/latex/latex_base.tplx b/IPython/nbconvert/templates/latex/latex_base.tplx
index 9d069e6..2c698c5 100644
--- a/IPython/nbconvert/templates/latex/latex_base.tplx
+++ b/IPython/nbconvert/templates/latex/latex_base.tplx
@@ -158,7 +158,7 @@ This template does not define a docclass, the inheriting class must define this.
     ((* elif cell.level == 6 -*))
         ((* block h6 -*))\\*\textit((* endblock h6 -*))
     ((*- endif -*))
-    {((( cell.source | parse_citation | escape_latex )))}
+    {((( cell.source | citation2latex | escape_latex )))}
 
 ((* endblock headingcell *))
 
@@ -171,7 +171,7 @@ This template does not define a docclass, the inheriting class must define this.
 
 % Render markdown
 ((* block markdowncell scoped *))
-    ((( cell.source | parse_citation | markdown2latex )))
+    ((( cell.source | citation2latex | markdown2latex )))
 ((* endblock markdowncell *))
 
 % Spit out the contents of raw cells unmodified