ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fw: automatic tables...
@ 2001-04-23 19:37 Willi Egger
  0 siblings, 0 replies; only message in thread
From: Willi Egger @ 2001-04-23 19:37 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 875 bytes --]

Sorry for resending this message. I had some problems with my mail over
here. So I do not know, whether or not my message reached the mailing list.

Willi
----- Original Message -----
From: Willi Egger <w.egger@xs4all.nl>
To: ntg-context <ntg-context@ntg.nl>
Sent: Monday, April 16, 2001 10:28 AM
Subject: automatic tables...

> Hi Hans, hi all
>
> Currently I am trying out the atomatic tables (\bTABLE ... \eTABLE).
>
> It took me some exercise to find out why I did not get the expected
> results. - I believe that there is a bug in this module. - According to my
> sample file the alignment works reveresed i.e. left alignment results in
> right alignment and vice versa.
>
> In fact I saw it already in the up-to-date 2000/8 but there I was confused
> by the 'background=crossed' on pages 13 and 14. - So what does
> background=crossed?
>
>
> Best regards Willi
>
>
>
>

[-- Attachment #2: test.pdf --]
[-- Type: application/octet-stream, Size: 14179 bytes --]

[-- Attachment #3: test.tex --]
[-- Type: application/octet-stream, Size: 1076 bytes --]

\mainlanguage[de]
\setupoutput[pdftex]
\setupbodyfont[12pt]

\starttext
\startbuffer[Zuchtstiere78]
\bTABLE
\setupTABLE	                [frame=off, leftframe=on,align=left]
\setupTABLE[column][last]   [rightframe=on]
\setupTABLE[row][first,last][topframe=on]
\setupTABLE[row][first,last][bottomframe=on]
\setupTABLE[column][first]  [align=right]
\setupTABLE[column][2,3,4]  [width=90pt]
	\bTR \bTD Kanton \eTD 	
	     \bTD[align=right] Anzahl Seren	von Stieren \eTD 
	     \bTD[align=right] Positive Stiere \eTD 	
	     \bTD[align=right] Negative Stiere \eTD \eTR
	\bTR \bTD ZH \eTD 
	     \bTD 48 \eTD 
	     \bTD 10 \eTD 
	     \bTD 38 \eTD \eTR
	\bTR \bTD BE \eTD
	     \bTD 757 \eTD	
	     \bTD 1 \eTD
	     \bTD 756 \eTD \eTR 
	\bTR \bTD LU \eTD		
	     \bTD 571 \eTD
	     \bTD 	24 \eTD
	     \bTD 547 \eTD \eTR 
	\bTR \bTD Total \eTD
	     \bTD 4'871 \eTD
	     \bTD 179 \eTD
	     \bTD 4692 \eTD\eTR 
   \eTABLE
\stopbuffer

\placetable
   [here]
   [tab:zuchtstiere78]
   {Die Untersuchung von Zuchtstieren im Herbst 1978}
   {\getbuffer[Zuchtstiere78]}

\stoptext   

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-04-23 19:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-23 19:37 Fw: automatic tables Willi Egger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).