From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/30873 Path: news.gmane.org!not-for-mail From: "Pepe Barbe" Newsgroups: gmane.comp.tex.context Subject: Re: Captions in Combinations Date: Sun, 17 Sep 2006 15:03:57 -0500 Message-ID: <3e73596b0609171303s723683fbs76b09d9995466e90@mail.gmail.com> References: <3e73596b0609120905s6091b10ak3e6026f6bdea057@mail.gmail.com> <4506E370.5010603@wxs.nl> <3e73596b0609161608p5dba4f2ex75ac91e39809f7a6@mail.gmail.com> <450D57E9.9030709@wxs.nl> <3e73596b0609171235l3fc9cb53if4b05046d308832a@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1158524998 6527 80.91.229.2 (17 Sep 2006 20:29:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Sep 2006 20:29:58 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 17 22:29:55 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GP3Gm-0002Mi-F0 for gctc-ntg-context-518@m.gmane.org; Sun, 17 Sep 2006 22:29:40 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3D8091FB5B; Sun, 17 Sep 2006 22:29:39 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19079-08; Sun, 17 Sep 2006 22:29:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 653721FDE3; Sun, 17 Sep 2006 22:04:00 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E5EED1FDE3 for ; Sun, 17 Sep 2006 22:03:58 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18776-08 for ; Sun, 17 Sep 2006 22:03:58 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by ronja.ntg.nl (Postfix) with SMTP id 0939F1FDD6 for ; Sun, 17 Sep 2006 22:03:57 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id d4so356357nfe for ; Sun, 17 Sep 2006 13:03:57 -0700 (PDT) Original-Received: by 10.48.210.16 with SMTP id i16mr16137734nfg; Sun, 17 Sep 2006 13:03:57 -0700 (PDT) Original-Received: by 10.48.205.8 with HTTP; Sun, 17 Sep 2006 13:03:57 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:30873 Archived-At: On 9/17/06, nico wrote: > Look more carefully the mail, I guess that the problem was missing braces: > > \placefigure [center] {Combination Caption} > { > \startcombination [2*1] > {\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic > 1}}{Text: Test. Math: $Test$} > {\framed[height=.45\textwidth,width=.45\textwidth]{My Graphic > 2}}{Text: Test. Math: $Test$} > \stopcombination > } Thanks for the response, but that didn't make any difference. Pepe