From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alan E. Davis" Subject: Change line spacing for lists for LaTeX export Date: Fri, 19 Jun 2009 08:02:02 +1000 Message-ID: <7bef1f890906181502p5557aae7o447b651729a2dacd@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1221781510==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHPgi-00060F-RA for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 18:02:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHPge-0005tX-Ui for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 18:02:28 -0400 Received: from [199.232.76.173] (port=54283 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHPge-0005tN-HR for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 18:02:24 -0400 Received: from mail-px0-f176.google.com ([209.85.216.176]:52747) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHPgd-0003q3-Th for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 18:02:24 -0400 Received: by pxi6 with SMTP id 6so1445299pxi.14 for ; Thu, 18 Jun 2009 15:02:22 -0700 (PDT) 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: org-mode --===============1221781510== Content-Type: multipart/alternative; boundary=000e0cd28dc6f3147e046ca68f57 --000e0cd28dc6f3147e046ca68f57 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I need to print outlines in a more compact form than LaTeX lists ordinarily provide. I often have used the paralist package, although it conflicts with some other packages. How can I alter the line spacing for the lists directly, for export? I found this suggestion, and I was going to use #+LATEX_HEADER:, but then it occured to me that I don't have a way to specifiy that "my_enumerate" would be used instead of "enumerate". This is the code I found on line: % % this makes list spacing much better. % \newenvironment{my_enumerate}{ \begin{enumerate} \setlength{\itemsep}{1pt} \setlength{\parskip}{0pt} \setlength{\parsep}{0pt}}{\end{enumerate} } Thank you for any suggestions. Alan Davis "Pollution is nothing but the resources we are not harvesting. We allow them to disperse because we've been ignorant of their value." --- Buckminster Fuller --000e0cd28dc6f3147e046ca68f57 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I need to print outlines in a more compact form than LaTeX lists ordinarily= provide.=A0 I often have used the paralist package, although it conflicts = with some other packages.=A0 How can I alter the line spacing for the lists= directly, for export?

I found this suggestion, and I was going to use #+LATEX_HEADER:, but th= en it occured to me that I don't have a way to specifiy that "my_e= numerate" would be used instead of "enumerate".

This is the code I found on line:

%
% this makes list spacing muc= h better.
%
\newenvironment{my_enumerate}{
\begin{enumerate}
= \setlength{\itemsep}{1pt}
\setlength{\parskip}{0pt}
\setlength{\p= arsep}{0pt}}{\end{enumerate}
}
Thank you for any suggestions.


A= lan Davis

"Pollution is nothing but the resources we are not h= arvesting. We allow them to disperse because we've been ignorant of the= ir value."
=A0 --- Buckminster Fuller

--000e0cd28dc6f3147e046ca68f57-- --===============1221781510== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1221781510==--