ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Willi Egger" <w.egger@xs4all.nl>
Subject: automatic tables...
Date: Mon, 16 Apr 2001 10:28:35 +0200	[thread overview]
Message-ID: <000201c0c697$92a93d20$0100a8c0@xs4all.nl> (raw)

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

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   

             reply	other threads:[~2001-04-16  8:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-16  8:28 Willi Egger [this message]
2001-04-17  7:22 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000201c0c697$92a93d20$0100a8c0@xs4all.nl' \
    --to=w.egger@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).