projects
/
matthijs
/
master-project
/
final-presentation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeec7ed
)
Add the framenumber to notes pages.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 13 Dec 2009 20:12:23 +0000
(21:12 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Sun, 13 Dec 2009 20:12:23 +0000
(21:12 +0100)
clash-haskell09.lhs
patch
|
blob
|
history
diff --git
a/clash-haskell09.lhs
b/clash-haskell09.lhs
index 3e699b7fa27d664b1295b7745fbd3c47559449f3..71a43d14889f8f6a4528186284b44b24d152ea22 100644
(file)
--- 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: