From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11429 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: breaking text in mp code Date: Fri, 14 Mar 2003 14:18:57 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20030314141857.45dd8a81.morawski@gmx.net> References: <87k7f2b128.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 Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1047652668 20684 80.91.224.249 (14 Mar 2003 14:37:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2003 14:37:48 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 14 15:37:46 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 18tqJ1-0005Jl-00 for ; Fri, 14 Mar 2003 15:37:07 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id B3A1C10B16; Fri, 14 Mar 2003 15:37:53 +0100 (MET) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.65.60]) by ref.ntg.nl (Postfix) with SMTP id B371F10AE7 for ; Fri, 14 Mar 2003 15:35:05 +0100 (MET) Original-Received: (qmail 22754 invoked by uid 0); 14 Mar 2003 14:35:04 -0000 Original-Received: from port1297.fra.ginko.net (HELO melior.localdomain) (212.202.67.27) by mail.gmx.net (mp004-rz3) with SMTP; 14 Mar 2003 14:35:04 -0000 Original-To: ntg-context@ntg.nl In-Reply-To: <87k7f2b128.fsf@gundla.ch> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; 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:11429 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11429 On Fri, 14 Mar 2003 13:11:11 +0100 Patrick Gundlach wrote: > I try to get a label in metafun that is broken into two lines: > > some > text > > the following \break is silently ignored. Putting the textext inside > a vbox did not help. > > ================================================== > % interface=en output=pdf > \starttext > \startMPcode > label (textext("some\break text"),origin); > \stopMPcode > \stoptext > ================================================== > > > How do I get the some text in two lines? \rbox{some\\ text} works here Jens