From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/83382 Path: news.gmane.org!not-for-mail From: =?windows-1252?Q?Pablo_Rodr=EDguez?= Newsgroups: gmane.comp.tex.context Subject: keeping headings with following texts Date: Sat, 13 Jul 2013 14:07:35 +0200 Message-ID: <51E14307.6000602@web.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1373717277 10842 80.91.229.3 (13 Jul 2013 12:07:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Jul 2013 12:07:57 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Jul 13 14:08:00 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 1UxycH-0002OS-Mc for gctc-ntg-context-518@m.gmane.org; Sat, 13 Jul 2013 14:07:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BFFE0101E0; Sat, 13 Jul 2013 14:07:56 +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 yU3FiD1YVT6w; Sat, 13 Jul 2013 14:07:54 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id C0D5E101E5; Sat, 13 Jul 2013 14:07:54 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 73B31101E5 for ; Sat, 13 Jul 2013 14:07:53 +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 KYKbIzDNu4Sd for ; Sat, 13 Jul 2013 14:07:52 +0200 (CEST) Original-Received: from filter3-ams.mf.surf.net (filter3-ams.mf.surf.net [192.87.102.71]) by balder.ntg.nl (Postfix) with ESMTP id 008DA101E0 for ; Sat, 13 Jul 2013 14:07:41 +0200 (CEST) Original-Received: from mout.web.de (mout.web.de [212.227.15.14]) by filter3-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id r6DC7fOd014267 for ; Sat, 13 Jul 2013 14:07:41 +0200 Original-Received: from [192.168.1.33] ([88.5.201.182]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0LpO8D-1UUA6j3paf-00fALc for ; Sat, 13 Jul 2013 14:07:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 X-Provags-ID: V03:K0:sjo2Xt8/L7uMntOZy639esGlcdCwbtPnuTNIcrvTH3UN+UFdMDQ UdRQzAd97GF7+ZxnGL2bvRdLlSMc9J+pbIIPRT2mYIXsH3SokLoru4OgcVEB/nUoPhMm5Qe yOkLhzrdXGrKB8rNp7yYzJ7M7yFqfg+1YmoZKDkBLA3xh+bkIIXAyvJ26aG8bd4NASFgqqP hJUmtzOTsS+cCwf1JRtpw== X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=212.227.15.14; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 03JXM7FIb - e1cfcb0b4b98 - 20130713 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.71 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:83382 Archived-At: Dear list, writing an article on ConTeXt, I have found what I think is a surprising feature (at least, a surprising default): headings don=92t always keep with next paragraph, so they can end up in being widowed (heading + page break + first paragraph on next page). Sorry, but I=92m afraid that I don=92t understand this default. I have never seen a printed book that displays this behavior (unless the heading was alone on its page). Don=91t get me wrong, I=91m more than happy with ConTeXt. But would anyone be so kind to explain the reason of the described default? (I=92m trying to understand, so I can explain to others.) I have found on the list (http://www.ntg.nl/pipermail/ntg-context/2007/023357.html) the way to avoid this: \setuphead[section][before=3D{\page[bigpreference]}] How can I know which is the exact default value in any given command? (I need to know the before values for headings, at least.) Is there a way to enable the =93keep with next=94 option for all headings? Many thanks for your help, Pablo -- = http://www.ousia.tk ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________