latex-setup

My personal LaTeX setup 🦁️⚙️

Commit
f437237ef48d203c1afeb14d77d8e3e8b9688261
Parent
3082e5cb0a53faab34ad2ad8f8a3893af5770287
Author
Pablo <pablo-escobar@riseup.net>
Date

Added a mechanism to ignore pauses in Beamer presentations to preamble-beamer.tex

If the command \hidepauses is defined prior to including the preamble then the 'handout' is passed to Beamer

Diffstat

1 file changed, 5 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified preamble-beamer.tex 6 5 1
diff --git a/preamble-beamer.tex b/preamble-beamer.tex
@@ -12,7 +12,11 @@
 %                         
 % Pablo (C) 2021
 
-\documentclass[notheorems, 9pt]{beamer}
+\ifdefined\hidepauses
+  \documentclass[handout, notheorems, 9pt]{beamer}
+\else
+  \documentclass[notheorems, 9pt]{beamer}
+\fi
 \input{preamble-common}
 
 % TODO: Get the color from the Beamer template