Author: David Schneider <david.schnei...@picle.org>
Branch: extradoc
Changeset: r4473:db02188b67f8
Date: 2012-08-08 16:10 +0200
http://bitbucket.org/pypy/extradoc/changeset/db02188b67f8/

Log:    (cfbolz, bivab) align data fields to the right

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,6 +1,6 @@
 \begin{center}
 {\smaller
-    \begin{tabular}{ {%for c in head %} |l| {% endfor %} }
+    \begin{tabular}{ |l{% for c in head %} {% if not loop.first %} |r {% endif 
%} {% endfor %} }
     \hline
     {% for col in head %}
         \textbf{ {{col}} }
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to