emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: tsd@tsdye.com (Thomas S. Dye)
To: "Christopher W. Ryan" <cryan@binghamton.edu>
Cc: emacs-orgmode@gnu.org
Subject: Re: how to adjust vertical spacing between lines in a simple list, pdflatex export
Date: Thu, 05 Dec 2013 17:14:41 -1000	[thread overview]
Message-ID: <m1wqji4qn2.fsf@poto.westell.com> (raw)
In-Reply-To: <52A135F8.8060807@binghamton.edu> (Christopher W. Ryan's message of "Thu, 05 Dec 2013 21:27:04 -0500")

Aloha Chris,

"Christopher W. Ryan" <cryan@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

  parent reply	other threads:[~2013-12-06  3:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-06  2:27 how to adjust vertical spacing between lines in a simple list, pdflatex export Christopher W. Ryan
2013-12-06  3:03 ` John Hendy
2013-12-06  3:14 ` Thomas S. Dye [this message]
2013-12-09 20:12   ` Christopher W. Ryan
2013-12-09 21:01     ` John Hendy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1wqji4qn2.fsf@poto.westell.com \
    --to=tsd@tsdye.com \
    --cc=cryan@binghamton.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).