From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: LaTex Adjustments for Org-Export Date: Sat, 3 Aug 2013 20:26:46 -0500 Message-ID: References: <51F902C4.4080902@taupro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5n5s-0006Ge-Tu for emacs-orgmode@gnu.org; Sat, 03 Aug 2013 21:26:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5n5r-0002PD-Rs for emacs-orgmode@gnu.org; Sat, 03 Aug 2013 21:26:48 -0400 Received: from mail-oa0-x230.google.com ([2607:f8b0:4003:c02::230]:65307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5n5r-0002P2-N8 for emacs-orgmode@gnu.org; Sat, 03 Aug 2013 21:26:47 -0400 Received: by mail-oa0-f48.google.com with SMTP id o17so3884037oag.21 for ; Sat, 03 Aug 2013 18:26:47 -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: Brian van den Broek Cc: emacs-orgmode , Jeff Rush On Sat, Aug 3, 2013 at 3:49 PM, Brian van den Broek wrote: > > On Jul 31, 2013 8:28 AM, "Jeff Rush" wrote: >> >> 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. >> > > > >> >> 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. > > Hi all, > > (Catching up on the traffic, so a bit late to the thread.) > > I don't use org's export facilities, so I am not sure how and where to > object this into org's export process. But, the LaTeX way is to use the > parskip package. > > Please do reconsider, though. Just about every book on my shelves follows > what you label a 'strange style,' for the good reason that the style you > favour can result in ambiguity. (A paragraph that ends a page, takes up the > entire last line and is followed by a new paragraph cannot be distinguished > from a paragraph that spans the page break.) > True, though when it comes to that sort of thing I look at it from a probability point of view: - p(what you described happens): perhaps < 1%, if even that high - p(looking at default LaTeX format will make my eyes bleed): 100% That was [mostly] a joke. I'm actually not clear from the text above what is desired. The description says "no leading indent and blank line between," but the example text shows non-indent on first paragraph, indent on second (which would void the page-span concern), and no line break... I take it you have literary experience, which I'm glad to have on the list. Your comment made me consider that I often fiddle with "what seems to look nice," overlooking that some of these things have a very specific purpose in terms of avoiding ambiguity or what you described -- I'd never have thought of that! John > Best, > > Brian vdB