ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \SetTableToWidth undefined?
@ 2010-11-30 15:17 Richard Stephens
  2010-12-06 21:47 ` Vedran Miletić
  0 siblings, 1 reply; 10+ messages in thread
From: Richard Stephens @ 2010-11-30 15:17 UTC (permalink / raw)
  To: Context User Group

Hello all,

I have just noticed that \SetTableToWidth does not work in MKIV.
Simple example below.

\starttext
	\SetTableToWidth{8cm}
	\starttable[|l|l|]
		\NC One \NC Two \NC\SR
		\NC Three \NC Four \NC\LR
	\stoptable
\stoptext

I get the error:

! Undefined control sequence.
l.3 	\SetTableToWidth
                     {8cm}

It does work in MKII and also works if you use \tableSetTableToWidth.

Have I missed something, is something wrong or is it just me?

Thanks,

Richard
Converteam UK Ltd. Registration Number: 5571739 and Converteam Ltd. Registration Number: 2416188 Registered in England and Wales. Registered office: Boughton Road, Rugby, Warwickshire, CV21 1BU.

CONFIDENTIALITY : This e-mail and any attachments are confidential and may be privileged. 
If you are not a named recipient, please notify the sender immediately and do not disclose the contents to another person, use it for any purpose or store or copy the information in any medium.

http://www.converteam.com

Please consider the environment before printing this e-mail.

___________________________________________________________________________________
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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-11-30 15:17 \SetTableToWidth undefined? Richard Stephens
@ 2010-12-06 21:47 ` Vedran Miletić
  2010-12-07  9:10   ` Hans Hagen
  2010-12-07  9:10   ` Hans Hagen
  0 siblings, 2 replies; 10+ messages in thread
From: Vedran Miletić @ 2010-12-06 21:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 680 bytes --]

2010/11/30 Richard Stephens <richard.stephens@converteam.com>

> Hello all,
>
> I have just noticed that \SetTableToWidth does not work in MKIV.
> Simple example below.
>
> \starttext
>        \SetTableToWidth{8cm}
>        \starttable[|l|l|]
>                \NC One \NC Two \NC\SR
>                \NC Three \NC Four \NC\LR
>        \stoptable
> \stoptext
>
> I get the error:
>
> ! Undefined control sequence.
> l.3     \SetTableToWidth
>                     {8cm}
>
> It does work in MKII and also works if you use \tableSetTableToWidth.
>
> Have I missed something, is something wrong or is it just me?
>

Same here.

Regards,

Vedran Miletić

