Document Classesbeamer | Multi-columned Enumeration

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
gale
Posts: 1
Joined: Tue Sep 13, 2011 2:54 pm

beamer | Multi-columned Enumeration

Post by gale »

Hello, I have some problem with the enumeration in my beamer document:
I want to have an aligned list of the type

a. first thing b. second thing
c. third thing d. fourth thing
e. ...

with two or tree columns (which are not real columns, with multicols I can't get this)
For this I used the package multienum, which is quite good, but a bit incomplete.
I read the beamer document has its own environment to enumerate and itemize, and effectively it does not support paralist for instance. The code

Code: Select all

\newcommand{\labelenumi}{\alph{enumi}}
\newcommand{\labelenumii}{\alph{enumii}}
I putted in the preamble has no effect.
How can I format the list and the numbering?
Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply