From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: [PARTIALLY SOLVED] gnash crunch... latex whitespace defaults! + numbering in only some subheadings Date: Thu, 2 Sep 2010 11:12:58 -0400 Message-ID: References: <16353.1283404712@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0006346869==" Return-path: Received: from [140.186.70.92] (port=39105 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrBZi-0000Jv-Tj for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 11:19:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrBTI-0003nA-3R for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 11:13:01 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:43900) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrBTH-0003n1-Q1 for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 11:13:00 -0400 Received: by ewy28 with SMTP id 28so396904ewy.0 for ; Thu, 02 Sep 2010 08:12:59 -0700 (PDT) In-Reply-To: <16353.1283404712@gamaville.dokosmarshall.org> 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 --===============0006346869== Content-Type: multipart/alternative; boundary=0015174c440ce1097f048f483ff9 --0015174c440ce1097f048f483ff9 Content-Type: text/plain; charset=ISO-8859-1 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 --0015174c440ce1097f048f483ff9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks everyone for heir suggestions.=A0 I have settled for now on this:=A0=
=A0
#+LATEX_HEADER: \usepackage[letterpaper]{geometry}
#+LATEX_H= EADER: \geometry{verbose,tmargin=3D2.5cm,bmargin=3D2.5cm,lmargin=3D2cm,rmar= gin=3D2cm}%
#+LATEX_HEADER: \usepackage{paralist}
#+LATEX_HEADER: \let\itemize\compa= ctitem
#+LATEX_HEADER: \let\description\compactdesc
#+LATEX_HEADER: \= let\enumerate\compactenum
#+LATEX_HEADER: \usepackage[small,compact,calc= width]{titlesec}
#+LATEX_HEADER: \titlespacing{\section}{0pt}{*1}{*0.2}
#+LATEX_HEADER: \= titlespacing{\subsection}{5}{*0}{*0}
#+LATEX_HEADER: \titlespacing{\subs= ubsection}{10pt}{*0}{*0}
#+LATEX_HEADER: \usepackage{enumitem}

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

Does anyone know whether numbering can be turned on just in some subhea= dings?=A0 That would help me quite a bit...=A0

thanks thanks thanks= for al lthe assistance,
matt

--0015174c440ce1097f048f483ff9-- --===============0006346869== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0006346869==--