[pypy-commit] extradoc extradoc: do not require pdf for figures

bivab noreply at buildbot.pypy.org
Fri Nov 9 16:37:05 CET 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4907:e248eefe8464
Date: 2012-11-09 14:20 +0100
http://bitbucket.org/pypy/extradoc/changeset/e248eefe8464/

Log:	do not require pdf for figures

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -514,7 +514,7 @@
 \label{sec:Guards in the Backend}
 
 \begin{figure}[ht]
-\includegraphics[width=0.4\textwidth]{figures/resume_data.pdf}
+\includegraphics[width=0.4\textwidth]{figures/resume_data}
 \vspace{-3mm}
 \caption{The resume data for Figure~\ref{fig:trace-log}}
 \label{fig:resume-data}
@@ -648,7 +648,7 @@
 guards that work based on the same principles.
 \begin{figure}
 \centering
-\includegraphics[width=0.5\textwidth]{figures/loop_bridge.pdf}
+\includegraphics[width=0.5\textwidth]{figures/loop_bridge}
 \caption{Trace control flow in case of guard failures with and without bridges}
 \label{fig:trampoline}
 \end{figure}


More information about the pypy-commit mailing list