ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Vedran Miletić" <rivanvx@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: \startmode and \startcomment inside of \def
Date: Sun, 7 Nov 2010 20:49:49 +0100	[thread overview]
Message-ID: <AANLkTiks=Kht43pM899vambJZmA2PijudfOzFXEFknr-@mail.gmail.com> (raw)
In-Reply-To: <2AB23614-EB80-4AF9-931B-A0AFA1F54CC5@gmail.com>


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

2010/11/7 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

>
> Am 07.11.2010 um 19:42 schrieb Vedran Miletić:
>
> > Hi,
> >
> > I would like to define something like this:
> > \def\startSolution{\startmode[solutions]...}
> > \def\stopSolution{...\stopmode}
> >
> > But when I use \startSolution and \stopSolution, and mode solutions isn't
> enabled, I get something like
> > Runaway argument?
> > aaa \stopSolution \stoptext
> > ! File ended while scanning use of \dostopmode.
> >
> > system          > error on line 0 in file : File ended while scanning use
> of \dostopmode ...
> >
> > What's the proper way of doing this?
>
> Use \startmode[...] ... \stopmode in your document without your own
> Solution environment or define the environment as
>
> \definebuffer[Solution][local=yes]
>
> \startmode[solutions]
> \setupbuffer[Solution][local=no]
> \stopmode
>
> \starttext
>
> ...
>
> \startSolution
> solution
> \stopSolution
>
> ...
>
> \stoptext
>

How would I then do something like this?

\def\startSolution{\startmode[solutions]\startframedtext}
\def\stopSolution{\stopframedtext\stopmode}

-- 
Vedran Miletić

[-- Attachment #1.2: Type: text/html, Size: 1654 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
___________________________________________________________________________________

  reply	other threads:[~2010-11-07 19:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-07 18:42 Vedran Miletić
2010-11-07 19:06 ` Wolfgang Schuster
2010-11-07 19:49   ` Vedran Miletić [this message]
2010-11-07 20:20     ` Wolfgang Schuster
2010-11-07 20:53       ` Aditya Mahajan

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='AANLkTiks=Kht43pM899vambJZmA2PijudfOzFXEFknr-@mail.gmail.com' \
    --to=rivanvx@gmail.com \
    --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).