From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Re: Force new page on exporting Date: Tue, 1 Jul 2014 10:45:48 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1zJg-0005Lt-Ll for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 10:45:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1zJd-0000HV-4T for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 10:45:52 -0400 Received: from mail-vc0-x230.google.com ([2607:f8b0:400c:c03::230]:35273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1zJc-0000HR-Vc for emacs-orgmode@gnu.org; Tue, 01 Jul 2014 10:45:49 -0400 Received: by mail-vc0-f176.google.com with SMTP id ik5so8964803vcb.21 for ; Tue, 01 Jul 2014 07:45:48 -0700 (PDT) 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: "Thomas S. Dye" Cc: emacs-orgmode > * Latex New Page :ignoreheading: > #+latex: \newpage This should work, but didn't, I will figure out why when I have some time. > Also, see the LaTeX commands \pagebreak and \clearpage, which do generally the > same thing but in slightly different ways. I was aware of these, but if \newpage doesn't work I don't think these will work. But thank you very much anyway.