From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15660 Path: main.gmane.org!not-for-mail From: Fabio Fogliuzzi Newsgroups: gmane.comp.tex.context Subject: Stopping text from flowing around sidefloats Date: Mon, 5 Jul 2004 20:33:17 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089128104 5623 80.91.224.253 (6 Jul 2004 15:35:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2004 15:35:04 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Jul 06 17:34:40 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bhrxv-0007uN-00 for ; Tue, 06 Jul 2004 17:34:39 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 306E210B53; Tue, 6 Jul 2004 17:34:36 +0200 (MEST) Original-Received: from vmailc.mclink.it (vmailc.mclink.it [195.110.128.109]) by ref.ntg.nl (Postfix) with ESMTP id 3E09F10ABB for ; Mon, 5 Jul 2004 20:33:20 +0200 (MEST) Original-Received: from [192.168.1.11] (adsl203-165-021.mclink.it [213.203.165.21]) by vmailc.mclink.it (8.12.6/8.11.3) with ESMTP id i65IXH2C006802 for ; Mon, 5 Jul 2004 20:33:18 +0200 (CEST) (envelope-from fogliuzzi@libero.it) Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.618) 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:15660 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15660 I'm a newbie in Context (and TeX) typesetting, but I'm seriously thinking of switching from my current wokflow, FrameMaker based, to a new one based on this system, impressive for its quality and flexibility. The main work at my office is the producing of technical manuals (250-500 pages) for megayachts, covering the entire workflow (layout, technical writing, illustrations etc.). My first attempt in the use of ConText was the finding of a way to mimic the basic layout currently used in Framemaker and the mode in which illustrations are currently placed in the manuals. The basic layout in Framemaker is composed of a main text flow in which a column is reserved for placing side notes (warning notes, danger notes etc.) and a second column is reserved for the main text. |------------------|----------------------------------------------| | | | | Side Notes | Main Text | | | | | | | |------------------|-----------------------------------------------| Normally the figures are placed in the main text area. In this case (depending from the width of the illustration) flows or doesn't the main text flow around the illustration. The larger figures however occupy all the width of the text flow ('Side Notes'+'Main Text') and the main text get interrupted by the illustration. I replicated the basic layout (the original layout is double sided but i don't care of this at this moment) with the following commands: \setuppapersize[A4][A4] \setuplayout [backspace=7.3cm,width=11.7cm,topspace=1.5cm,leftmargin=4cm, rightmargin=0cm,leftmargindistance=0.8cm,height=27.2cm,header=2cm,footer =2cm,location=singlesided,marking=on] The last command set the left margin, and should replicate the 'Side Notes' column of the original layout. With this setup there is no problem in placing figures smaller than the main text area. For placing the larger figures I followed an example taken from page 29 of the manual 'IT'S IN THE DETAILS' writing the following commands: \definefloat [largefigure][figure] \setupfloat [largefigure] [leftmargindistance=-\leftmargintotal,default={left,none,noident}] \useexternalfigure [provafigura] [Largefigure.pdf][width=16.5cm] .......... \placelargefigure [left] {ProvaFigura} {\externalfigure[provafigura]} The last command work as expected for figure placement but cause the text of the paragraph immediately following the \placefigure command to flow around the placed figure in a tiny column (around 1cm in width) at the right of the page and outside the main text flow. |------------------|----------------------------------------------|-a- | | |-b- | <---------------Large Figure ---------------------------->|-c- <----paragraph flowing outside the main text flow. | | |-d- |------------------|-----------------------------------------------|-e- What is wrong? There is a way to prevent the text from flowing around sidefloats or a workaround to place large figures in the desired way? Thank you in advance and Best Regards F.Fogliuzzi.