emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Bug: alphabetical lists will not show up as such in LaTeX export [9.


From: Timothy
Subject: Re: Bug: alphabetical lists will not show up as such in LaTeX export [9.3.6 (9.3.6-71-g7684b5-elpaplus @ /home/qqwy/.emacs.d/elpa/org-plus-contrib-20200518/)]
Date: Fri, 05 Mar 2021 10:45:31 +0800
User-agent: mu4e 1.4.15; emacs 28.0.50

Qqwy/Wiebe-Marten <qqwy@gmx.com> writes:

> With `org-list-allow-alphabetical` on, it is possible to use syntax like
>
> `a.`, `b.`, `c.` to create lists.
>
> However, the LaTeX that is exported will still create normal `enumerize`
> lists that do /not/ show up as alphabetical but rather still use `1.`,
> `2.`, `3.` for numbering.
>
> I think this current behaviour is at the very least surprising, and
> possibly unintended.

To fix this I think we will probably require:

\renewcommand{\theenumi}{\alph{enumi}}

Which will need i's added to match the depth (e.g. \thenumii).
I expect this can be done within the enum env.

--
Timothy



reply via email to

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