Tagged Questions
5
votes
2answers
275 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}
...
5
votes
1answer
381 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 ...
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}
...