summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: afa3483)
raw | patch | inline | side by side (parent: afa3483)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 31 May 2016 05:52:59 +0000 (07:52 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 4 Jun 2016 10:20:46 +0000 (12:20 +0200) |
The default framtitle size is larger than \large.
beamerthemetokkee.sty | patch | blob | history |
diff --git a/beamerthemetokkee.sty b/beamerthemetokkee.sty
index e6a6de161779246f071127bac5285f21526e0d60..1ad4b200977d664d8c4713242e553ba659bbae95 100644 (file)
--- a/beamerthemetokkee.sty
+++ b/beamerthemetokkee.sty
\end{tikzpicture}
\begin{tikzpicture}[remember picture,overlay]
\node[inner sep=0pt,anchor=base west] (tokkee_frametitle)
- at (0,.05\paperheight)
- {\large\insertframetitle};
+ at (-.03\paperwidth,.05\paperheight)
+ {\insertframetitle};
\end{tikzpicture}
}