emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Marcin Borkowski <mbork@wmi.amu.edu.pl>
To: emacs-orgmode@gnu.org
Subject: Re: org-list-allow-alphabetical LaTeX export
Date: Thu, 6 Jun 2013 11:23:24 +0200	[thread overview]
Message-ID: <20130606112324.24105d61@aga-netbook> (raw)
In-Reply-To: <loom.20130606T110139-772@post.gmane.org>

Dnia 2013-06-06, o godz. 09:11:11
Michael Bach <phaebz@gmail.com> napisał(a):

> Carsten Dominik <carsten.dominik <at> gmail.com> writes:
> 
> >> On 6 jun. 2013, at 10:20, Michael Bach <phaebz <at> gmail.com>
> >> wrote: The LaTeX exporter does not honor the setting of
> >> org-list-allow-
> alphabetical.  
> > 
> > I think it never did.  Such a list is just an ordered list for
> > export, the 
> bullet type is just visual sugar in the Org buffer.
> > To force a special bulllet type, you should use other means
> > (literal 
> LaTeX).  For example:
> > 
> > ---------------------------------------------------------------
> > 
> > * test
> > 
> > 1. skfkshafkj
> > 2. fkjshfksj
> > 
> > #+LaTeX: {\renewcommand{\theenumi}{\alph{enumi}}
> > 
> > 1. kajsfkjhf
> > 2. fjsfksjhf
> > 
> > #+LaTeX: }
> > 
> > 1. sss
> > 2. ljhsdfkjh
> > ---------------------------------------------------------------
> > 
> 
> Oh, I never saw it handled by the exporter, just a wrong assumption.
> Just out of curiosity, do you think this could be implemented
> 'easily'?

If you mean "easily" on the LaTeX side, then yes, check out the
"enumitem" package.  Example:

\documentclass{article}

\usepackage{enumitem}

\begin{document}

\begin{enumerate}[label={Item number \arabic*:}]
\item First.
\item Second.
\end{enumerate}

\end{document}

But definitely check out the docs for that package, it is really good,
and supports much more than this.

> Thanks for clarification and example.
> 
> Michael

Hth,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University

  parent reply	other threads:[~2013-06-06  9:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-06  8:20 org-list-allow-alphabetical LaTeX export Michael Bach
2013-06-06  8:52 ` Carsten Dominik
2013-06-06  9:11   ` Michael Bach
2013-06-06  9:17     ` Carsten Dominik
2013-06-06  9:27       ` Michael Bach
2013-06-06 17:39       ` Josiah Schwab
2013-06-06 19:45         ` Carsten Dominik
2013-06-06 21:20           ` Rasmus
2013-06-06 21:36             ` Josiah Schwab
2013-06-06 22:39               ` Rasmus
2013-06-06 22:49                 ` Rasmus
2013-06-07 11:12           ` Nicolas Goaziou
2013-06-07  5:01         ` Nick Dokos
2013-06-07  5:48           ` Josiah Schwab
2013-06-07 13:54             ` Nick Dokos
2013-06-06  9:23     ` Marcin Borkowski [this message]
2013-06-06  9:33       ` Michael Bach

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=20130606112324.24105d61@aga-netbook \
    --to=mbork@wmi.amu.edu.pl \
    --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).