Difference between revisions of "Linetable"

From Wiki
Jump to navigation Jump to search
 
m (changed pre to texcode)
Line 3: Line 3:
 
There's no docs about this new mode besides in the sources (<tt>core-ltb.tex</tt>). It uses eTeX and is for huge tables that can spread over several pages horizontally and vertically. It can repeat not only rows (headers, footers) but even columns.
 
There's no docs about this new mode besides in the sources (<tt>core-ltb.tex</tt>). It uses eTeX and is for huge tables that can spread over several pages horizontally and vertically. It can repeat not only rows (headers, footers) but even columns.
  
<pre>
+
<texcode>
 
\setuplinetable[n=6,m={2,2,2},regels=25]
 
\setuplinetable[n=6,m={2,2,2},regels=25]
  
Line 18: Line 18:
 
   {\NC aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR}
 
   {\NC aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR}
 
\stoplinetable
 
\stoplinetable
</pre>
+
</texcode>

Revision as of 10:47, 2 September 2004

< Tables Overview

There's no docs about this new mode besides in the sources (core-ltb.tex). It uses eTeX and is for huge tables that can spread over several pages horizontally and vertically. It can repeat not only rows (headers, footers) but even columns.

\setuplinetable[n=6,m={2,2,2},regels=25]

\startlinetable
\NC aaa\crlf aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR
\dorecurse{100}
  {\NC aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR}
\stoplinetable

\startlinetable
\NC[style=slanted,color=green,background=color,backgroundcolor=darkred,nx=2,uitlijnen=middle] xxx
                 \NC yy \NC ddddd \NC eeee \NC ff \NC \NR
\dorecurse{100}
  {\NC aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR}
\stoplinetable