From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/37596 Path: news.gmane.org!not-for-mail From: Peter Schorsch Newsgroups: gmane.comp.tex.context Subject: inline-graphics and unwanted line-break Date: Thu, 29 Nov 2007 13:51:33 +0100 Message-ID: <200711291351.34908.tralalas@freenet.de> Reply-To: tralalas@freenet.de, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196340917 21813 80.91.229.12 (29 Nov 2007 12:55:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2007 12:55:17 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 29 13:55:26 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1Ixiup-0006PG-7H for gctc-ntg-context-518@m.gmane.org; Thu, 29 Nov 2007 13:54:51 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 87CDF1FC1A; Thu, 29 Nov 2007 13:54:22 +0100 (CET) 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 08211-01-3; Thu, 29 Nov 2007 13:54:12 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4AD021FBF6; Thu, 29 Nov 2007 13:54:12 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8B5411FBE3 for ; Thu, 29 Nov 2007 13:54:10 +0100 (CET) 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 08211-01-2 for ; Thu, 29 Nov 2007 13:54:05 +0100 (CET) Original-Received: from mout0.freenet.de (mout0.freenet.de [195.4.92.90]) by ronja.ntg.nl (Postfix) with ESMTP id 91A841FBEB for ; Thu, 29 Nov 2007 13:54:05 +0100 (CET) Original-Received: from [195.4.92.14] (helo=4.mx.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1Ixiu5-0001HX-Es for ntg-context@ntg.nl; Thu, 29 Nov 2007 13:54:05 +0100 Original-Received: from [91.64.15.238] (port=58797 helo=henning.mobil.haeske.com) by 4.mx.freenet.de with esmtpsa (ID tralalas@freenet.de) (TLSv1:AES256-SHA:256) (port 25) (Exim 4.68 #1) id 1Ixiu5-0004JF-CE for ntg-context@ntg.nl; Thu, 29 Nov 2007 13:54:05 +0100 User-Agent: KMail/1.9.7 Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:37596 Archived-At: Hi, I have a small metapost graphic I like to use inline. But the arragement behaves a little bit "unpractically". As soon there is no character in front of the graphic context will break the line after the graphic - but as soon there is a character in front of the graphic, context does not adding a linebreak after the graphic. Does anyone know how to prevent the line-break after the graphic if the graphic is the first inline? Thanks, P. example-file: \startuseMPgraphic{zo} color schwarz ; schwarz := (.0,.0,.0) ; draw (0pt,0pt)--(0pt,8pt)--(5pt,12pt)--(10pt,8pt)--(10pt,0pt)--(0pt,0pt)--cycle withcolor schwarz ; \stopuseMPgraphic \starttext \hbox{\useMPgraphic{zo}} test text - why a line-break? How to prevent this? a \hbox{\useMPgraphic{zo}} test text - this is fine: no line-break! \stoptext ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________