ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Mari Voipio <mari.voipio@iki.fi>
Subject: Re: Is startcombination ... stopcombination broken?
Date: Wed, 06 Apr 2005 15:53:24 +0300	[thread overview]
Message-ID: <4253DBC4.9050809@iki.fi> (raw)
In-Reply-To: <f3a8cbee38592f1b7e47a846b4dd95ec@uni-bonn.de>

Thomas A.Schmitz wrote:

> Minimal example:
> 
> \starttext
> \startcombination[2]
> \framed{here}
> \framed{there}
> \stopcombination
> \stoptext
> 
> I have tried with all kinds of braces in all possible places, to no 
> avail. Or am I missing anything terribly obvious?

It is not terribly obvious, but your \framed commands are missing a 
second argument, see the big manual, p. 227, where it gives the model:

\startcombination[n*m]
	{text1}{subcaption 1}
	{text2}{subcaption 2}
	....... .............
\stopcombination

and says: "The second argument can be empty: {xxxx}{}." That kind of 
implies that the braces in the second argument are necessary and 
apparently that's what texexec is complaining about...



This works for me:
% ------------------
\starttext

\startcombination[2]
   \framed{here}{}
   \framed{there}{}
\stopcombination

\stoptext
% ------------------

So just add the two pairs of braces after your \framed and things should 
work out!


Mari
(who's had her share of 'why in the #¤% doesn't my combination work')

  parent reply	other threads:[~2005-04-06 12:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-06 12:37 Thomas A.Schmitz
2005-04-06 12:43 ` Patrick Gundlach
2005-04-06 12:51   ` Matthias Weber
2005-04-06 12:53 ` Mari Voipio [this message]
2005-04-06 14:05   ` Thomas A.Schmitz

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=4253DBC4.9050809@iki.fi \
    --to=mari.voipio@iki.fi \
    --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).