Aloha Chris,

"Christopher W. Ryan" <cr...@binghamton.edu> 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

Reply via email to