Author: David Schneider <david.schnei...@picle.org>
Branch: extradoc
Changeset: r4358:567da7cebdb5
Date: 2012-07-25 13:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/567da7cebdb5/

Log:    update table template

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,5 +1,6 @@
-\begin{table}
-    \centering
+\begin{figure}
+\begin{center}
+{\smaller
     \begin{tabular}{ {%for c in head %} |l| {% endfor %} }
     \hline
     {% for col in head %}
@@ -23,4 +24,8 @@
     \end{tabular}
     \caption{'fff'}
     \label{'fff'}
-\end{table}
+}
+\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