Changes

Jump to navigation Jump to search
553 bytes added ,  15:27, 12 September 2004
added sample, but it doesn't work right (no colors)
< [[Tables Overview]]
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.
<texcode>
\startlinetable
\NC aaa\crlf aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR
\dorecurse{10010}
{\NC aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR}
\stoplinetable
\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{10010}
{\NC aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR}
\stoplinetable
</texcode>
 
The sample looks like this:
 
<context>
\setupcolors[state=start]
\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{10}
{\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{10}
{\NC aaa \NC bb \NC c \NC ddddd \NC eeee \NC ff \NC \NR}
\stoplinetable
</context>

Navigation menu