emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Change line spacing for lists for LaTeX export
@ 2009-06-18 22:02 Alan E. Davis
  2009-06-18 22:18 ` Alan E. Davis
  2009-06-26 15:41 ` Carsten Dominik
  0 siblings, 2 replies; 5+ messages in thread
From: Alan E. Davis @ 2009-06-18 22:02 UTC (permalink / raw)
  To: org-mode


[-- Attachment #1.1: Type: text/plain, Size: 866 bytes --]

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: 1052 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-26 15:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2009-06-26 15:41 ` Carsten Dominik

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).