Document ClassesHook for end of a Beamer frame

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
hendrick
Posts: 8
Joined: Mon Sep 07, 2009 3:58 pm

Hook for end of a Beamer frame

Post by hendrick »

I'm writing a package to work with Beamer. Is there a hook I can use to run code automatically at the end of every frame? Ideally, I'd like something like an "\AtEndFrame" command that would work analogously to the \AtEndDocument command.

(My code uses TikZ with overlays to draw automatically-generated, slide-specific material on top of each slide. I want TikZ to draw *on top* of the frame contents, so I believe my commands have to come after all the frame contents. I could probably achieve this by redefining the outer theme, but I want to write a .sty file that I can use with various themes.)

Thanks for any help you can give!

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