From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Rush Subject: LaTex Adjustments for Org-Export Date: Wed, 31 Jul 2013 07:27:48 -0500 Message-ID: <51F902C4.4080902@taupro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4VVX-00006F-T0 for emacs-orgmode@gnu.org; Wed, 31 Jul 2013 08:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4VVQ-00079M-HN for emacs-orgmode@gnu.org; Wed, 31 Jul 2013 08:27:59 -0400 Received: from rampart2.timecastle.net ([192.67.63.129]:54530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4VVQ-00078w-BR for emacs-orgmode@gnu.org; Wed, 31 Jul 2013 08:27:52 -0400 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 I'm trying to export a .org file to .pdf and although I've gotten past many formatting hurdles, I am stuck on two problems. 1) How can I redefine, in my org-export-latex-classes variable, the \section definition, such that it includes \pagebreak? My reason is that I would like each of my top-level headings to start on a new page, like a new chapter. 2) How can I change the basic formatting of paragraphs everywhere to a) omit the leading indent, and b) have a blank line between paragraphs Instead of this strange-looking style: This is a test paragraph of the following kind of thing. And so is this one. I want it to look like this: This is a test paragraph of the following kind of thing. And so is this one. Thanks for any helpful souls out there. I'm working on learning LaTeX but can't see how the various parts of the "article" base class fit together and how to selectively override them. -Jeff