ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* strange tabulate
@ 2003-09-22 17:28 Patrick Gundlach
  2003-09-22 18:26 ` Willi Egger
  0 siblings, 1 reply; 10+ messages in thread
From: Patrick Gundlach @ 2003-09-22 17:28 UTC (permalink / raw)


Dear ConTeXt users,

I have a question (well, it was not really my question in the
beginning, but I could not find any answers).

The first tabulate gives me rules, the second does not. Which would
not harm if this is documented. But in the MAPS article mentioned
recently and in the up-to-date the examples clearly show that \HL
should give me a horizontal line. What is going on?



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\starttext
\starttabulate[|l|p|]
\HR
\NC small \NC They say, small is beautiful. \NC \NR
\HR
\NC medium \NC It seems that the medium is the message. \NC \NR
\HR
\NC large \NC Large T||shirts are always sold out. \NC \NR
\HR
\stoptabulate

\starttabulate[|l|p|]
\HL
\NC small \NC They say, small is beautiful. \NC \NR
\HL
\NC medium \NC It seems that the medium is the message. \NC \NR
\HL
\NC large \NC Large T||shirts are always sold out. \NC \NR
\HL
\stoptabulate
\stoptext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


Patrick
-- 
nothing here

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: strange tabulate
  2003-09-22 17:28 strange tabulate Patrick Gundlach
@ 2003-09-22 18:26 ` Willi Egger
  2003-09-23 19:18   ` Patrick Gundlach
  2003-09-23 21:39   ` Hans Hagen
  0 siblings, 2 replies; 10+ messages in thread
From: Willi Egger @ 2003-09-22 18:26 UTC (permalink / raw)


Hi Patrick
> The first tabulate gives me rules, the second does not. Which would
> not harm if this is documented. But in the MAPS article mentioned
> recently and in the up-to-date the examples clearly show that \HL
> should give me a horizontal line. What is going on?
>
>
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \starttext
> \starttabulate[|l|p|]
> \HR
> \NC small \NC They say, small is beautiful. \NC \NR
> \HR
> \NC medium \NC It seems that the medium is the message. \NC \NR
> \HR
> \NC large \NC Large T||shirts are always sold out. \NC \NR
> \HR
> \stoptabulate
>
> \starttabulate[|l|p|]
> \HL
> \NC small \NC They say, small is beautiful. \NC \NR
> \HL
> \NC medium \NC It seems that the medium is the message. \NC \NR
> \HL
> \NC large \NC Large T||shirts are always sold out. \NC \NR
> \HL
> \stoptabulate
> \stoptext
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

I tried your example and indeed there are no horizontal lines in the second
tabulate. - I checked then may latest document, where I have such
tabulations included. And indeed there are no horizontal lines too. The
mentioned document was compiled on 19-09-2003 before the update to the
latest beta version on 20-09-2003. - Unnoticed this problem was already
present in the previous beta-version.

Willi

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: strange tabulate
  2003-09-22 18:26 ` Willi Egger
@ 2003-09-23 19:18   ` Patrick Gundlach
  2003-09-23 21:39   ` Hans Hagen
  1 sibling, 0 replies; 10+ messages in thread
From: Patrick Gundlach @ 2003-09-23 19:18 UTC (permalink / raw)


Hello Willi,

> I tried your example and indeed there are no horizontal lines in the second
> tabulate. - I checked then may latest document, where I have such
> tabulations included. 

OK, thanks for your answer. So I hope that Hans gets this note and
resolves the problem.... :-)

Patrick
-- 
Silent is the goldfish in its bowl

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: strange tabulate
  2003-09-22 18:26 ` Willi Egger
  2003-09-23 19:18   ` Patrick Gundlach
@ 2003-09-23 21:39   ` Hans Hagen
  2003-09-25 14:03     ` Patrick Gundlach
  1 sibling, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2003-09-23 21:39 UTC (permalink / raw)


At 20:26 22/09/2003 +0200, you wrote:

> > \starttabulate[|l|p|]
> > \HL
> > \NC small \NC They say, small is beautiful. \NC \NR
> > \HL
> > \NC medium \NC It seems that the medium is the message. \NC \NR
> > \HL
> > \NC large \NC Large T||shirts are always sold out. \NC \NR
> > \HL
> > \stoptabulate
> > \stoptext
> > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

in core-tbl.tex, search for \let\HL\empty and comment that line

    %\let\HL\empty
    \let\SR\NR \let\AR\NR
    \let\FL\empty \let\FR\NR
    \let\ML\empty \let\MR\NR
    \let\LL\empty \let\LR\NR

(i added a few more options like grid based lines and some settings and 
somehow this got messed up)

Hans
-------------------------------------------------------------------------
                                   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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: strange tabulate
  2003-09-23 21:39   ` Hans Hagen
