emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org-mode using enumerate properties to export to LaTeX


From: Eric S Fraga
Subject: Re: [O] Org-mode using enumerate properties to export to LaTeX
Date: Sun, 11 Sep 2011 14:18:50 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Søren Mikkelsen <address@hidden> writes:

> 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

Try putting the line

#+latex: \renewcommand{\theenumi}{R\arabic{enumi}}

before the start of the list.  This changes how latex outputs the first
level (i) enumeration counter.  Set it back afterwards to the same thing
*without* the =R= to get the default behaviour.

This is obviously a latex issue not specific to org.  For these cases,
there are some very good resources online.  e.g.

  https://secure.wikimedia.org/wikibooks/en/wiki/LaTeX/

and my all time favourite:

  http://www.tex.ac.uk/tex-archive/info/visualFAQ/visualFAQ.pdf

one of the best things about org as a writing mode is that you still
have access to most latex (and other export target) features in a
straightforward manner!

HTH,
eric
-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.7 (release_7.7.271.gbae8)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]