Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 6 Dec 2007 09:14:08 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id lB68E4LK009991 for ; Thu, 6 Dec 2007 09:14:04 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id lB686onA027542 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Dec 2007 09:06:50 +0100 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id lB5N18xt024234; Thu, 6 Dec 2007 09:08:41 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 200509 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 6 Dec 2007 09:08:41 +0100 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id lB688fx3032481 for ; Thu, 6 Dec 2007 09:08:41 +0100 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id lB688aHW031614 for ; Thu, 6 Dec 2007 09:08:40 +0100 Received: from morse.mittelbach-online.de (p54A9A897.dip0.t-ipconnect.de [84.169.168.151]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis) id 0MKwtQ-1J0Bmd3vZG-00087j; Thu, 06 Dec 2007 09:08:36 +0100 Received: by morse.mittelbach-online.de (Postfix, from userid 501) id 5DB38131D5; Thu, 6 Dec 2007 09:08:35 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <18263.4996.905115.46103@morse.mittelbach-online.de> <00a901c837d7$c291a3c0$14b2a8c0@DOMINUS> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Provags-ID: V01U2FsdGVkX1/OUeACwfPLfE+AKT0RppgEGyF7vJxlW9nv7Vd 2P1i/nUzrU+qdIZGO9VACIF0yxEUzr+fp6uH4UQXMN7yAlVfsG wg9H/3A3y9i17neu89fp89dw9tp6Xoq X-Spam-Whitelist-Provider: Message-ID: <18263.44547.318795.848131@morse.mittelbach-online.de> Date: Thu, 6 Dec 2007 09:08:35 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Frank Mittelbach Subject: Re: progress ... balancing, grids, multicolumn changes ... To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <00a901c837d7$c291a3c0$14b2a8c0@DOMINUS> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -102.464 () BAYES_00,FORGED_RCVD_HELO,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.57 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 06 Dec 2007 08:14:09.0002 (UTC) FILETIME=[F9E7ECA0:01C837DF] Status: R X-Status: X-Keywords: X-UID: 5096 Ulrich, > I'd some application where on all left-hand pages (in one chapter) text > were typeset with 'footnote marks' and on the right-hand page ***all*** > corresponding 'footnotes' from the left pages were typeset. you mean like ftnright but across a spread? or differently? > Maybe you can include endnote style(s) then there's no need for an extra > package. yes certainly, endnotes is one of the variants that will eventually come > BTW does there exist an option that, e.g., suppresses a float in column > 2? suppress generally, yes simply by specifying a float style that has no areas in column 2 and of course by varying float styles (even from page to page) you can vary the behavior as well, e.g. no floats in column two on odd pages ... as to the equivalent to \supressfloats i.e. specifying modifications through directives within the document that isn't implemented at the moment, but there is no general obstacle doing that and something along those lines will eventually be possible and in fact will be even more granular than it is at the moment with 2e, e.g., you could for example specify \suppressfloats[t11,t12] which would then prohibit top floats in column one and top floats spanning column 1 and 2 but still allowing top floats in column 2 only (and 3 and 2-3 in a three column layout). syntax would need some thoughts, e.g. \suppressfloats could supress everything and \suppressfloats[t] all topfloats and specifying the areas explicitly would then be the most granular possibility frank > > Ulrich >