-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeameroutertheme.sty
More file actions
70 lines (58 loc) · 2.88 KB
/
beameroutertheme.sty
File metadata and controls
70 lines (58 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
\mode<presentation>
%%% Background %%%
\setbeamertemplate{background canvas}%
{%
\ifbeamercolorempty[bg]{background canvas}%
{%
}%
{%
\color{bg}\vrule width\paperwidth height\paperheight
}%
}%
\setbeamertemplate{background}{}%
%%% Header/Footer %%%
\setbeamertemplate{headline}{}% - Rendered immediately after \begin{document} to calculate a height that is then used for the rest of the presentation.
\setbeamertemplate{footline}{}% - Rendered immediately after \begin{document} to calculate a height that is then used for the rest of the presentation.
%\setbeamertemplate{page number in head/foot}[pagenumber]% - Exposed through a package option, see \AtBeginDocument in latexpresents.sty.
%Sections (not used):
\setbeamertemplate{section in head/foot}{}%
\setbeamertemplate{section in head/foot shaded}{}%[default][20]%[default][⟨percentage⟩]
\setbeamertemplate{subsection in head/foot}{}%
\setbeamertemplate{subsection in head/foot shaded}[default][20]%[default][⟨percentage⟩]
\setbeamertemplate{subsubsection in head/foot}{}%
\setbeamertemplate{subsubsection in head/foot shaded}[default][20]%[default][⟨percentage⟩]
%%% Sidebars %%%
%Make sidebars take up zero width (i.e., make the entire width available for content
\setbeamersize{sidebar width left=0pt, sidebar width right=0pt}%
% Sidebars are set outside of the Beamer theme so elements can sit above/below content, as desired.
\setbeamertemplate{sidebar canvas left}{}%
\setbeamertemplate{sidebar left}{}%
\setbeamertemplate{sidebar canvas right}{}%
\setbeamertemplate{sidebar right}{}%
%Sections (not used):
\setbeamertemplate{section in sidebar}{}%
\setbeamertemplate{section in sidebar shaded}{}%
\setbeamertemplate{subsection in sidebar}{}%
\setbeamertemplate{subsection in sidebar shaded}{}%
\setbeamertemplate{subsubsection in sidebar}{}%
\setbeamertemplate{subsubsection in sidebar shaded}{}%
%%% Frame elements %%%
\setbeamertemplate{frametitle}{}% Set outside of the Beamer theme so it can sit above/below content, as desired.
\setbeamertemplate{logo}{}% Set outside of the Beamer theme so it can sit above/below content, as desired.
\setbeamertemplate{navigation symbols}{}% - Not used
%{} No symbols
%[default] Organizes the navigation symbols horizontally.
%[horizontal] This is an alias for the default.
%[vertical] Organizes the navigation symbols vertically.
%[only frame symbol] Shows only the navigational symbol for navigating frames.
%%% Note page %%%
\setbeamertemplate{note page}{}%
%%% Mini frames (not used) %%%
\setbeamertemplate{mini frames}[box]%
%[default] shows small circles as mini frames.
%[box] shows small rectangles as mini frames.
%[tick] shows small vertical bars as mini frames.
\setbeamertemplate{mini frame}{}%
\setbeamertemplate{mini frame in current subsection}{}%
\setbeamertemplate{mini frame in other subsection}[default][20]%[default][⟨percentage⟩]
\mode<all>