-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeamerinnerthemeCombo.sty
92 lines (81 loc) · 3.52 KB
/
beamerinnerthemeCombo.sty
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
% Copyright 2014 by Giovanni Bacci (djbrh83@gmail.com)
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
\mode<presentation>
\usefonttheme{professionalfonts}
% ----------------------------------------------------------------------------
% *** TITLE PAGE <<<
% ----------------------------------------------------------------------------
\defbeamertemplate*{title page}{giova title}{%
% \makebox[\linewidth]{\rule{\paperwidth}{0.5pt}}\par
% \vskip-12pt
% \makebox[\linewidth]{\rule{\paperwidth}{0.5pt}}\par
\begin{beamercolorbox}[wd=\paperwidth, sep=5mm, right]{institute/author title page}%
\leavevmode
\hbox{%
\begin{minipage}[c]{0.3\textwidth}
\pgfuseimage{BIGLogo}
\end{minipage}
\begin{minipage}{0.7\textwidth}%
\begin{flushright}
\hfill\usebeamerfont{author}\insertauthor\par
\vspace{3pt}
\usebeamerfont{institute}\usebeamercolor[fg]{institute}\insertinstitute\par
\end{flushright}
\end{minipage}%
}%
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=\paperwidth, sep=5mm, right]{title title page}%
\usebeamerfont{title}\usebeamercolor[fg]{title}\inserttitle\par
\vspace{5pt}
\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par
\end{beamercolorbox}%
\vfill
% \makebox[\linewidth]{\rule{\paperwidth}{0.5pt}}\par
% \vskip-12pt
% \makebox[\linewidth]{\rule{\paperwidth}{0.5pt}}\par
\vspace{5pt}
\begin{beamercolorbox}[wd=\paperwidth, sep=5mm, right]{date title page}%
% \begin{minipage}[t]{\textwidth}
% \begin{flushright}
\small\insertdate
% \end{flushright}
% \end{minipage}
\end{beamercolorbox}%
}%
% ----------------------------------------------------------------------------
% *** END TITLE PAGE >>>
% ----------------------------------------------------------------------------
% ----------------------------------------------------------------------------
% *** BLOCKS <<<
% ----------------------------------------------------------------------------
\setbeamertemplate{blocks}[rounded][shadow=false] % remove the shadow in the blocks and set the rounded square as shape
% ----------------------------------------------------------------------------
% *** END BLOCKS >>>
% ----------------------------------------------------------------------------
% ----------------------------------------------------------------------------
% *** BIBLIOGRAPHY <<<
% ----------------------------------------------------------------------------
\setbeamertemplate{bibliography item}[text]
\bibliographystyle{apalike}
% ----------------------------------------------------------------------------
% *** END BIBLIOGRAPHY <<<
% ----------------------------------------------------------------------------
% ----------------------------------------------------------------------------
% *** ITEMS <<<
% ----------------------------------------------------------------------------
\setbeamertemplate{items}[circle] % put a circle befor each item in an itemize list
\renewcommand\textbullet{\ensuremath{\bullet}} % sf mode has no bullet symbol so ensuring math mode will prevent latex to throw a warning
\setbeamertemplate{enumerate items}[default]
% ----------------------------------------------------------------------------
% *** END ITEMS >>>
% ----------------------------------------------------------------------------
\setbeamertemplate{navigation symbols}{} % remove the navigation symbols at the page bottom
% TOC items
\setbeamertemplate{section in toc}[circle]
\setbeamertemplate{subsection in toc}[circle]
\mode
<all>