[-- Attachment #1.2: Type: text/html, Size: 1056 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-12-06 21:47 ` Vedran Miletić
@ 2010-12-07  9:10   ` Hans Hagen
  2010-12-07 13:00     ` Khaled Hosny
  2010-12-07  9:10   ` Hans Hagen
  1 sibling, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2010-12-07  9:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 6-12-2010 10:47, Vedran Miletić wrote:
> 2010/11/30 Richard Stephens<richard.stephens@converteam.com>
>
>> Hello all,
>>
>> I have just noticed that \SetTableToWidth does not work in MKIV.
>> Simple example below.
>>
>> \starttext
>>         \SetTableToWidth{8cm}
>>         \starttable[|l|l|]
>>                 \NC One \NC Two \NC\SR
>>                 \NC Three \NC Four \NC\LR
>>         \stoptable
>> \stoptext
>>
>> I get the error:
>>
>> ! Undefined control sequence.
>> l.3     \SetTableToWidth
>>                      {8cm}
>>
>> It does work in MKII and also works if you use \tableSetTableToWidth.
>>
>> Have I missed something, is something wrong or is it just me?

table is under reconstruction (cleaned up, stripped from obscure 
options, made a bit more context)

\SetTableWidth is too global so it's gone ... instead there will be

\starttable[|l|l|][textwidth=8cm] % or textwidth=max

% SetTableToWidth -> textwidth=dimension
% Expand          -> textwidth=max
% WidenTableBy    -> no proper key yet
% LongLines       -> no proper key yet

the textwidth option will be in the next beta (only mkiv, no changes to 
mkii).

Hans


-----------------------------------------------------------------
                                           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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-12-06 21:47 ` Vedran Miletić
  2010-12-07  9:10   ` Hans Hagen
@ 2010-12-07  9:10   ` Hans Hagen
  1 sibling, 0 replies; 10+ messages in thread
From: Hans Hagen @ 2010-12-07  9:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 6-12-2010 10:47, Vedran Miletić wrote:
> 2010/11/30 Richard Stephens<richard.stephens@converteam.com>
>
>> Hello all,
>>
>> I have just noticed that \SetTableToWidth does not work in MKIV.
>> Simple example below.

btw, those using the starttable mechanism are also made responsible for 
keeping the documentation (on the wiki) uptodate

Hans


-----------------------------------------------------------------
                                           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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-12-07  9:10   ` Hans Hagen
@ 2010-12-07 13:00     ` Khaled Hosny
  2010-12-07 13:24       ` Hans Hagen
  0 siblings, 1 reply; 10+ messages in thread
From: Khaled Hosny @ 2010-12-07 13:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Dec 07, 2010 at 10:10:01AM +0100, Hans Hagen wrote:
> On 6-12-2010 10:47, Vedran Miletić wrote:
> >2010/11/30 Richard Stephens<richard.stephens@converteam.com>
> >
> >>Hello all,
> >>
> >>I have just noticed that \SetTableToWidth does not work in MKIV.
> >>Simple example below.
> >>
> >>\starttext
> >>        \SetTableToWidth{8cm}
> >>        \starttable[|l|l|]
> >>                \NC One \NC Two \NC\SR
> >>                \NC Three \NC Four \NC\LR
> >>        \stoptable
> >>\stoptext
> >>
> >>I get the error:
> >>
> >>! Undefined control sequence.
> >>l.3     \SetTableToWidth
> >>                     {8cm}
> >>
> >>It does work in MKII and also works if you use \tableSetTableToWidth.
> >>
> >>Have I missed something, is something wrong or is it just me?
> 
> table is under reconstruction (cleaned up, stripped from obscure
> options, made a bit more context)
> 
> \SetTableWidth is too global so it's gone ... instead there will be
> 
> \starttable[|l|l|][textwidth=8cm] % or textwidth=max
> 
> % SetTableToWidth -> textwidth=dimension
> % Expand          -> textwidth=max
> % WidenTableBy    -> no proper key yet
> % LongLines       -> no proper key yet
> 
> the textwidth option will be in the next beta (only mkiv, no changes
> to mkii).

But I'm using \SetTableToWidth right now to set the width for all tables
at once, what is replacement of that (I'm using texlive right now, and I
hate to break the brand new document when I switch back to minimals).

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___________________________________________________________________________________
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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-12-07 13:00     ` Khaled Hosny
@ 2010-12-07 13:24       ` Hans Hagen
  2010-12-07 13:47         ` Khaled Hosny
  2010-12-08 12:00         ` Vedran Miletić
  0 siblings, 2 replies; 10+ messages in thread
From: Hans Hagen @ 2010-12-07 13:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 7-12-2010 2:00, Khaled Hosny wrote:

> But I'm using \SetTableToWidth right now to set the width for all tables
> at once, what is replacement of that (I'm using texlive right now, and I
> hate to break the brand new document when I switch back to minimals).

just do \setuptables[textwidth=...] then (once)

or

\doifundefined{SetTableToWidth}{\setuptables[textwidth=...]}

Hans

-----------------------------------------------------------------
                                           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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-12-07 13:24       ` Hans Hagen
@ 2010-12-07 13:47         ` Khaled Hosny
  2010-12-08 12:00         ` Vedran Miletić
  1 sibling, 0 replies; 10+ messages in thread
From: Khaled Hosny @ 2010-12-07 13:47 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users

On Tue, Dec 07, 2010 at 02:24:37PM +0100, Hans Hagen wrote:
> On 7-12-2010 2:00, Khaled Hosny wrote:
> 
> >But I'm using \SetTableToWidth right now to set the width for all tables
> >at once, what is replacement of that (I'm using texlive right now, and I
> >hate to break the brand new document when I switch back to minimals).
> 
> just do \setuptables[textwidth=...] then (once)

Ah, that is fine, stupid me :) Actually I was feeling guilty for not
using a \setupfoo command.

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___________________________________________________________________________________
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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-12-07 13:24       ` Hans Hagen
  2010-12-07 13:47         ` Khaled Hosny
