From: Matthijs Kooijman Date: Sun, 13 Dec 2009 20:12:23 +0000 (+0100) Subject: Add the framenumber to notes pages. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Ffinal-presentation.git;a=commitdiff_plain;h=0816a685d7a2abeb8fa60bfea29bd574c094a3af Add the framenumber to notes pages. --- diff --git a/clash-haskell09.lhs b/clash-haskell09.lhs index 3e699b7..71a43d1 100644 --- a/clash-haskell09.lhs +++ b/clash-haskell09.lhs @@ -10,6 +10,13 @@ \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: