From: Richard Lawrence <richard.lawrence@berkeley.edu>
To: emacs-orgmode@gnu.org
Subject: Re: LaTeX export of lists
Date: Sat, 27 Nov 2010 22:40:37 -0800 [thread overview]
Message-ID: <87r5e6rlwa.fsf@berkeley.edu> (raw)
In-Reply-To: 49CF89A4-9A72-4EDD-97D6-CEC73A253AE9@tsdye.com
Hi Tom,
> Is there an easy way to keep text following a list with the list, i.e,
> without a blank line following the list, during export?
>
> * List
> 1. First item
> 2. Second item
> Following text.
>
> Gets exported as:
>
> \section{List}
> \label{sec-1}
>
> \begin{enumerate}
> \item First item
> \item Second item
> \end{enumerate}
>
> Following text.
>
> I don't want a blank line between \end{enumerate} and "Following text."
Is this because you don't want to start a new paragraph in LaTeX? I
have used \noindent on the occasions when I have run into this issue.
* List
1. First item
2. Second item
\noindent
Following text
Not necessarily pretty, but it works, if you're just looking to prevent
indentation.
Best,
Richard
next prev parent reply other threads:[~2010-11-28 6:38 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-27 22:02 LaTeX export of lists Thomas S. Dye
2010-11-28 6:40 ` Richard Lawrence [this message]
2010-11-28 14:11 ` Thomas S. Dye
-- strict thread matches above, loose matches on Subject: below --
2010-11-28 14:33 Thomas S. Dye
2010-11-28 15:05 ` Nicolas Goaziou
2010-11-28 18:40 ` Thomas S. Dye
2010-11-29 8:43 ` Sébastien Mengin
2011-07-24 16:16 Thomas S. Dye
2011-07-24 16:44 ` Nick Dokos
2011-07-24 18:13 ` Nicolas Goaziou
2011-07-24 19:18 ` Thomas S. Dye
2011-07-25 8:45 ` Nicolas Goaziou
2011-07-25 16:15 ` Thomas S. Dye
2011-08-24 15:11 ` Eric S Fraga
2011-08-24 15:53 ` Nicolas Goaziou
2011-08-24 17:39 ` Thomas S. Dye
2011-08-24 18:59 ` Nicolas Goaziou
2011-08-24 19:45 ` Thomas S. Dye
2011-08-24 16:40 ` Achim Gratz
2011-08-24 17:08 ` Thomas S. Dye
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=87r5e6rlwa.fsf@berkeley.edu \
--to=richard.lawrence@berkeley.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).