From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/56055 Path: news.gmane.org!not-for-mail From: Andreas Harder Newsgroups: gmane.comp.tex.context Subject: Footnotes in columns causing layout problem Date: Tue, 9 Feb 2010 11:45:33 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: multipart/mixed; boundary="===============1496825419==" X-Trace: ger.gmane.org 1265712349 8470 80.91.229.12 (9 Feb 2010 10:45:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Feb 2010 10:45:49 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Feb 09 11:45:46 2010 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NenbC-0001WW-Hn for gctc-ntg-context-518@m.gmane.org; Tue, 09 Feb 2010 11:45:42 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 376E7C9D80; Tue, 9 Feb 2010 11:47:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dDUsqENbMMze; Tue, 9 Feb 2010 11:47:17 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8790BC9D77; Tue, 9 Feb 2010 11:47:17 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 0A036C9D77 for ; Tue, 9 Feb 2010 11:47:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Cdg+EvtYYvM3 for ; Tue, 9 Feb 2010 11:47:13 +0100 (CET) Original-Received: from deliver.uni-koblenz.de (deliver.uni-koblenz.de [141.26.64.15]) by balder.ntg.nl (Postfix) with ESMTP id CC1F9C9D66 for ; Tue, 9 Feb 2010 11:47:13 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 0F28178A4100 for ; Tue, 9 Feb 2010 11:45:35 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09328-08 for ; Tue, 9 Feb 2010 11:45:34 +0100 (CET) X-CHKRCPT: Envelopesender noch aharder@uni-koblenz.de Original-Received: from [192.168.1.112] (77-23-29-238-dynip.superkabel.de [77.23.29.238]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 56C7978A4101 for ; Tue, 9 Feb 2010 11:45:34 +0100 (CET) X-Mailer: Apple Mail (2.1077) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:56055 Archived-At: --===============1496825419== Content-Type: multipart/alternative; boundary=Apple-Mail-1--357675320 --Apple-Mail-1--357675320 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hi, I=92m trying it again. The problem with footnotes in multicolumn texts = is still present. = (http://archive.contextgarden.net/message/20100201.222309.2f37f55a.en.html= ) \setupnote[footnote][location=3Dlastcolumn] % <- causes layout problem \definecolumnset[two][n=3D2] \enablemode[twocolumns] % columnsets|twocolumns \starttext=20 \doifmode{twocolumns}{\startcolumns} \doifmode{columnsets}{\startcolumnset[two]} \dorecurse{2}{\input knuth}\footnote{\input tufte} \dorecurse{2}{\input knuth} \doifmode{twocolumns}{\stopcolumns} \doifmode{columnsets}{\stopcolumnset} \stoptext Thank you in advance Andreas= --Apple-Mail-1--357675320 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=windows-1252 http://archive.contextgarden.net/message/20100201.222309.2f37f55a= .en.html)

\setupnote[footnote][location=3D= lastcolumn] % <- causes layout = problem

\definecolumnset[two][n=3D2]
\enablemode[twocolumns] % = columnsets|twocolumns

\starttext 
= \doifmode{twocolumns}{\startcolumns}
\doifmode{columnsets}{\star= tcolumnset[two]}
  \dorecurse{2}{\input = knuth}\footnote{\input tufte}
  \dorecurse{2}{\input = knuth}
\doifmode{twocolumns}{\stopcolumns}
\doifmode{c= olumnsets}{\stopcolumnset}
\stoptext

Thank you in advance

= Andreas
= --Apple-Mail-1--357675320-- --===============1496825419== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============1496825419==--