Tagged Questions
1
vote
0answers
29 views
Enumerate with combination of numbers and letters without using item labels
I want to achieve something like this:
1 blah
2 blub
3a something
3b an alternative of something
4 blob
Sure I could use \item[3a] and \item[3b] to get the numbers right BUT the enumeration is part ...
5
votes
1answer
240 views
Beamer inline itemize and enumeration
My goal is to produce inline lists (itemize and enumerate) in combination with the beamer document class. The symbols of these lists should use the same symbols as their non-inline counterparts to ...
5
votes
2answers
274 views
TikZ: node at \item to use in [overlay]
In my beamer presentation I would like to reference an item by pointing an arrow on it's number. However, I don't know how to make \item a TikZ node. Otherwise it works well.
\documentclass{beamer}
...
8
votes
1answer
351 views
Adjust vertical space before enumerated list in Beamer
In Beamer, I can easily set the desired vertical space between items in an enumerated list with itemsep. But how do I set the vertical space between the line that introduces the enumerated list and ...
2
votes
1answer
149 views
Resume Enumeration across frames
I've tried the equivalent of the question Resuming a list when the two enumerate environments are on two different frames, but compiler will complain.
I.e.
\begin{frame}
\frametitle{A Survey of ...
4
votes
1answer
168 views
Why when I add package paralist into my beamer presentation, enumerate stops working?
I try to simple use beamer with enumerate and compactenum from paralist. But when I add paralist package in document, enumerate just stops working.
\documentclass{beamer}
\usepackage{paralist}
...
0
votes
0answers
119 views
Beamer: change gray out on itemize environment [duplicate]
Possible Duplicate:
Beamer: double uncover hides instead of watermarks
This is a following up question to the solution for this question:
Beamer: double uncover hides instead of watermarks
...
5
votes
1answer
377 views
Mixing overprint with blocks of enumerations
I'd like to overlay a series of different blocks, each of which includes an enumeration that pauses with each item. The overprint environment handles this pretty well, but it doesn't seem to be ...
5
votes
1answer
1k views
Different styles of bullets of enumerate
I have an enumerate inside an enumerate:
\documentclass{beamer}
\usetheme{Boadilla}
\begin{document}
\begin{enumerate}
\item Item1
\item Item2
\begin{enumerate}
\item Item2.
...
5
votes
2answers
168 views
Shift some items of enumerate
I have enumerate in a slide, I would like the beginning, including the bullet, of the 2nd and the 3rd \item shift a little bit on the right, compared to the 1st \item:
Item1
Item2
Item3
Does ...
3
votes
1answer
237 views
Display the bullet of \item
In the following code, at the place of *step 2*, I would like to display exactly . Does anyone know how to do it?
\begin{block}{title}
\begin{enumerate}
\item ... %Step 1
\item ... %Step 2
...
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 ...
4
votes
1answer
232 views
Case distinction in a proof using beamer
I have the following problem: For a proof of a theorem I need a case distinction inside a proof environment of a beamer presentation. I think that an enumerate might be helpful, the problem is however ...
8
votes
1answer
3k views
Continuing enumerate Counters in Beamer
I'm trying to continue the numbering of examples in enumerate environments in beamer. For example, I'd like one slide to feature
Foo
Bar
and the next slide
Zip
Yadda
My strategy so far has ...
14
votes
2answers
721 views
Beamer: double uncover hides instead of watermarks
When I make a presentation with nested enumerations where each enumeration needs to be animated, the inner enumeration is completely hidden from the slide until its parent becomes visible, while the ...
1
vote
2answers
1k views
Enumerate bullets not appearing
In the past (on a different computer) I have used the beamer package to make presentations and the enumerate environment has worked fine. However, now when I use the enumerate environment, the nice ...
7
votes
2answers
4k views
Changing color of default enumeration
To my surprise, I've had trouble finding red themes, and used the beamer theme matrix to find CambridgeUS. I've changed the itemized bullets to match, but I can't seem to make the enumerations red. ...
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:
...
8
votes
2answers
597 views
Redefining enumerate counters in beamer
I'd like to do two things with the enumerate environment in beamer.
I'd like to reformat it so that it shows up as
(1) An item
a. A subitem
b. Another subitem
I'd like to be able to refer to ...
9
votes
2answers
1k views
Sub-enumeration with the same font size in beamer
I have a beamer slide with a several recursive sub-enumerations, e.g.:
\begin{enumerate}
\item Do A
\begin{enumerate}
\item Have B
\item Load C
\item Backup D
...
4
votes
2answers
985 views
beamer: best way to span long enumerations on different frames
I have a question about beamer and enumerations. Which is the best way in beamer to split a long enumeration in such a way that each main point has its own frame?
I already found this related answer ...
13
votes
2answers
1k views
In Beamer, create a square with a number in it (like enumerate)
I have an enumerate environment with square icons, which gives me a colored square with a number inside for each item.
Below this, I have things I would like to visually correspond with these items. ...
3
votes
0answers
210 views
How to resume the enumerate on different slides in beamer? [duplicate]
Possible Duplicate:
How to Continue Enumerate Across Columns in Beamer
It seems to be a simple question but I can't find the way out and can't find the solution on Internet as well. I try ...
7
votes
2answers
2k views
Changing Enumerate Colors using Beamer Theme Berlin
I am trying to figure out how to change the coloring of enumerations in Beamer using the Theme 'Berlin'. I was able to change the color of the Itemize environment by:
\setbeamercolor{itemize ...
3
votes
1answer
194 views
Add some words before counters of enumerate environment in beamer
I want to change the default style of enumerate from
item1
item2
to
Stage 1. item1
Stage 2. item2
So I use
\setbeamertemplate{enumerate item}{Stage \arabic{enumi}.}
\begin{enumerate}
\item
...
14
votes
2answers
2k views
How to Continue Enumerate Across Columns in Beamer
I am trying to create two columns of a single enumerated list on a single frame in beamer. How do I go about getting the enumeration to continue from one column to the next?
4
votes
2answers
3k views
Automated overlay specification with \only and \enumerate
Sometimes, when a list of items is too long to fit on a slide, I do the following to achieve a somewhat better result (ignore commented lines for now):
\documentclass[t,10pt]{beamer}
...
13
votes
3answers
18k views
Change bullet style / formatting in Beamer
I like the Boadilla layout for Beamer presentations, but I find its enumerate bullet points illegible, as illustrated below (from the Beamer Theme Matrix).
How can I change the formatting of the ...
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.
...
5
votes
2answers
3k views
Problem with enumerate package in beamer class
I use this in my personal .sty file to change the standard enumerate scheme (when I do homework it better matches the numbering scheme in texts/MSWord):
\usepackage{enumerate}
% Change enumerate ...