@ 2003-09-25 14:03     ` Patrick Gundlach
  2003-09-25 14:16       ` Willi Egger
  2003-09-25 15:31       ` Hans Hagen
  0 siblings, 2 replies; 10+ messages in thread
From: Patrick Gundlach @ 2003-09-25 14:03 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> writes:

Hi,
>> > \starttabulate[|l|p|]
>> > \HL
>> > \NC small \NC They say, small is beautiful. \NC \NR
>> > \HL
>> > \NC medium \NC It seems that the medium is the message. \NC \NR
>> > \HL
>> > \NC large \NC Large T||shirts are always sold out. \NC \NR
>> > \HL
>> > \stoptabulate
>> > \stoptext
>> > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> (i added a few more options like grid based lines and some settings
> and somehow this got messed up)

it seems still a bit messed up. I have tried 2003.9.24 (not your
patch) and the above gives me 


small    They say...
-------------------
medium   It seems...
-------------------
large    Large T....

instead of 

-------------------
small    They say...
-------------------
medium   It seems...
-------------------
large    Large T....
-------------------


Patrick
-- 
You are your own rainbow!

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Re: strange tabulate
  2003-09-25 14:03     ` Patrick Gundlach
@ 2003-09-25 14:16       ` Willi Egger
  2003-09-25 15:29         ` Hans Hagen
  2003-09-25 15:31       ` Hans Hagen
  1 sibling, 1 reply; 10+ messages in thread
From: Willi Egger @ 2003-09-25 14:16 UTC (permalink / raw)


Hi Patrick,


> Hi,
> >> > \starttabulate[|l|p|]
> >> > \HL
> >> > \NC small \NC They say, small is beautiful. \NC \NR
> >> > \HL
> >> > \NC medium \NC It seems that the medium is the message. \NC \NR
> >> > \HL
> >> > \NC large \NC Large T||shirts are always sold out. \NC \NR
> >> > \HL
> >> > \stoptabulate
> >> > \stoptext
> >> > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> >
> > (i added a few more options like grid based lines and some settings
> > and somehow this got messed up)
>
> it seems still a bit messed up. I have tried 2003.9.24 (not your
> patch) and the above gives me
>
>
> small    They say...
> -------------------
> medium   It seems...
> -------------------
> large    Large T....
>
> instead of
>
> -------------------
> small    They say...
> -------------------
> medium   It seems...
> -------------------
> large    Large T....
> -------------------
>

Also here with the beta of 24.09.2003  there is no horizontal line before
the first row and after the last row.

Willi

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Re: strange tabulate
  2003-09-25 14:16       ` Willi Egger
@ 2003-09-25 15:29         ` Hans Hagen
  0 siblings, 0 replies; 10+ messages in thread
From: Hans Hagen @ 2003-09-25 15:29 UTC (permalink / raw)


At 16:16 25/09/2003 +0200, you wrote:

>Also here with the beta of 24.09.2003  there is no horizontal line before
>the first row and after the last row.

that's a feature

Hans
-------------------------------------------------------------------------
                                   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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Re: strange tabulate
  2003-09-25 14:03     ` Patrick Gundlach
  2003-09-25 14:16       ` Willi Egger
@ 2003-09-25 15:31       ` Hans Hagen
  2003-09-25 18:47         ` Patrick Gundlach
  1 sibling, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2003-09-25 15:31 UTC (permalink / raw)



> >> > \starttabulate[|l|p|]
> >> > \HL

       \FL

> >> > \NC small \NC They say, small is beautiful. \NC \NR
> >> > \HL
> >> > \NC medium \NC It seems that the medium is the message. \NC \NR
> >> > \HL
> >> > \NC large \NC Large T||shirts are always sold out. \NC \NR
> >> > \HL

       \LL

> >> > \stoptabulate

-------------------------------------------------------------------------
                                   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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: strange tabulate
  2003-09-25 15:31       ` Hans Hagen
@ 2003-09-25 18:47         ` Patrick Gundlach
  2003-09-25 21:16           ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Patrick Gundlach @ 2003-09-25 18:47 UTC (permalink / raw)


Hi,

>> >> > \starttabulate[|l|p|]
>> >> > \HL
>
>        \FL

OK, but then the up-to-date (4) is not up-to-date anymore.

Patrick

-- 
You are your own rainbow!

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Re: strange tabulate
  2003-09-25 18:47         ` Patrick Gundlach
@ 2003-09-25 21:16           ` Hans Hagen
  0 siblings, 0 replies; 10+ messages in thread
From: Hans Hagen @ 2003-09-25 21:16 UTC (permalink / raw)


At 20:47 25/09/2003 +0200, you wrote:
>Hi,
>
> >> >> > \starttabulate[|l|p|]
> >> >> > \HL
> >
> >        \FL
>
>OK, but then the up-to-date (4) is not up-to-date anymore.

eh .. looks like i have to look into it again ... must be a reason for it

Hans

-------------------------------------------------------------------------
                                   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
-------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-09-25 21:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-22 17:28 strange tabulate Patrick Gundlach
2003-09-22 18:26 ` Willi Egger
2003-09-23 19:18   ` Patrick Gundlach
2003-09-23 21:39   ` Hans Hagen
2003-09-25 14:03     ` Patrick Gundlach
2003-09-25 14:16       ` Willi Egger
2003-09-25 15:29         ` Hans Hagen
2003-09-25 15:31       ` Hans Hagen
2003-09-25 18:47         ` Patrick Gundlach
2003-09-25 21:16           ` Hans Hagen

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).