From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/33826 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: How to put all floats in margin without any drawbacks? Date: Tue, 13 Mar 2007 10:40:05 +0100 Message-ID: <115224fb0703130240v609f2da7icf16d512893c0611@mail.gmail.com> References: <769ba7780703130109m2c80d3a8rf532b5165be81c09@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0405544127==" X-Trace: sea.gmane.org 1173778827 9056 80.91.229.12 (13 Mar 2007 09:40:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 09:40:27 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Mar 13 10:40:20 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 1HR3UR-00023S-GB for gctc-ntg-context-518@m.gmane.org; Tue, 13 Mar 2007 10:40:19 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 98A38200FF; Tue, 13 Mar 2007 10:35:14 +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 31549-08-4; Tue, 13 Mar 2007 10:35:08 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 08040200E6; Tue, 13 Mar 2007 10:35:08 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D7FBD200E6 for ; Tue, 13 Mar 2007 10:35:05 +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 31549-08-3 for ; Tue, 13 Mar 2007 10:35:01 +0100 (CET) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by ronja.ntg.nl (Postfix) with ESMTP id BC45E200D9 for ; Tue, 13 Mar 2007 10:35:01 +0100 (CET) Original-Received: by nf-out-0910.google.com with SMTP id c2so2109128nfe for ; Tue, 13 Mar 2007 02:40:06 -0700 (PDT) Original-Received: by 10.78.195.9 with SMTP id s9mr166718huf.1173778805977; Tue, 13 Mar 2007 02:40:05 -0700 (PDT) Original-Received: by 10.78.77.6 with HTTP; Tue, 13 Mar 2007 02:40:05 -0700 (PDT) In-Reply-To: <769ba7780703130109m2c80d3a8rf532b5165be81c09@mail.gmail.com> 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:33826 Archived-At: --===============0405544127== Content-Type: multipart/alternative; boundary="----=_Part_22028_14916977.1173778805943" ------=_Part_22028_14916977.1173778805943 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 2007/3/13, Zhichu Chen : > > Hi everyone, > > I just wrote a small test file: > =========================== > \starttext > > \dorecurse{10}{\placefigure[inright]{}{}}\dorecurse{10}{\input > knuth\endgraf} > > \stoptext > =========================== > > You can see that the in-margin figures do push the main texts away. How > can I do with that? > > If you get any suggestions, please let me know. > > Thank you. > > -- > Sincerely yours, > Chen > Hi Chen, the following code should work: \setupfloat[figure][default=margin] \starttext \dorecurse{10}{\placefigure{}{}}\dorecurse{10}{\input knuth\endgraf} \stoptext Wolfgang ------=_Part_22028_14916977.1173778805943 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2007/3/13, Zhichu Chen <zhichu.chen@gmail.com>:
Hi everyone,
 
I just wrote a small test file:
===========================
\starttext

\dorecurse{10}{\placefigure[inright]{}{}}\dorecurse{10}{\input knuth\endgraf}

\stoptext

===========================
 
You can see that the in-margin figures do push the main texts away. How can I do with that?
 
If you get any suggestions, please let me know.
 
Thank you.

--
Sincerely yours,
Chen
 
Hi Chen,
 
the following code should work:
 

\setupfloat[figure][default=margin]

\starttext
\dorecurse{10}{\placefigure{}{}}\dorecurse{10}{\input knuth\endgraf}
\stoptext

Wolfgang


 
------=_Part_22028_14916977.1173778805943-- --===============0405544127== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============0405544127==--