emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode using enumerate properties to export to LaTeX
@ 2011-09-11 10:27 Søren Mikkelsen
  2011-09-11 13:18 ` Eric S Fraga
  0 siblings, 1 reply; 8+ messages in thread
From: Søren Mikkelsen @ 2011-09-11 10:27 UTC (permalink / raw)
  To: emacs-orgmode

I am currently struggling with enumerating my numbered list with a 
prefix. In org-mode I have

  1. This
  2. is
  3. a
  4. numbered
  5. list

In my LaTeX export I like to have it look like

  R1. This
  R2. is
  R3. a
  R4. numbered
  R5. list

In my latex-document I would do something like this:

\documentclass{article}
\usepackage{enumerate}
\begin{document}

\begin{enumerate}[{\bfseries R1.}]
\item This
\item is
\item a
\item numbered
\item list
\end{enumerate}
\end{document}

--
aagaard

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

end of thread, other threads:[~2011-09-12 21:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-11 10:27 Org-mode using enumerate properties to export to LaTeX Søren Mikkelsen
2011-09-11 13:18 ` Eric S Fraga
2011-09-11 16:48   ` Søren Mikkelsen
2011-09-11 19:06     ` Eric S Fraga
2011-09-11 20:12       ` Søren Mikkelsen
2011-09-12  9:30         ` Eric S Fraga
2011-09-12 20:25           ` Søren Mikkelsen
2011-09-12 21:04             ` Eric S Fraga

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