ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Thomas A.Schmitz <thomas.schmitz@uni-bonn.de>
Subject: Re: Is startcombination ... stopcombination broken?
Date: Wed, 6 Apr 2005 16:05:05 +0200	[thread overview]
Message-ID: <15b28ca206a90b8bcfc7f6b00fef8ade@uni-bonn.de> (raw)
In-Reply-To: <4253DBC4.9050809@iki.fi>

Mari,

thanks so much, that was it! Yes, the 'why in the #¤%' was on my mind, 
too! I'm using ConTeXt for my presentations this term, so I have to 
place externalfigures all the time. Phew, thanks!

Best

Thomas

On Apr 6, 2005, at 2:53 PM, Mari Voipio wrote:

> 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 doesn't my combination work')
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

      reply	other threads:[~2005-04-06 14:05 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
2005-04-06 14:05   ` Thomas A.Schmitz [this message]

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=15b28ca206a90b8bcfc7f6b00fef8ade@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --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).