ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startsetups amd \startJSpreamble
@ 2011-03-10 14:13 Procházka Lukáš Ing. - Pontex s. r. o.
  2011-03-10 14:21 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2011-03-10 14:13 UTC (permalink / raw)
  To: ConTeXt

Hello,

just to confirm - the role of the text after \start*:

\startsetups thumbs

- on http://wiki.contextgarden.net/Thumb_index

and

\startJSpreamble MyStuff used later

- in the last mails between Vedran and Hans.

Do I understand well that "thumbs" and "MyStuff used later" in both cases are names of the setups and are reffered later by these names?

I fell a bit confused as normally such names are enclosed in brackets; thus I'd rather expect syntax like:

\startsetups[thumbs]
...
\stopsetups

and

\startJSpreamble[MyStuff used later]
...
\stopJSpreamble

Kind regards,

Lukas


-- 
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 244 062 238
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: \startsetups amd \startJSpreamble
  2011-03-10 14:13 \startsetups amd \startJSpreamble Procházka Lukáš Ing. - Pontex s. r. o.
@ 2011-03-10 14:21 ` Wolfgang Schuster
  2011-03-10 14:32   ` Procházka Lukáš Ing. - Pontex s. r. o.
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2011-03-10 14:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.03.2011 um 15:13 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> I fell a bit confused as normally such names are enclosed in brackets; thus I'd rather expect syntax like:
> 
> \startsetups[thumbs]
> ...
> \stopsetups

You can write

\startsetups[long name with spaces]
...
\stopsetups

or

\startsetups shortname
...
\stopsetups

Wolfgang

___________________________________________________________________________________
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: \startsetups amd \startJSpreamble
  2011-03-10 14:21 ` Wolfgang Schuster
@ 2011-03-10 14:32   ` Procházka Lukáš Ing. - Pontex s. r. o.
  2011-03-10 14:47     ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. - Pontex s. r. o. @ 2011-03-10 14:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users

... Thanks for the explanation.

> You can write
>
> \startsetups[long name with spaces]
> ...
> \stopsetups
>
> or
>
> \startsetups shortname
> ...
> \stopsetups
>
> Wolfgang

I guess the same approach in general, so also:

\startJSpreamble[MyStuff used later]

Best regards,

Lukas


-- 
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 244 062 238
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: \startsetups amd \startJSpreamble
  2011-03-10 14:32   ` Procházka Lukáš Ing. - Pontex s. r. o.
@ 2011-03-10 14:47     ` Wolfgang Schuster
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2011-03-10 14:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 10.03.2011 um 15:32 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> I guess the same approach in general, so also:
> 
> \startJSpreamble[MyStuff used later]

No, you need braces here, e.g.

\startJSpreamble {Mystuff used later} ...

Wolfgang

___________________________________________________________________________________
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:[~2011-03-10 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-10 14:13 \startsetups amd \startJSpreamble Procházka Lukáš Ing. - Pontex s. r. o.
2011-03-10 14:21 ` Wolfgang Schuster
2011-03-10 14:32   ` Procházka Lukáš Ing. - Pontex s. r. o.
2011-03-10 14:47     ` Wolfgang Schuster

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