diff options
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaintro/01-02-21.lualtx')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luaintro/01-02-21.lualtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaintro/01-02-21.lualtx b/Master/texmf-dist/doc/luatex/luaintro/01-02-21.lualtx index e16b4acd8bd..39747b9c236 100644 --- a/Master/texmf-dist/doc/luatex/luaintro/01-02-21.lualtx +++ b/Master/texmf-dist/doc/luatex/luaintro/01-02-21.lualtx @@ -4,7 +4,7 @@ %% 1. Auflage %% %% -%% Copyright (C) 2013 Herbert Voss +%% Copyright (C) 2014 Herbert Voss %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3 @@ -25,7 +25,7 @@ \multicolumn{4}{c}{\rmfamily Ausgabe der Tabelle tex}\\\hline \emph{k} & \emph{v} & \emph{k} & \emph{v}\\\hline \directlua{i=0; for k,v in pairs(tex) do i=i+1; - tex.print(k.." & "..tostring(v)) + tex.print(-2, k.." & "..tostring(v)) if i<2 then tex.print(" & ") else |