ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Re: good-looking tables in context
Date: Fri, 01 Apr 2005 10:29:43 +0200	[thread overview]
Message-ID: <424D0677.8090906@wxs.nl> (raw)
In-Reply-To: <m2y8c3zhcn.fsf@levana.de>

Patrick Gundlach wrote:

> There are commands like \toprule, \midrule, \bottomrule that insert
> horizontal rules with different thickness (default values, optional
> ones can be added with [..] right after the command). Eckhart has sent
> an example in his first post.

\starttable[|||]
\HL[2]
\NC test \NC test \NC \FR
\HL[5]
\NC test \NC test \NC \MR
\HL[8]
\NC test \NC test \NC \LR
\HL[2]
\stoptable


> To get a horizontal rule from column a to column b you can (in LaTeX)
> use:
> 
> \cmidrule[<wd>](<trim>){a–b}
> 
> where wd is the rulethickness, trim is where to cut off a bit, and a,
> b the columns. This is a very nice command that I often use.

\starttable[||||]
\HL[2]
\NC test \NC test \NC test \NC \FR
\DC \DL[2] \DR
\NC test \NC test \NC test \NC \MR
\HL[8]
\NC test \NC test \NC test \NC \LR
\HL[2]
\stoptable

> \addlinespace addes a little space between rows. 

we have \SR for that

> Table preambles can be complicated... but the next one is pretty
> simple:
> 
> \begin{tabular}{@{}rll*{22}cv{40em}@{}}
> 
> means: to the left of the table, there should be no whitespace (i.e.
> the leftmost glyph of the table should be tight to the preceding
> glyph) now, there is a right aligned column, two left aligned, 22
> centered columns and one type "v" and to the right there should be no
> whitespace either. The column type v is defined like this

\framed[offset=overlay]{%
\starttable[s0|s1r|l|l|*{2}{c}|]
\NC right \NC left \NC left \NC one \NC two \AR
\NC r     \NC l    \NC l    \NC 1   \NC 2   \AR
\stoptable
}

something is wrong with the format key defining mechanism and hooks; i need to 
check this

[actually, i need to merge the original table code and my patches into one file 
so that i can make things more robust]

> \newcolumntype{v}[1]{>{\raggedright\hspace{0pt}}p{#1}}
> 
> Ragged right but so that the first word can be hyphenated.
> 
> Or another columntype could be:
> 
> \newcolumntype{R}[1]{%
>   >{\begin{turn}{90}\begin{minipage}[t][0pt]{#1}\smalltabsize\raggedright\hspace{0pt}}l%
>   <{\end{minipage}\end{turn}}%
> }
> 
> that would lead to rotated raggedright text in a smaller font.

keys ... but i need to fix something

> I know that ConTeXt tables have a lot of features that LaTeX tables
> don't have.

hidden features -)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

  reply	other threads:[~2005-04-01  8:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-28 14:22 Eckhart Guthöhrlein
2005-03-30 20:38 ` Patrick Gundlach
2005-03-31 14:13   ` Eckhart Guthöhrlein
2005-03-31 15:57     ` Hans Hagen
2005-03-31 20:32       ` Patrick Gundlach
2005-04-01  8:29         ` Hans Hagen [this message]
2005-04-03 19:07           ` Patrick Gundlach
2005-04-06 12:19             ` Eckhart Guthöhrlein
2005-04-10  0:10               ` Paul Tremblay
2005-04-10  8:59                 ` Patrick Gundlach

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=424D0677.8090906@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.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).