Document Classes ⇒ Beamer Handout
Beamer Handout
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
Beamer Handout
Code: Select all
\documentclass{beamer}\newcommand{\mykeyword}[1]{\alert{#1}}\mode<handout> {\renewcommand{\mykeyword}[1]{\underline{\phantom{#1}}}}\begin{document}\begin{frame}The capital of Russia is \mykeyword{Moscow}.\end{frame}\end{document}
However, if you change the first line to \documentclass[handout]{beamer} and process the handout, instead you'll get:
But I don't know whether that suits your needs or not.