ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Christian" <metan0r@gmx.de>
To: <pavneet_arora@waroc.com>,
	"'mailing list for ConTeXt users'" <ntg-context@ntg.nl>
Subject: Re: Double height rows using natural tables?
Date: Fri, 25 Nov 2011 00:07:53 +0100	[thread overview]
Message-ID: <011401ccaafd$e5a47570$b0ed6050$@gmx.de> (raw)
In-Reply-To: <4ECECC5D.5040102@waroc.com>

If you want all rows double height except the first, just do it the other way around.
\setupTABLE[r][each][height=0.7in]
and then for the first row:
\bTR[height=0.35in]
Then it's only 2 digits to change :)

[nr=X] is for a cell spanning X rows. Hint: nr=number rows. So you'll get a single cell that reaches down X rows. it's not meant to be used to adjust the height of a row.

Check this out, lots of examples: http://www.pragma-ade.com/general/manuals/enattab.pdf


> Thank you, Christian.  However, I find explicitly setting the row height a bit
> awkward.  What happens if I changed the height value in my \setupTABLE
> directive?  Then I would have to change all references to height in the table
> explicitly.  Also, my made up example is *only* of double rows.  However, I
> have the earlier example where this is a mixture of row spans across
> different columns.  It was just by chance that I was in a situation with all
> adjacent cells in a particular row requiring a row span.
> 
> Why would that be considered not an application of [nr=?]?  And if it indeed
> the case, shouldn't it be explicit that [nr=2] doesn't apply to an entire row?
> 
> Regards.
> 
> 
> On 11-11-24 05:47 PM, Christian wrote:
> >> I have tried various combinations and have so far been unsuccessful
> >> in getting a row of double height using natural tables.  I am
> >> following up and enclosing a minimal example, along with the a
> >> previous incarnation using TABLE, which does give me the intended
> layout.
> >>
> >> Any suggestions on how to do the same using natural tables would be
> >> greatly appreciated.
> >
> > use the height parameter for the table row. also, I don't thik you've
> understood the meaning of 'nr=2'.
> > I suggest you read the wiki entry on TABLES:
> > http://wiki.contextgarden.net/TABLE
> >
> >
> > and here's your table back ;P :
> >
> > \bTABLE
> > \bTABLEbody
> > 	\bTR
> > 		\bTD Circuit \eTD
> > 		\bTD Description \eTD
> > 		\bTD Circuit \eTD
> > 		\bTD Description \eTD
> > 	\eTR
> >
> > 	\bTR[height=0.7in]
> > 		\bTD  7 \eTD \bTD  Bedroom 4 Arc Fault Plug \eTD
> > 		\bTD  8 \eTD \bTD  \unused \eTD
> > 	\eTR
> > \eTABLEbody
> > \eTABLE
> >
> 
> --
> -----
> - Pavneet Arora
> 
> Waroc Fine Audio + Custom Home Cinema
> www.waroc.com  416.937.WAROC (9276)
> 
> __________________________________________________________
> _________________________
> If your question is of interest to others as well, please add an entry to the
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-
> context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net archive  :
> http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> __________________________________________________________
> _________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2011-11-24 23:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-24 22:01 Pavneet Arora
2011-11-24 22:47 ` Christian
2011-11-24 22:59   ` Pavneet Arora
2011-11-24 23:07     ` Christian [this message]
2011-11-24 23:15       ` Pavneet Arora
2011-11-24 23:23         ` Christian
2011-11-24 23:46           ` Pavneet Arora
2011-11-25  1:10             ` Christian

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='011401ccaafd$e5a47570$b0ed6050$@gmx.de' \
    --to=metan0r@gmx.de \
    --cc=ntg-context@ntg.nl \
    --cc=pavneet_arora@waroc.com \
    /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).