ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Troubles with paragraph width in tabulate
@ 2012-04-01 20:42 Willi Egger
  2012-04-02  8:16 ` Hans Hagen
  2012-04-02 11:05 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Willi Egger @ 2012-04-01 20:42 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Hi,

I think there is a bug in the tabulate environment. When setting two columns with the p template without giving a width, all is well. However is I set the paragraph width to a specific value things go wrong. Please refer to the small example thereunder:

\starttext

\starttabulate[|p|p|]
\NC first \NC \input ward \NC\NR
\NC \input ward \NC second \NC\NR
\stoptabulate

\starttabulate[|p(3cm)|p(5cm)|]
\NC first \NC \input ward \NC\NR
\NC \input ward \NC second \NC\NR
\stoptabulate

\stoptext

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


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

* Re: Troubles with paragraph width in tabulate
  2012-04-01 20:42 Troubles with paragraph width in tabulate Willi Egger
@ 2012-04-02  8:16 ` Hans Hagen
  2012-04-02 11:05 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2012-04-02  8:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Willi Egger

On 1-4-2012 22:42, Willi Egger wrote:
> Hi,
>
> I think there is a bug in the tabulate environment. When setting two columns with the p template without giving a width, all is well. However is I set the paragraph width to a specific value things go wrong. Please refer to the small example thereunder:
>
> \starttext
>
> \starttabulate[|p|p|]
> \NC first \NC \input ward \NC\NR
> \NC \input ward \NC second \NC\NR
> \stoptabulate
>
> \starttabulate[|p(3cm)|p(5cm)|]
> \NC first \NC \input ward \NC\NR
> \NC \input ward \NC second \NC\NR
> \stoptabulate

weird indeed


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Troubles with paragraph width in tabulate
  2012-04-01 20:42 Troubles with paragraph width in tabulate Willi Egger
  2012-04-02  8:16 ` Hans Hagen
@ 2012-04-02 11:05 ` Hans Hagen
  2012-04-03 21:03   ` Willi Egger
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2012-04-02 11:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Willi Egger

On 1-4-2012 22:42, Willi Egger wrote:
> Hi,
>
> I think there is a bug in the tabulate environment. When setting two columns with the p template without giving a width, all is well. However is I set the paragraph width to a specific value things go wrong. Please refer to the small example thereunder:
>
> \starttext
>
> \starttabulate[|p|p|]
> \NC first \NC \input ward \NC\NR
> \NC \input ward \NC second \NC\NR
> \stoptabulate
>
> \starttabulate[|p(3cm)|p(5cm)|]
> \NC first \NC \input ward \NC\NR
> \NC \input ward \NC second \NC\NR
> \stoptabulate
>
> \stoptext

I'm uploading a new beta.


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Troubles with paragraph width in tabulate
  2012-04-02 11:05 ` Hans Hagen
@ 2012-04-03 21:03   ` Willi Egger
  0 siblings, 0 replies; 4+ messages in thread
From: Willi Egger @ 2012-04-03 21:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thank you Hans for this patch. First tests seem to work.

KR

Willi
On 2 Apr 2012, at 13:05, Hans Hagen wrote:

> On 1-4-2012 22:42, Willi Egger wrote:
>> Hi,
>> 
>> I think there is a bug in the tabulate environment. When setting two columns with the p template without giving a width, all is well. However is I set the paragraph width to a specific value things go wrong. Please refer to the small example thereunder:
>> 
>> \starttext
>> 
>> \starttabulate[|p|p|]
>> \NC first \NC \input ward \NC\NR
>> \NC \input ward \NC second \NC\NR
>> \stoptabulate
>> 
>> \starttabulate[|p(3cm)|p(5cm)|]
>> \NC first \NC \input ward \NC\NR
>> \NC \input ward \NC second \NC\NR
>> \stoptabulate
>> 
>> \stoptext
> 
> I'm uploading a new beta.
> 
> 
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>                                             | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> 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
___________________________________________________________________________________


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

end of thread, other threads:[~2012-04-03 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-01 20:42 Troubles with paragraph width in tabulate Willi Egger
2012-04-02  8:16 ` Hans Hagen
2012-04-02 11:05 ` Hans Hagen
2012-04-03 21:03   ` Willi Egger

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