Update defense
This commit is contained in:
parent
53cae331b5
commit
7da19d2be6
5 changed files with 75 additions and 31 deletions
|
|
@ -1,9 +1,17 @@
|
|||
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(handout)$handout,$endif$$if(beamer)$ignorenonframetext,$endif$]{$documentclass$}
|
||||
\usepackage{tikz}
|
||||
\usetheme{Darmstadt}
|
||||
%\usetheme{Darmstadt}
|
||||
\usetheme{Frankfurt}
|
||||
\setbeamercolor{structure}{fg=black, bg=black}
|
||||
\setbeamercovered{dynamic}
|
||||
|
||||
\pgfdeclarelayer{foreground}
|
||||
|
||||
\pgfsetlayers{main,foreground}
|
||||
|
||||
\definecolor{secinhead}{RGB}{255,102,0}
|
||||
\setbeamercolor{frametitle}{fg=secinhead}
|
||||
|
||||
\setbeamercolor*{author in head/foot}{parent=palette tertiary}
|
||||
\setbeamercolor*{title in head/foot}{parent=palette secondary}
|
||||
\setbeamercolor*{date in head/foot}{parent=palette primary}
|
||||
|
|
@ -11,6 +19,10 @@
|
|||
\setbeamercolor*{section in head/foot}{parent=palette tertiary}
|
||||
\setbeamercolor*{subsection in head/foot}{parent=palette primary}
|
||||
|
||||
\useinnertheme{circles}
|
||||
%\usepackage{wasysym}
|
||||
%\setbeamertemplate{itemize items}{\hexagon}
|
||||
|
||||
\pgfdeclareimage[height=\the\paperheight]{backgroundImage}{images/background}
|
||||
|
||||
\setbeamertemplate{background}{
|
||||
|
|
@ -22,6 +34,7 @@
|
|||
|
||||
\ifnum\thepage>0\relax%
|
||||
\fill[white, opacity=0.6] (0cm, 0cm) -- (0cm, 1.0\paperwidth) -- (1.0\paperwidth, 1.0\paperwidth) -- (1.0\paperwidth, 0cm) ;
|
||||
\fill[black, opacity=0.05] (0cm, 0cm) -- (0cm, 1.0\paperwidth) -- (1.0\paperwidth, 1.0\paperwidth) -- (1.0\paperwidth, 0cm) ;
|
||||
\fi
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
|
@ -45,15 +58,6 @@
|
|||
\vskip0pt%
|
||||
}
|
||||
|
||||
\setbeamertemplate{subsection page}
|
||||
{
|
||||
\begin{centering}
|
||||
\begin{beamercolorbox}[sep=8pt,center,rounded=true]{part title}
|
||||
\usebeamerfont{subsection title}\insertsubsection\par
|
||||
\end{beamercolorbox}
|
||||
\end{centering}
|
||||
}
|
||||
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage{ifxetex,ifluatex}
|
||||
\usepackage{fixltx2e} % provides \textsubscript
|
||||
|
|
@ -214,7 +218,7 @@ $endif$
|
|||
\pgfdeclareimage[width=\textwidth]{nq-logo}{images/nq-high}
|
||||
\institute{\pgfuseimage{nq-logo}}
|
||||
|
||||
\logo{\includegraphics[scale=0.25]{images/nq}\includegraphics[scale=0.09]{images/epita}}
|
||||
\logo{\ifnum\thepage>1\includegraphics[scale=0.03]{images/nq-high}\hspace{7.55cm}\fi\includegraphics[scale=0.09]{images/epita}}
|
||||
|
||||
\begin{document}
|
||||
$if(title)$
|
||||
|
|
|
|||
BIN
templates/nemu/images/ansible.png
Normal file
BIN
templates/nemu/images/ansible.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
templates/nemu/images/docker.png
Normal file
BIN
templates/nemu/images/docker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Reference in a new issue