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 08:19:36 +1000 [thread overview]
Message-ID: <7bef1f890906181519s7ab0c0a8wa5e52f94d64512a6@mail.gmail.com> (raw)
In-Reply-To: <7bef1f890906181518v458ef9bboa8057500f51b3170@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1935 bytes --]
I had used the following:
#+LATEX_HEADER:\addtolength{\itemsep}{-4pt}
and, previously:
#+LATEX_HEADER:\setlength{\itemsep}{1pt}
Neither of them makes a difference.
Alan
On Fri, Jun 19, 2009 at 8:18 AM, Alan E. Davis <lngndvs@gmail.com> wrote:
> I can see now that the LaTeX source for my outline is not in list form, but
> in sections. When I reformat to use list notation in org, the following do
> not change anything in the pdf that is output. Interestingly, when I export
> LaTeX into a buffer latex then complains about too many nested levels, while
> the pdf is exported ok.
>
> Perhaps there is another length parameter I can change to make the outlines
> based on sectioning more compact.
>
>
> Alan
>
> "Pollution is nothing but the resources we are not harvesting. We allow
> them to disperse because we've been ignorant of their value."
> --- Buckminster Fuller
>
>
>
> On Fri, Jun 19, 2009 at 8:02 AM, Alan E. Davis <lngndvs@gmail.com> wrote:
>
>> I need to print outlines in a more compact form than LaTeX lists
>> ordinarily provide. I often have used the paralist package, although it
>> conflicts with some other packages. How can I alter the line spacing for
>> the lists directly, for export?
>>
>> I found this suggestion, and I was going to use #+LATEX_HEADER:, but then
>> it occured to me that I don't have a way to specifiy that "my_enumerate"
>> would be used instead of "enumerate".
>>
>> This is the code I found on line:
>>
>> %
>> % this makes list spacing much better.
>> %
>> \newenvironment{my_enumerate}{
>> \begin{enumerate}
>> \setlength{\itemsep}{1pt}
>> \setlength{\parskip}{0pt}
>> \setlength{\parsep}{0pt}}{\end{enumerate}
>>
>>
>>
>> }
>>
>> Thank you for any suggestions.
>>
>>
>> Alan Davis
>>
>> "Pollution is nothing but the resources we are not harvesting. We allow
>> them to disperse because we've been ignorant of their value."
>> --- Buckminster Fuller
>>
>>
>
[-- Attachment #1.2: Type: text/html, Size: 2753 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 22:20 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 [this message]
2009-06-18 23:09 ` Alan E. Davis
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7bef1f890906181519s7ab0c0a8wa5e52f94d64512a6@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.