Difference between revisions of "TABLE"

From Wiki
Jump to navigation Jump to search
(added link to Willi's MyWay)
m (typographic quotes)
Line 1: Line 1:
 
< [[Tables Overview]] | [[XML]] >
 
< [[Tables Overview]] | [[XML]] >
  
This mighty table mode is called "natural tables" or "automatic tables". I'd call it "HTML tables", because it's very similar to them. They're especially suited for [[XML]] conversions.
+
This mighty table mode is called &ldquo;natural tables&rdquo; or &ldquo;automatic tables.&rdquo; I'd call it &ldquo;HTML tables,&rdquo; because it's very similar to them. They're especially suited for [[XML]] conversions.
  
 
Beware: every element must use <tt>\b</tt> ... <tt>\e</tt>!
 
Beware: every element must use <tt>\b</tt> ... <tt>\e</tt>!

Revision as of 14:51, 6 December 2004

< Tables Overview | XML >

This mighty table mode is called “natural tables” or “automatic tables.” I'd call it “HTML tables,” because it's very similar to them. They're especially suited for XML conversions.

Beware: every element must use \b ... \e!

You find a lot of samples in enattab.pdf

Willi Egger wrote a My Way how he set a typesetter's lead type case: Use of natural tables

\setupTABLE[row][odd][background=color,backgroundcolor=red, width=.3\textwidth]
\bTABLE[split=yes]
\bTR \bTD[nr=3] 1 \eTD \bTD[nc=2] 2/3 \eTD \bTD[nr=3] 4 \eTD \eTR
\bTR \bTD 2 \eTD \bTD 3 \eTD \eTR
\bTR \bTD 2 \eTD \bTD 3 \eTD \eTR
\bTR \bTD[nc=3] 1/2/3 \eTD \bTD 4 \eTD \eTR
\bTR \bTD 1 \eTD \bTD 2 \eTD \bTD 3 \eTD \bTD 4 \eTD \eTR
\eTABLE

You get automatic page breaking with the option [split=yes].

The sample looks like this: