ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Resetting \setupTABLE
@ 2014-06-23  5:30 Troy Henderson
  2014-06-23  6:37 ` Procházka Lukáš Ing. - Pontex s. r. o.
  2014-06-23  6:43 ` Peter Münster
  0 siblings, 2 replies; 4+ messages in thread
From: Troy Henderson @ 2014-06-23  5:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

What is the "proper" way to reset the setups made by \setupTABLE so that
successive TABLEs do no inherit the properties set by previous TABLEs?

--
Troy Henderson

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

[-- Attachment #2: Type: text/plain, Size: 485 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] 4+ messages in thread

* Re: Resetting \setupTABLE
  2014-06-23  5:30 Resetting \setupTABLE Troy Henderson
@ 2014-06-23  6:37 ` Procházka Lukáš Ing. - Pontex s. r. o.
  2014-06-23  6:43 ` Peter Münster
  1 sibling, 0 replies; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2014-06-23  6:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

how about to enclose the former TABLE (including its \setupTABLE) into a group - {} or \bgroup ... \egroup?

I guess setups are local...

Regards,

Lukas


On Mon, 23 Jun 2014 07:30:52 +0200, Troy Henderson <thenders@gmail.com> wrote:

> What is the "proper" way to reset the setups made by \setupTABLE so that
> successive TABLEs do no inherit the properties set by previous TABLEs?
>
> --
> Troy Henderson
>


-- 
Ing. Lukáš Procházka [mailto:LPr@pontex.cz]
Pontex s. r. o.      [mailto:pontex@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___________________________________________________________________________________
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: Resetting \setupTABLE
  2014-06-23  5:30 Resetting \setupTABLE Troy Henderson
  2014-06-23  6:37 ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2014-06-23  6:43 ` Peter Münster
  2014-06-23  6:57   ` Troy Henderson
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Münster @ 2014-06-23  6:43 UTC (permalink / raw)
  To: ntg-context

On Mon, Jun 23 2014, Troy Henderson wrote:

> What is the "proper" way to reset the setups made by \setupTABLE so that
> successive TABLEs do no inherit the properties set by previous TABLEs?

There are at least 3 methods:

1.)

\startsetups[my-table1]
  \setupTABLE[..........]
  \setupTABLE[..........]
\stopsetups

\startsetups[my-table2]
  \setupTABLE[..........]
  \setupTABLE[..........]
\stopsetups

\bTABLE[setups=my-table1]
....
\eTABLE

\bTABLE[setups=my-table2]
....
\eTABLE


2.)

\bTABLE
  \setupTABLE[..........]  % attention: some settings don't work here
....
\eTABLE


3.)

See message from Lukáš.


-- 
           Peter
___________________________________________________________________________________
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: Resetting \setupTABLE
  2014-06-23  6:43 ` Peter Münster
@ 2014-06-23  6:57   ` Troy Henderson
  0 siblings, 0 replies; 4+ messages in thread
From: Troy Henderson @ 2014-06-23  6:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thank you both for your response.

Troy

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

[-- Attachment #2: Type: text/plain, Size: 485 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] 4+ messages in thread

end of thread, other threads:[~2014-06-23  6:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-23  5:30 Resetting \setupTABLE Troy Henderson
2014-06-23  6:37 ` Procházka Lukáš Ing. - Pontex s. r. o.
2014-06-23  6:43 ` Peter Münster
2014-06-23  6:57   ` Troy Henderson

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