Author: David Schneider <[email protected]>
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}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit