From: "Thomas S. Dye" <tsd@tsdye.com>
To: Nicolas Goaziou <n.goaziou@gmail.com>
Cc: emacs mailing list <emacs-orgmode@gnu.org>
Subject: Re: LaTeX export of lists
Date: Sun, 28 Nov 2010 08:40:58 -1000 [thread overview]
Message-ID: <223D6017-896A-463C-833B-9B85FECC857B@tsdye.com> (raw)
In-Reply-To: <87pqtph4j0.wl%n.goaziou@gmail.com>
Aloha Nicolas,
On Nov 28, 2010, at 5:05 AM, Nicolas Goaziou wrote:
> Hello,
>
>>>>>> Thomas S Dye writes:
>
>> * List
>> 1. First item
>> 2. Second item Following text.
>
> This is completely different from your first example. Here "Following
> text" is inside the list, whereas before, it was outside.
>
>> This works for lists set in a paragraph, but won't work for lists
>> set out by themselves. Richard's \noindent will work in these
>> situations, but I'm wondering why the empty line is there in the
>> first place?
>
> I don't know, I am going to investigate this.
Thanks for looking into this. The desired org-mode example and
exported result is this:
* List
1. First item
2. Second item
Following text
\section{List}
\label{sec-1}
\begin{enumerate}
\item First item
\item Second item
\end{enumerate}
Following text
This way, the decision to typeset the list in-paragraph or displayed
with following non-indented text can be made by the LaTeX class file.
This means that
* List
1. First item
2. Second item
Following text
should export as:
\section{List}
\label{sec-1}
\begin{enumerate}
\item First item
\item Second item
\end{enumerate}
Following text
All the best,
Tom
next prev parent reply other threads:[~2010-11-28 18:41 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-28 14:33 LaTeX export of lists Thomas S. Dye
2010-11-28 15:05 ` Nicolas Goaziou
2010-11-28 15:54 ` [patch] " Nicolas Goaziou
2010-11-28 19:02 ` Thomas S. Dye
2010-11-28 21:15 ` Nicolas Goaziou
2010-11-29 8:42 ` Sébastien Mengin
2010-11-29 12:17 ` Nicolas Goaziou
2010-11-28 18:40 ` Thomas S. Dye [this message]
2010-11-29 8:43 ` Sébastien Mengin
-- strict thread matches above, loose matches on Subject: below --
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
2010-11-27 22:02 Thomas S. Dye
2010-11-28 6:40 ` Richard Lawrence
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=223D6017-896A-463C-833B-9B85FECC857B@tsdye.com \
--to=tsd@tsdye.com \
--cc=emacs-orgmode@gnu.org \
--cc=n.goaziou@gmail.com \
/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).