ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Bug in way=...?
Date: Mon, 28 Aug 2006 19:55:42 -0400 (EDT)	[thread overview]
Message-ID: <Pine.WNT.4.63.0608281948370.2044@nqvgln> (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

                 reply	other threads:[~2006-08-28 23:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.WNT.4.63.0608281948370.2044@nqvgln \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).