@ 2010-12-08 12:00         ` Vedran Miletić
  2010-12-10 11:28           ` Hans Hagen
  1 sibling, 1 reply; 10+ messages in thread
From: Vedran Miletić @ 2010-12-08 12:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 451 bytes --]

2010/12/7 Hans Hagen <pragma@wxs.nl>

> On 7-12-2010 2:00, Khaled Hosny wrote:
>
>  But I'm using \SetTableToWidth right now to set the width for all tables
>> at once, what is replacement of that (I'm using texlive right now, and I
>> hate to break the brand new document when I switch back to minimals).
>>
>
> just do \setuptables[textwidth=...] then (once)
>
>
Why setuptables, why not just setuptable?

Regards,

Vedran Miletić

[-- Attachment #1.2: Type: text/html, Size: 902 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-12-08 12:00         ` Vedran Miletić
@ 2010-12-10 11:28           ` Hans Hagen
  2010-12-10 22:21             ` Vedran Miletić
  0 siblings, 1 reply; 10+ messages in thread
From: Hans Hagen @ 2010-12-10 11:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 8-12-2010 1:00, Vedran Miletić wrote:
> 2010/12/7 Hans Hagen<pragma@wxs.nl>
>
>> On 7-12-2010 2:00, Khaled Hosny wrote:
>>
>>   But I'm using \SetTableToWidth right now to set the width for all tables
>>> at once, what is replacement of that (I'm using texlive right now, and I
>>> hate to break the brand new document when I switch back to minimals).
>>>
>>
>> just do \setuptables[textwidth=...] then (once)
>>
>>
> Why setuptables, why not just setuptable?

has always been the case .. you set them up all at once

-----------------------------------------------------------------
                                           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] 10+ messages in thread

* Re: \SetTableToWidth undefined?
  2010-12-10 11:28           ` Hans Hagen
@ 2010-12-10 22:21             ` Vedran Miletić
  0 siblings, 0 replies; 10+ messages in thread
From: Vedran Miletić @ 2010-12-10 22:21 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 317 bytes --]

Dana 10. prosinca 2010. 12:28 Hans Hagen <pragma@wxs.nl> je napisao/la:

> On 8-12-2010 1:00, Vedran Miletić wrote:
>
>>
>> Why setuptables, why not just setuptable?
>>
>
> has always been the case .. you set them up all at once
>
>
Oh, I see it's also mentioned in reference. Thanks.

Vedran Miletić

[-- Attachment #1.2: Type: text/html, Size: 814 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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] 10+ messages in thread

end of thread, other threads:[~2010-12-10 22:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-30 15:17 \SetTableToWidth undefined? Richard Stephens
2010-12-06 21:47 ` Vedran Miletić
2010-12-07  9:10   ` Hans Hagen
2010-12-07 13:00     ` Khaled Hosny
2010-12-07 13:24       ` Hans Hagen
2010-12-07 13:47         ` Khaled Hosny
2010-12-08 12:00         ` Vedran Miletić
2010-12-10 11:28           ` Hans Hagen
2010-12-10 22:21             ` Vedran Miletić
2010-12-07  9:10   ` 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).