From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Controlling pagination on headings in Latex/PDF export? Date: Fri, 17 Feb 2012 08:13:29 +0000 Message-ID: <4F3E0C29.8080206@wilkesley.net> References: <44B0EAE8544C834188E8790873CDE1CC3E11EA@ARCEXCHANGE.arc.local> <16733.1329416454@alphaville> <44B0EAE8544C834188E8790873CDE1CC3E154C@ARCEXCHANGE.arc.local> <80obsyr2b7.fsf@somewhere.org> <44B0EAE8544C834188E8790873CDE1CC3E15DA@ARCEXCHANGE.arc.local> <44B0EAE8544C834188E8790873CDE1CC3E15F0@ARCEXCHANGE.arc.local> <807gzmr0f6.fsf@somewhere.org> <24985.1329426160@alphaville> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyIxv-0000px-Rx for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 03:14:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyIxu-0005tZ-IO for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 03:14:51 -0500 Received: from mail2.wilkesley.net ([109.74.196.44]:47133 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyIxu-0005n0-EA for emacs-orgmode@gnu.org; Fri, 17 Feb 2012 03:14:50 -0500 Received: from [192.168.0.183] (unknown [217.146.125.41]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id E12C332651C for ; Fri, 17 Feb 2012 08:14:30 +0000 (GMT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 17/02/12 08:05, Stefan Nobis wrote: > Nick Dokos writes: > >> \def\mykeepwithnextpar{\par\nobreak\@afterheading} > >> However, I find it exceedingly difficult to manufacture an example >> that will produce the bad break that the OP reports: LaTeX seems >> very reluctant to break after the headline. > I am just starting to use Latex, so apologies for any noobish blunders:) In conventional typesetting this problem is referred to as "Widows and Orphans". There is a bit in the FAQ at http://www.tex.ac.uk/cgi-bin/texfaq2html?label=widows which might offer some additional help. Ian.