emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PARTIALLY SOLVED] gnash crunch... latex whitespace defaults!


From: Matt Price
Subject: [Orgmode] [PARTIALLY SOLVED] gnash crunch... latex whitespace defaults! + numbering in only some subheadings
Date: Thu, 2 Sep 2010 11:12:58 -0400

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]