From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: how to adjust vertical spacing between lines in a simple list, pdflatex export Date: Thu, 05 Dec 2013 17:14:41 -1000 Message-ID: References: <52A135F8.8060807@binghamton.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Volsp-0007ew-6z for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 22:15:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Volsi-000467-Id for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 22:15:15 -0500 Received: from oproxy1-pub.mail.unifiedlayer.com ([66.147.249.253]:33220) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Volsi-00045H-As for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 22:15:08 -0500 In-Reply-To: <52A135F8.8060807@binghamton.edu> (Christopher W. Ryan's message of "Thu, 05 Dec 2013 21:27:04 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Christopher W. Ryan" Cc: emacs-orgmode@gnu.org Aloha Chris, "Christopher W. Ryan" writes: > In LaTeX, I would typically use the enumitem package, and then start an > itemized list with > > \begin{itemize}[itemsep= ] > > where itemsep could equal whatever spacing I wanted. > > How do I change the inter-item vertical spacing (specifically, decrease > it) in org-mode with pdflatex export? > You'll need to make certain enumitem is loaded. Then, this should work: #+ATTR_LATEX: :options itemsep=1pt - One - Two - Three \begin{itemize}[itemsep=1pt] \item One \item Two \item Threee \end{itemize} % Emacs 24.3.1 (Org mode 8.2.3c) All the best, Tom -- Thomas S. Dye http://www.tsdye.com