Author: David Schneider <david.schnei...@picle.org>
Branch: extradoc
Changeset: r4359:2e6fcff21703
Date: 2012-07-25 15:25 +0200
http://bitbucket.org/pypy/extradoc/changeset/2e6fcff21703/

Log:    move the figure and caption definition from the table template to
        the paper

diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -455,8 +455,16 @@
 \section{Evaluation}
 \label{sec:evaluation}
 
-\include{figures/benchmarks_table}
-\include{figures/backend_table}
+\begin{figure*}
+    \include{figures/benchmarks_table}
+    \caption{Benchmark Results}
+    \label{fig:ops_count}
+\end{figure*}
+\begin{figure*}
+    \include{figures/backend_table}
+    \caption{Total size of generated machine code and guard data}
+    \label{fig:backend_data}
+\end{figure*}
 
 * Evaluation
    * Measure guard memory consumption and machine code size
diff --git a/talk/vmil2012/tool/table_template.tex 
b/talk/vmil2012/tool/table_template.tex
--- a/talk/vmil2012/tool/table_template.tex
+++ b/talk/vmil2012/tool/table_template.tex
@@ -1,4 +1,3 @@
-\begin{figure}
 \begin{center}
 {\smaller
     \begin{tabular}{ {%for c in head %} |l| {% endfor %} }
@@ -22,10 +21,5 @@
     {% endfor %}
     \hline
     \end{tabular}
-    \caption{'fff'}
-    \label{'fff'}
 }
 \end{center}
-\caption{Benchmark Results}
-\label{fig:times}
-\end{figure}
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to