From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11254 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: combination Date: Fri, 07 Mar 2003 14:37:50 +0100 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <873clzqoup.fsf@gundla.ch> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047044409 11829 80.91.224.249 (7 Mar 2003 13:40:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Mar 2003 13:40:09 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 07 14:40:01 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18rI4v-00033Y-00 for ; Fri, 07 Mar 2003 14:40:01 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5A59C10B07; Fri, 7 Mar 2003 14:40:27 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ref.ntg.nl (Postfix) with ESMTP id 1D57F10AB6 for ; Fri, 7 Mar 2003 14:38:05 +0100 (MET) Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 18rI32-0004e8-00; Fri, 07 Mar 2003 14:38:04 +0100 Original-Received: from [129.217.137.92] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 18rI32-0001vi-00; Fri, 07 Mar 2003 14:38:04 +0100 Original-Received: from pg by levana with local (Exim 3.12 #1 (Debian)) id 18rI2o-0002CH-00; Fri, 07 Mar 2003 14:37:50 +0100 Original-To: ntg-context@ntg.nl X-Lieblings-Musik: a.c. Original-Lines: 42 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i586-pc-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11254 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11254 Hello, shouldn't this file be OK? =========================================================== \starttext \startcombination[2] {\framed{sometext}} {\framed{somemoretext}} \stopcombination \stoptext =========================================================== This is pdfeTeX, Version 3.14159-1.10b-2.1 (Web2C 7.4.5) \write18 enabled. entering extended mode (./simplecomb.tex{/var/tmp/tetex/pdftex/config/pdftex.cfg} ConTeXt ver: 2003.3.4 fmt: 2003.3.5 int: english mes: english [...] Overfull \hbox (25.45807pt too wide) in paragraph at lines 4--4 [][] [] [] ! Missing { inserted. \egroup \stopcombination ->\egroup \egroup l.5 \stopcombination ? systems : end file simplecomb at line 6 ! You can't use `\end' in internal vertical mode. \normalend l.6 \stoptext Patrick