all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Latex enumerate item problem
@ 2009-02-07  0:18 Flávio de Souza
  2009-02-07  1:52 ` Sebastian Rose
  2009-02-07 13:56 ` Carsten Dominik
  0 siblings, 2 replies; 4+ messages in thread
From: Flávio de Souza @ 2009-02-07  0:18 UTC (permalink / raw)
  To: emacs-orgmode


I think I found a problem when exporting to Latex.

If my org file is like this:

* Blablablbalbala

1) Blablablbalbala 

2) Blablablbalbala 

#+BEGIN_EXAMPLE

sudo apt-get install openoffice.org-java-common

#+END_EXAMPLE

3) Blablablbalbala 

4) Blablablbalbala 

5) Blablablbalbala 

When I export to latex I got two enumerated lists instead of only one. See how the code will look:

\begin{enumerate}
\item Blablablbalbala 
\item Blablablbalbala 
\end{enumerate}

\begin{verbatim}

      sudo apt-get install openoffice.org-java-common

\end{verbatim}


\begin{enumerate}
\item Blablablbalbala 
\item Blablablbalbala 
\item Blablablbalbala 
\end{enumerate}

Then I need to fix it by deleting the \end and \begin that apperead in the wrong lines.

Regards,

-- 
Flávio de Souza
flaviostz@gmail.com

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

end of thread, other threads:[~2009-02-07 15:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-07  0:18 Latex enumerate item problem Flávio de Souza
2009-02-07  1:52 ` Sebastian Rose
2009-02-07 13:56 ` Carsten Dominik
2009-02-07 15:18   ` Flávio de Souza

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.