Thumbnails of other frames in beamer
I would like to make a presentation with beamer, and have a few frames (at the start or the end) containing thumbnails of the other frames, hyperlinked to them, with something like 4x3 or 5x4...
View ArticleAnswer by Mensch for Thumbnails of other frames in beamer
You can test with the macro \IfFileExist{filename}{then-do-this}{else-do-this} whether a file filename exists or not and respond accordingly. If the file filename exists, the then-do-this branch is...
View ArticleAnswer by Suzanne Dupéron for Thumbnails of other frames in beamer
Here's a proof of concept showing that we don't need to use \includegrphics on the PDF generated by the previous compilation.This method works by using \input{\jobname}, after having re-defined the...
View ArticleAnswer by alexurba for Thumbnails of other frames in beamer
I know the question here has been answered, but as I like the idea of an overview slide I tried to make things a bit simpler. What I came up with is a tiny...
View ArticleAnswer by Blink for Thumbnails of other frames in beamer
Extension to alexurba's MethodI've modified alexubra's method to include a few additional features and wanted to share in case someone finds them useful.Option: Slides to DisplayWhen using overlays...
View Article