From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alan E. Davis" Subject: Re: Change line spacing for lists for LaTeX export Date: Fri, 19 Jun 2009 09:09:11 +1000 Message-ID: <7bef1f890906181609n664b2fejaec1e403f78d7a62@mail.gmail.com> References: <7bef1f890906181502p5557aae7o447b651729a2dacd@mail.gmail.com> <7bef1f890906181518v458ef9bboa8057500f51b3170@mail.gmail.com> <7bef1f890906181519s7ab0c0a8wa5e52f94d64512a6@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1330486447==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHQjh-0005Xc-Ux for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 19:09:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHQjc-0005Tf-NY for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 19:09:37 -0400 Received: from [199.232.76.173] (port=46892 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHQjc-0005TN-Hr for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 19:09:32 -0400 Received: from wf-out-1314.google.com ([209.85.200.172]:43653) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHQjc-0006yp-5g for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 19:09:32 -0400 Received: by wf-out-1314.google.com with SMTP id 23so496047wfg.24 for ; Thu, 18 Jun 2009 16:09:31 -0700 (PDT) In-Reply-To: <7bef1f890906181519s7ab0c0a8wa5e52f94d64512a6@mail.gmail.com> 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 --===============1330486447== Content-Type: multipart/alternative; boundary=001636e0b4fe17d388046ca780e7 --001636e0b4fe17d388046ca780e7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I apologize for sending so many updates. I was able to get the feature I desire by adding the following to the top of the exported LaTeX and replacing "itemize" with "packed_item". \newenvironment{packed_item}{ \begin{itemize} \setlength{\itemsep}{1pt} \setlength{\parskip}{0pt} \setlength{\parsep}{0pt} }{\end{itemize}} It would be preferable by far to be able to get this effect straightaway in exported pdfs. But I think I need to change my mode of outlining or else find a way to reduce the spacing in sectioning-based outlines in the exported LaTeX. Perhaps a macro to convert from ** based outlines to plain list (-) outlines. Alan --001636e0b4fe17d388046ca780e7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I apologize for sending so many updates.

I was able to get the featu= re I desire by adding the following to the top of the exported LaTeX and re= placing "itemize" with "packed_item".=A0

\newenvironment{packed_item}{
\begin{itemize}
=A0 \setlength{\itemsep= }{1pt}
=A0 \setlength{\parskip}{0pt}
=A0 \setlength{\parsep}{0pt}
= }{\end{itemize}}

It would be preferable by far to be able to g= et this effect straightaway in exported pdfs.=A0

But I think I need to=A0 change my mode of outlining or else find=A0 a = way to reduce the spacing in sectioning-based outlines in the exported LaTe= X.=A0 Perhaps a macro to convert from ** based outlines to plain list (-) o= utlines.=A0


Alan
--001636e0b4fe17d388046ca780e7-- --===============1330486447== 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 --===============1330486447==--