ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Bug in way=...?
@ 2006-08-28 23:55 Aditya Mahajan
  0 siblings, 0 replies; only message in thread
From: Aditya Mahajan @ 2006-08-28 23:55 UTC (permalink / raw)


Hi,

Is setupwhatever[way=....] supposed to be global?

  Suppose I \setupformulas[way=bysection] for a section, and want to 
switch back to \setupformulas[way=bytext] in the next section, it does 
not work. Similar behaviour happens with \setupcaptions.

Consider the following minimal example.

\starttext
\setupformulas[way=bysection]
\setupcaptions[way=bysection]
\section{One}
This is a test
\placeformula \startformula a \stopformula

\placefigure {test}{}

\setupformulas[way=bytext]
\setupcaptions[way=bytext]
\section{Two}
This is a test
\placeformula \startformula a \stopformula
\placefigure {test}{}
\stoptext


Is this a bug, or just a crazy user request?

Aditya

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-28 23:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-28 23:55 Bug in way=...? Aditya Mahajan

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