Add the framenumber to notes pages.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Dec 2009 20:12:23 +0000 (21:12 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Dec 2009 20:12:23 +0000 (21:12 +0100)
clash-haskell09.lhs

index 3e699b7fa27d664b1295b7745fbd3c47559449f3..71a43d14889f8f6a4528186284b44b24d152ea22 100644 (file)
   \centerline{\insertframenumber{}}}%
   \vskip5pt%
 }
+
+\addtobeamertemplate{note page}{
+  \vskip5pt
+  \centerline{\insertframenumber}
+  \vskip5pt
+}{}
+
 %include talk.fmt
 \include{preamble}
 
@@ -33,3 +40,4 @@
 % \include{reducer}
 
 \end{document}
+% vim: set filetype=tex sw=2 sts=2 expandtab: