From: "Alan E. Davis" <lngndvs@gmail.com>
To: org-mode <emacs-orgmode@gnu.org>
Subject: Re: Change line spacing for lists for LaTeX export
Date: Fri, 19 Jun 2009 09:09:11 +1000 [thread overview]
Message-ID: <7bef1f890906181609n664b2fejaec1e403f78d7a62@mail.gmail.com> (raw)
In-Reply-To: <7bef1f890906181519s7ab0c0a8wa5e52f94d64512a6@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 652 bytes --]
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
[-- Attachment #1.2: Type: text/html, Size: 795 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
next prev parent reply other threads:[~2009-06-18 23:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-18 22:02 Change line spacing for lists for LaTeX export Alan E. Davis
2009-06-18 22:18 ` Alan E. Davis
2009-06-18 22:19 ` Alan E. Davis
2009-06-18 23:09 ` Alan E. Davis [this message]
2009-06-26 15:41 ` Carsten Dominik
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=7bef1f890906181609n664b2fejaec1e403f78d7a62@mail.gmail.com \
--to=lngndvs@gmail.com \
--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).