From: John Hendy <jw.hendy@gmail.com>
To: "Christopher W. Ryan" <cryan@binghamton.edu>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: how to adjust vertical spacing between lines in a simple list, pdflatex export
Date: Thu, 5 Dec 2013 21:03:23 -0600 [thread overview]
Message-ID: <CA+M2ft-6Fg173pair+rFs_P_AVh1_Pow3Q=v3+yF6zmHtkpxHw@mail.gmail.com> (raw)
In-Reply-To: <52A135F8.8060807@binghamton.edu>
On Thu, Dec 5, 2013 at 8:27 PM, Christopher W. Ryan
<cryan@binghamton.edu> wrote:
> 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?
If I follow correctly, you're saying that enumitem works in raw LaTeX
and you want to use it via Org-mode? If so, can you get by with
applying document-wide settings in the .org file header?
#+latex_header: \usepackage{enumitem}
#+latex_header: \setlist or \setenumerate [global options you want applied][1]
Or do you need control at the level of specific itemized groupings,
and thus document-wide settings wouldn't work for your situation?
Hope that helps?
John
[1] Like this: http://tex.stackexchange.com/questions/75578/how-to-change-list-settings-globally
>
> Thanks.
>
> --Chris Ryan
>
next prev parent reply other threads:[~2013-12-06 3:03 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 [this message]
2013-12-06 3:14 ` Thomas S. Dye
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='CA+M2ft-6Fg173pair+rFs_P_AVh1_Pow3Q=v3+yF6zmHtkpxHw@mail.gmail.com' \
--to=jw.hendy@gmail.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).