emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* enumerate in LaTeX export
@ 2014-05-05 18:03 Roger Mason
  2014-05-05 18:23 ` Eric S Fraga
  0 siblings, 1 reply; 4+ messages in thread
From: Roger Mason @ 2014-05-05 18:03 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I don't understand why this text:

===================================
case. The University requests that all medical notes be on letterhead,
be signed by the physician and include details on the following:

  1.  confirmation of the specific dates on which the student visited
  the physician.
  2.  the degree to which the illness (or treatment, in the case of
  medication, for example) is likely to have affected the student's
  ability to study, attend classes, or sit examination.
==================================

Results in this LaTeX output:

==================================
\begin{enumerate}
\item confirmation of the specific dates on which the student visited
\end{enumerate}
the physician.
\begin{enumerate}
\item the degree to which the illness (or treatment, in the case of
\end{enumerate}
medication, for example) is likely to have affected the student's
ability to study, attend classes, or sit examination.
\begin{enumerate}
==================================

I'm running release_8.2.6-937-g60502a in GNU Emacs 24.3.1
(amd64-portbld-freebsd10.0, GTK+ Version 2.24.22).

Thanks for any help.

Roger

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

* Re: enumerate in LaTeX export
  2014-05-05 18:03 enumerate in LaTeX export Roger Mason
@ 2014-05-05 18:23 ` Eric S Fraga
  2014-05-05 18:32   ` Grant Rettke
  2014-05-05 18:36   ` Roger Mason
  0 siblings, 2 replies; 4+ messages in thread
From: Eric S Fraga @ 2014-05-05 18:23 UTC (permalink / raw)
  To: Roger Mason; +Cc: emacs-orgmode

On Monday,  5 May 2014 at 15:33, Roger Mason wrote:
> Hello,
>
> I don't understand why this text:
>
> ===================================
> case. The University requests that all medical notes be on letterhead,
> be signed by the physician and include details on the following:
>
>   1.  confirmation of the specific dates on which the student visited
>   the physician.

Continuation lines of a list item need to be indented so you should
have:

   1.  confirmation of the specific dates on which the student visited
       the physician.
   2.  the degree to which the illness (or treatment, in the case of
       medication, for example) is likely to have affected the student's
       ability to study, attend classes, or sit examination.

for instance.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-923-g233c11

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

* Re: enumerate in LaTeX export
  2014-05-05 18:23 ` Eric S Fraga
@ 2014-05-05 18:32   ` Grant Rettke
  2014-05-05 18:36   ` Roger Mason
  1 sibling, 0 replies; 4+ messages in thread
From: Grant Rettke @ 2014-05-05 18:32 UTC (permalink / raw)
  To: Roger Mason, emacs-orgmode@gnu.org

Thanks for sharing that. I've been letting long-lines wrap so that
they are exported correctly. Not the worst solution what you describe
is nicer.
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
grettke@acm.org | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson


On Mon, May 5, 2014 at 1:23 PM, Eric S Fraga <e.fraga@ucl.ac.uk> wrote:
> On Monday,  5 May 2014 at 15:33, Roger Mason wrote:
>> Hello,
>>
>> I don't understand why this text:
>>
>> ===================================
>> case. The University requests that all medical notes be on letterhead,
>> be signed by the physician and include details on the following:
>>
>>   1.  confirmation of the specific dates on which the student visited
>>   the physician.
>
> Continuation lines of a list item need to be indented so you should
> have:
>
>    1.  confirmation of the specific dates on which the student visited
>        the physician.
>    2.  the degree to which the illness (or treatment, in the case of
>        medication, for example) is likely to have affected the student's
>        ability to study, attend classes, or sit examination.
>
> for instance.
> --
> : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-923-g233c11
>

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

* Re: enumerate in LaTeX export
  2014-05-05 18:23 ` Eric S Fraga
  2014-05-05 18:32   ` Grant Rettke
@ 2014-05-05 18:36   ` Roger Mason
  1 sibling, 0 replies; 4+ messages in thread
From: Roger Mason @ 2014-05-05 18:36 UTC (permalink / raw)
  To: Roger Mason, emacs-orgmode

Many thanks, Eric.  That did indeed fix the problem.

Roger

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

end of thread, other threads:[~2014-05-05 18:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-05 18:03 enumerate in LaTeX export Roger Mason
2014-05-05 18:23 ` Eric S Fraga
2014-05-05 18:32   ` Grant Rettke
2014-05-05 18:36   ` Roger Mason

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