From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/83172 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.comp.tex.context Subject: mixed columns Date: Tue, 25 Jun 2013 10:28:53 +0200 Message-ID: <8738s6iofu.fsf@micropit.couberia.selfip.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1372148952 10016 80.91.229.3 (25 Jun 2013 08:29:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2013 08:29:12 +0000 (UTC) To: ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Jun 25 10:29:14 2013 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UrOcj-0006cD-V0 for gctc-ntg-context-518@m.gmane.org; Tue, 25 Jun 2013 10:29:14 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 22554101FE; Tue, 25 Jun 2013 10:29:13 +0200 (CEST) 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 9O1V9Dy81uHN; Tue, 25 Jun 2013 10:29:07 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 9BF59101E9; Tue, 25 Jun 2013 10:29:07 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 45226101E9 for ; Tue, 25 Jun 2013 10:29:06 +0200 (CEST) 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 l8Y2yLZgp+RP for ; Tue, 25 Jun 2013 10:29:04 +0200 (CEST) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id D6378101E8 for ; Tue, 25 Jun 2013 10:28:54 +0200 (CEST) Original-Received: from smtp.smtpout.orange.fr (smtp01.smtpout.orange.fr [80.12.242.123]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r5P8Ssad008049 for ; Tue, 25 Jun 2013 10:28:54 +0200 Original-Received: from micropit.couberia.selfip.net ([2.2.208.97]) by mwinf5d36 with ME id sYUt1l00V26dKRu03YUtLy; Tue, 25 Jun 2013 10:28:54 +0200 Original-Received: by micropit.couberia.selfip.net (Postfix, from userid 1000) id 65ED6A60BD7; Tue, 25 Jun 2013 10:28:53 +0200 (CEST) Mail-Followup-To: ConTeXt users User-Agent: Gnus/612.570008 =?utf-8?Q?=28=E7=9C=9F?= Gnus v0.8) Emacs/24.3 (gnu/linux) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.12.242.123; country=FR; latitude=46.0000; longitude=2.0000; http://maps.google.com/maps?q=46.0000,2.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 01JQwsSkE - 2ba3c3b28168 - 20130625 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:83172 Archived-At: Hi, I have several questions concerning mixed columns. Here at first a minimal example: --8<---------------cut here---------------start------------->8--- \useURL[test][http://www.site.com/very/long/long/long/long/long/long/long/long/url] \def\Section#1{% \startsection[title=Title] \dorecurse{#1}{\dorecurse{12}{bla }} \stopsection} \starttext \startmixedcolumns[n=2] \Section{15} \startsection[title=Title] \dorecurse{10}{\dorecurse{12}{bla }} \footnote{\url[test]} \stopsection} \Section{9} \Section{9} \Section{2} \stopmixedcolumns \stoptext --8<---------------cut here---------------end--------------->8--- 1.) How can I avoid, that the footnote overwrites the last line? 2.) How can I get balanced columns? 3.) Why is there additional vertical space around the section titles (even with \setuphead[section][before=, after=] there is space)? TIA for any hints, -- Peter ___________________________________________________________________________________ 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 ___________________________________________________________________________________