From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shelagh Manton Subject: Re: [PARTIALLY SOLVED] gnash crunch... latex whitespace defaults! + numbering in only some subheadings Date: Thu, 2 Sep 2010 22:24:27 +0000 (UTC) Message-ID: References: <16353.1283404712@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=35992 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrID3-00066j-Fh for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 18:24:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrID1-0000ma-N7 for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 18:24:41 -0400 Received: from lo.gmane.org ([80.91.229.12]:54858) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrID1-0000mV-Dh for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 18:24:39 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OrICy-0000gm-CZ for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 00:24:36 +0200 Received: from 203.219.222.168 ([203.219.222.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 00:24:36 +0200 Received: from shelagh.manton by 203.219.222.168 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 00:24:36 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Thu, 02 Sep 2010 11:12:58 -0400, Matt Price wrote: > Thanks everyone for their suggestions. I have settled for now on this: Might also be worth looking at the savetrees package which is in texlive- extras. Shelagh > > #+LATEX_HEADER: \usepackage[letterpaper]{geometry} #+LATEX_HEADER: > \geometry{verbose,tmargin=2.5cm,bmargin=2.5cm,lmargin=2cm,rmargin=2cm}% > #+LATEX_HEADER: \usepackage{paralist} #+LATEX_HEADER: > \let\itemize\compactitem #+LATEX_HEADER: \let\description\compactdesc > #+LATEX_HEADER: \let\enumerate\compactenum #+LATEX_HEADER: > \usepackage[small,compact,calcwidth]{titlesec} #+LATEX_HEADER: > \titlespacing{\section}{0pt}{*1}{*0.2} #+LATEX_HEADER: > \titlespacing{\subsection}{5}{*0}{*0} #+LATEX_HEADER: > \titlespacing{\subsubsection}{10pt}{*0}{*0} #+LATEX_HEADER: > \usepackage{enumitem} > > which does a pretty good job of compressing the whitespace overall. I'd > still love to do more finetuning of the formatting but I think that's a > more complex project. Unfortunately this seems to have broken mk4ht for > me! which is a real drag as it's the only way I can reliably produce odt > documents, which I need much ofthe time. > > Does anyone know whether numbering can be turned on just in some > subheadings? That would help me quite a bit... > > thanks thanks thanks for al lthe assistance, matt > Thanks everyone for heir suggestions.  I have settled for now on this:  >
 
#+LATEX_HEADER: > \usepackage[letterpaper]{geometry}
#+LATEX_HEADER: > \geometry{verbose,tmargin=2.5cm,bmargin=2.5cm,lmargin=2cm,rmargin=2cm}%
> #+LATEX_HEADER: \usepackage{paralist}
#+LATEX_HEADER: > \let\itemize\compactitem
#+LATEX_HEADER: > \let\description\compactdesc
#+LATEX_HEADER: > \let\enumerate\compactenum
#+LATEX_HEADER: > \usepackage[small,compact,calcwidth]{titlesec}
#+LATEX_HEADER: > \titlespacing{\section}{0pt}{*1}{*0.2}
#+LATEX_HEADER: > \titlespacing{\subsection}{5}{*0}{*0}
#+LATEX_HEADER: > \titlespacing{\subsubsection}{10pt}{*0}{*0}
#+LATEX_HEADER: > \usepackage{enumitem}

which does a pretty good job of > compressing the whitespace overall.  I'd still love to do more > finetuning of the formatting but I think that's a more complex > project.  Unfortunately this seems to have broken mk4ht for me! which is > a real drag as it's the only way I can reliably produce odt > documents, which I need much ofthe time. 

Does anyone know > whether numbering can be turned on just in some subheadings?  That would > help me quite a bit... 

thanks thanks thanks for al lthe > assistance,
matt

> _______________________________________________ Emacs-orgmode mailing > list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode