[pypy-commit] extradoc extradoc: (cfbolz, bivab) align data fields to the right

bivab noreply at buildbot.pypy.org
Wed Aug 8 16:12:08 CEST 2012


Author: David Schneider <david.schneider at 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}} }


More information about the pypy-commit mailing list