emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Søren Mikkelsen" <sorenaamikkelsen@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Org-mode using enumerate properties to export to LaTeX
Date: Sun, 11 Sep 2011 12:27:12 +0200	[thread overview]
Message-ID: <j4i2e0$t24$2@dough.gmane.org> (raw)

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

             reply	other threads:[~2011-09-11 10:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-11 10:27 Søren Mikkelsen [this message]
2011-09-11 13:18 ` Org-mode using enumerate properties to export to LaTeX 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

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='j4i2e0$t24$2@dough.gmane.org' \
    --to=sorenaamikkelsen@gmail.com \
    --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).