From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Malone Subject: Re: Double Spacing Latex Output Date: Fri, 7 Oct 2011 12:12:09 -0700 Message-ID: <506CDDE6-C140-43DF-9072-7E995E154702@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCFqB-0002wd-ST for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 15:12:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RCFqA-0007yG-Rg for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 15:12:15 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:36755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RCFqA-0007yA-Mh for emacs-orgmode@gnu.org; Fri, 07 Oct 2011 15:12:14 -0400 Received: by vws16 with SMTP id 16so4239122vws.0 for ; Fri, 07 Oct 2011 12:12:13 -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: aditya siram Cc: emacs-orgmode@gnu.org Hi deech, Does including the package and using double space work? #+LATEX_HEADER: \usepackage{setspace} #+LATEX_HEADER: \doublespacing If not, what does the exported `.tex` file look like? Chris On Oct 7, 2011, at 12:07 PM, aditya siram wrote: > Hi all, > This is probably a really simple question but I'd like to double space = my Latex output. I added #+LaTeX_CLASS_OPTIONS:[setspace, doublespace] = to the header and I do have the setspace package, but the output is = still single-spaced. Any ideas? >=20 > Thanks! > -deech