-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbeamerinnerthemeSimplePlusAIC.sty
More file actions
97 lines (88 loc) · 3.42 KB
/
Copy pathbeamerinnerthemeSimplePlusAIC.sty
File metadata and controls
97 lines (88 loc) · 3.42 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
\pgfdeclareverticalshading[lower.bg,upper.bg]{bmb@transition}{200cm}{
color(0pt)=(lower.bg); color(2pt)=(lower.bg); color(4pt)=(lower.bg)}
\setbeamersize{text margin left=2.0em,text margin right=2.0em}
%\addtolength{\headsep}{0.5em}
% ---- table of contents (overview)
\setbeamertemplate{section in toc}{\inserttocsectionnumber.\quad\inserttocsection}
\setbeamertemplate{subsection in toc}{\leavevmode\quad\quad~\inserttocsectionnumber.\inserttocsubsectionnumber.\quad\inserttocsubsection\par}
% ---- other default parameters
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{blocks}[default]
\setbeamertemplate{enumerate items}[default]
\setbeamertemplate{itemize subitem}{$\circ$}
%\setbeamertemplate{itemize subitem}{--}
% ---- frametitle
%\setbeamertemplate{frametitle}{\vspace*{0.5em}\bfseries\insertframetitle\par}
%\setbeamertemplate{framesubtitle}{\vspace*{0.5em}\bfseries\insertframesubtitle\par}
\setbeamertemplate{frametitle}{\vspace*{0.40em}\bfseries\insertframetitle\par\vspace*{0.10em}\normalfont\large\insertframesubtitle\par\vspace*{-0.20em}}
% ---- footline
\setbeamertemplate{footline}
{
\begin{beamercolorbox}[sep=1.00em,wd=\paperwidth,leftskip=2.85em,rightskip=2.00em]{footlinecolor} % supression/ajout sections/sous-sections
%\tiny{\insertsectionnumber. ~ \insertsection}
\hfill
%\tiny{\insertsectionnumber.\insertsubsectionnumber. ~ \insertsubsection}
\hfill
%\flushright
\tiny{\insertframenumber/\inserttotalframenumber}
\end{beamercolorbox}
}
% ---- headline
% \setbeamertemplate{headline}
% {
% \begin{beamercolorbox}[sep=1.25em,wd=\paperwidth,leftskip=2.25em,rightskip=0.5cm]{headinecolor}
% \vspace{-2.0em}
% \scriptsize{\insertsectionnumber ~ \insertsection}
% \hfill
% \scriptsize{\insertsectionnumber.\insertsubsectionnumber ~ \insertsubsection}
% \end{beamercolorbox}
% }
% ---- title page
\setbeamertemplate{title page}{
\vspace{6.5em}
\begingroup
\centering
% ------------------------
\begin{beamercolorbox}[sep=8pt,left]{title}
\usebeamerfont{title}\inserttitle\par
\ifx\insertsubtitle\@empty
\else
\vskip0.0em
{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}
\fi
\end{beamercolorbox}
\vskip1em
\par
% ------------------------
\begin{beamercolorbox}[sep=8pt,left]{author}
\usebeamerfont{author}\insertauthor
\end{beamercolorbox}
\vskip-0.75em
% ------------------------
%\vskip2em
\par
\begin{beamercolorbox}[sep=8pt,left]{institute}
\usebeamerfont{institute}\insertinstitute
%\hspace*{0.5\linewidth}
\vskip2em\par
\usebeamerfont{date}\usebeamercolor[nyugray]{date}\insertdate
\end{beamercolorbox}
% ------------------------
% \begin{beamercolorbox}[sep=8pt,right]{date}
% \usebeamerfont{date}\insertdate
% \end{beamercolorbox}
%--------------------------
% Logo on the title page
\titlegraphic{
\begin{tikzpicture}[overlay,remember picture]
\node[anchor=north west, outer sep=10pt] at (current page.north west)
{
\hspace{4mm}
\includegraphics[width=24mm]{logos/fig_logo_1.pdf}
};
\end{tikzpicture}
}
{\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par}
\endgroup
\vfill
}