From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/21500 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?J=F6rg_Hagmann?= Newsgroups: gmane.comp.tex.context Subject: Re: line break Date: Wed, 20 Jul 2005 13:10:11 +0200 Message-ID: <7ca589a651cd33aebd5a453616b23456@unibas.ch> References: <42D5748D.2060209@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1121857839 6774 80.91.229.2 (20 Jul 2005 11:10:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2005 11:10:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jul 20 13:10:36 2005 Return-path: 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 1DvCSx-0005kL-FO for gctc-ntg-context-518@m.gmane.org; Wed, 20 Jul 2005 13:10:19 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1F70012775; Wed, 20 Jul 2005 13:10:19 +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 31969-04; Wed, 20 Jul 2005 13:10:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7A79B127CE; Wed, 20 Jul 2005 13:10:15 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 87D0E127CE for ; Wed, 20 Jul 2005 13:10:14 +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 31988-04 for ; Wed, 20 Jul 2005 13:10:13 +0200 (CEST) Original-Received: from balu1.urz.unibas.ch (balu1.urz.unibas.ch [131.152.1.51]) by ronja.ntg.nl (Postfix) with ESMTP id 5393E12775 for ; Wed, 20 Jul 2005 13:10:13 +0200 (CEST) Original-Received: from [131.152.79.98] ([131.152.79.98]) by balu1.urz.unibas.ch (8.12.10/8.12.10) with ESMTP id j6KBABRl012550 for ; Wed, 20 Jul 2005 13:10:11 +0200 In-Reply-To: Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.622) X-SMTP-Vilter-Version: 1.1.8 X-SMTP-Vilter-Virus-Backend: savse X-SMTP-Vilter-Status: clean X-SMTP-Vilter-savse-Virus-Status: clean X-SMTP-Vilter-Unwanted-Backend: attachment X-SMTP-Vilter-attachment-Unwanted-Status: clean X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:21500 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:21500 Some time ago, I inquired about the problem of an unwanted linebreak. =20= The linebreak is inserted after an \inothermargin command, if at the =20 same time there is a figure occupying the margin and some part of the =20= textarea on the opposite side (a type of figure here called =20 "vignette"). When I run the .tex file (see below) on the wiki, I get =20 the same result as on my computer. Could somebody tell me whether there is an abvious mistake in what I =20 did or that's the way it is, and nothing can be done (I include the =20 complete setuparea, just to be sure). Thanks a lot, J=F6rg. ------------------------------------------------------------ >> can you make a minimal complete example \enableregime [il1] \mainlanguage [de] \usemodule[greek] \usemodule[units] \setuplayout[height=3D26.5cm,backspace=3D2cm,topspace=3D1.7cm,footer=3D1.2= cm] \setupbodyfont[11pt] \setuppagenumbering[alternative=3Ddoublesided,location=3Dfooter] \setupheader[state=3Dnone] \setuptolerance[tolerant, stretch] \setupwhitespace[medium] \setupitemize[headstyle=3Ditalic] \definehead[Bookchapter][chapter] \setuphead[Bookchapter][page=3Dyes,conversion=3DCharacter] \setuptables[bodyfont=3Dsmall] %Figures partially in margin \definefloat[vignette][figure] \setupfloat[vignette][leftmargindistance=3D-=20 \outermargintotal,rightmargindistance=3D-=20 \outermargintotal,default=3D{outer,none,low}] \setupcaption[vignette][number=3Dno] %Figures digestion_chapter \setupexternalfigures[directory=3D./FIGURES/] \useexternalfigure[fig:acidsecr][di_acidsecr] \useexternalfigure[fig:di_cascade][di_cascade][width=3D0.5\textwidth] \useexternalfigure[fig:di_proteins][di_proteins] \useexternalfigure[fig:di_carbo][di_carbo][width=3D\textwidth] \useexternalfigure[fig:di_lipids][di_lipids] \setuptextrules[style=3D\ss] \showframe \starttext \placevignette{}{\externalfigure[di_B12_marg][width=3D4cm]} Die Resorption des {\em wasserloeslichen} Vitamins B\low{12} (=3D =20 Cobalamin, s. Formel) faellt aus dem Rahmen: B\low{12} wird nur als =20 Komplex mit dem \quotation{Intrinsic Factor}, einem Glycoprotein aus =20 den Belegzellen des Magens, {\em im Ileum} aufgenommen (Intrinsic, weil =20= der Faktor aus dem Koerper stammt -- dazu passend bezeichnet man =20 B\low{12} auch als \quotation{Extrinsic Factor}).\inothermargin{\ssd =20 Pa} Vitamin B\low{12} wird von Bakterien synthetisiert und stammt =20 ausschliesslich aus tierischer Nahrung; Veganer/innen, die nicht nur =20 auf Fleisch, sondern auch auf Eier und Milchprodukte verzichten, =20 besitzen einen entsprechend niedrigen Vorrat des Vitamins. Haeufigste =20= Ursache fuer die {\em pernizioese Anaemie}, die klassische =20 B\low{12}-Mangelkrankheit, ist allerdings nicht eine Fehlernaehrung, =20 sondern eine verminderte Resorption im Ileum, entweder weil dessen =20 Schleimhaut entzuendet ist (Sprue), oder weil eine erkrankte =20 Magenschleimhaut zuwenig Intrinsic Factor produziert. \stoptext