ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Problems with table and Division Line
Date: Wed, 19 Nov 2003 09:12:20 +0100	[thread overview]
Message-ID: <6.0.0.22.2.20031119091050.01e68518@server-1> (raw)
In-Reply-To: <1069178469.1805.8.camel@eagle.militzer.net.local>

An \DL has an explicit DC in it, so you have to leave out the next \DC as in:

\starttext
\starttable[|c|c|c|c|c|c|]
%\starttables[|c|c|c|c|c|c|]
%
\HL
\NC one \NC two     \NC three \NC four \NC five \NC six \NC\AR
%
\DL[2]                        \DC      \DC      \DC        \DR
\VL \TWO{one + two} \VL three \NC four \NC five \NC six \NC\AR
%
\DC                 \NC       \DL[3]                       \DR
\NC one \NC two \NC three \VL \THREE{four + five + six} \VL\AR
% the next line does not work!!
\DL[2]                        \DC      \DL[2]              \DR
%
\VL \TWO{one + two} \VL three \NC four \VL \TWO{five + six}\VL\AR
\stoptable
\stoptext

>Hi all,
>
>using \DL[2] only once in a row, the function works well, but
>using \DL[2] twice in a row, I get a error-message:
>
>+----------
>! Extra alignment tab has been changed to \cr.
><template> \endtemplate
>
>\!ttLongHrule ->\omit \span \omit \span
>                                         \!ttShortHrule
>\normalTABLEmultirule ...{#1}\normalTABLElongrule
>                                                   &
>\complexTableDL ...handleTABLEerror \fi \fi \next
>                                                   \fi
>l.31 \DL[2]              \DC       \DC   \DL[2]
>                                                                 \DR
>?
>! Emergency stop.
><template> \endtemplate
>
>\!ttLongHrule ->\omit \span \omit \span
>                                         \!ttShortHrule
>\normalTABLEmultirule ...{#1}\normalTABLElongrule
>                                                   &
>\complexTableDL ...handleTABLEerror \fi \fi \next
>                                                   \fi
>l.31 \DL[2]              \DC       \DC   \DL[2]
>                                                                 \DR
>End of file on the terminal!
>+----------
>\starttext
>\starttable[|c|c|c|c|c|c|]
>%\starttables[|c|c|c|c|c|c|]
>%
>\HL
>\NC one \NC two     \NC three \NC four \NC five \NC six \NC\AR
>%
>\DL[2]              \DC       \DC      \DC      \DC        \DR
>\VL \TWO{one + two} \VL three \NC four \NC five \NC six \NC\AR
>%
>\DC     \DC         \DC       \DL[3]                       \DR
>\NC one \NC two \NC three \VL \THREE{four + five + six} \VL\AR
>% the next line does not work!!
>\DL[2]              \DC       \DC      \DL[2]              \DR
>%
>\VL \TWO{one + two} \VL three \NC four \VL \TWO{five + six}\VL\AR
>\stoptable
>\stoptext
>
>What ist here to do? Any hints will be welcome!
>
>Bernd
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>================================================================
>Deze e-mail is door E-mail VirusScanner van Planet Internet gecontroleerd 
>op virussen.
>Op http://www.planet.nl/evs staat een verwijzing naar de actuele lijst 
>waar op wordt gecontroleerd.

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

  parent reply	other threads:[~2003-11-19  8:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-18 18:01 Bernd Militzer
2003-11-18 20:53 ` Willi Egger
2003-11-19  7:33   ` Bernd Militzer
2003-11-19  8:12 ` Hans Hagen [this message]
2003-11-19 10:42   ` Bernd Militzer

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=6.0.0.22.2.20031119091050.01e68518@server-1 \
    --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).