emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Different kinds of enumerate in the same latex export


From: Julien Cubizolles
Subject: Re: [O] Different kinds of enumerate in the same latex export
Date: Tue, 05 Sep 2017 15:09:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Eric S Fraga <address@hidden> writes:

> On Tuesday,  5 Sep 2017 at 11:41, Julien Cubizolles wrote:
>> Does orgmode allow to pass some properties to a list that could be used
>> to alter its formatĀ ?
>
> Try maybe:
>
> #+attr_latex: :environment plickers
> 1. first
> 2. second
>
> Works for me with the etaremune environment (reverse ordered numbering).

It does, thanks. However my plickers environment depends on enumitem that
doesn't play nice with beamer. It turns out that

--8<---------------cut here---------------start------------->8---
#+attr_latex: :options [a)]
1. first
2. second
--8<---------------cut here---------------end--------------->8---

works as well, without the need to define a new enumerate-like
environment.

Julien.



reply via email to

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