Tagged Questions
3
votes
1answer
103 views
How to set the different fontsize according to different levels in an enumitem list in beamer?
I use enumitem in beamer to create a enumerate list as follows:
\documentclass{beamer}
\usetheme{Dresden}
\useinnertheme{circles}
\usepackage{enumitem}
\newlist{enum}{enumerate}{5}
...
4
votes
1answer
642 views
Use ball items in enumerate list with enumitem package
In Beamer, I would like to be able to use ball items (with a number inside) in an enumerate list whose layout is defined by the package enumitem.
This question is closely related to Make enumerate ...
0
votes
0answers
86 views
Why package enumitem conflicts with Tufte-book and/or beamer [duplicate]
Possible Duplicate:
Trouble combining enumitem and beamer
I am trying to produce a package, combining tufte-book and beamer,
in order to produce lecture slides and handout (with ...
6
votes
1answer
673 views
Make enumerate have beamer themes when using enumitem
I really like the enumitem package, but it seems to have compatibility issues with beamer. I could get them to work together for itemize lists by using the following:
...
9
votes
3answers
1k views
Trouble combining enumitem and beamer
I have trouble combining two things for a set of slides:
Adjust item separation globally
Use default overlays of lists locally (parameter [<+->])
I use enumitem for 1. but it seems to ...
11
votes
1answer
2k views
Does enumitem conflict with beamer for lists?
I am using the enumitem package in a beamer presentation.
When I added a usepackage directive for it, the bullets in front of itemize lists disappeared.
I tried restoring them by using
...
6
votes
2answers
5k views
Global setting of spacing between items in itemize environment for beamer
I'd like to modify the spacing between items in the itemize environment. This post shows how to modify a specific itemize environment (\addtolength{\itemsep}{0.5\baselineskip}). However, I'd like to ...
1
vote
1answer
424 views
How do I use the “enumerate mini template” of the beamer class?
I'm working on a document and tried to change the way enumeration items look with the line
\setbeamertemplate{enumerate mini template}{i)}
found in the documentation BeamerUserGuide on page 114.
...