|
From: <md...@us...> - 2009-02-23 14:58:12
|
Revision: 6925
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6925&view=rev
Author: mdboom
Date: 2009-02-23 14:58:08 +0000 (Mon, 23 Feb 2009)
Log Message:
-----------
Applied Fernando Perez's fix for LaTeX output.
Modified Paths:
--------------
branches/v0_98_5_maint/doc/sphinxext/inheritance_diagram.py
Modified: branches/v0_98_5_maint/doc/sphinxext/inheritance_diagram.py
===================================================================
--- branches/v0_98_5_maint/doc/sphinxext/inheritance_diagram.py 2009-02-21 20:14:08 UTC (rev 6924)
+++ branches/v0_98_5_maint/doc/sphinxext/inheritance_diagram.py 2009-02-23 14:58:08 UTC (rev 6925)
@@ -352,7 +352,7 @@
graph.run_dot(['-Tpdf', '-o%s' % pdf_path],
name, parts, graph_options={'size': '"6.0,6.0"'})
- return '\\includegraphics{%s}' % pdf_path
+ return '\n\\includegraphics{%s}\n\n' % pdf_path
def visit_inheritance_diagram(inner_func):
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|