Add defense

This commit is contained in:
nemunaire 2014-09-02 18:22:11 +02:00
parent c3c05e2f38
commit 3dbbbe16e7
5 changed files with 205 additions and 7 deletions

View file

@ -1,6 +1,7 @@
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(handout)$handout,$endif$$if(beamer)$ignorenonframetext,$endif$]{$documentclass$}
\usepackage{tikz}
\usetheme{Darmstadt}
\setbeamercolor{structure}{fg=black, bg=white}
\setbeamercolor{structure}{fg=black, bg=black}
\setbeamercovered{dynamic}
\setbeamercolor*{author in head/foot}{parent=palette tertiary}
@ -10,6 +11,23 @@
\setbeamercolor*{section in head/foot}{parent=palette tertiary}
\setbeamercolor*{subsection in head/foot}{parent=palette primary}
\pgfdeclareimage[height=\the\paperheight]{backgroundImage}{images/background}
\setbeamertemplate{background}{
\begin{tikzpicture}
\useasboundingbox (0,0) rectangle (\the\paperwidth, \the\paperheight) ;
\pgftext[at=\pgfpoint{-70pt}{0cm},left,base]{\pgfuseimage{backgroundImage}} ;
\ifnum\thepage>0\relax%
\fill[white, opacity=0.4] (0cm, 0cm) -- (0cm, 1.0\paperwidth) -- (1.0\paperwidth, 1.0\paperwidth) -- (1.0\paperwidth, 0cm) ;
\fi
\end{tikzpicture}
}
\setbeamertemplate{blocks}[rounded][shadow=false]
\setbeamertemplate{footline}
{
\leavevmode%
@ -117,6 +135,8 @@ $if(verbatim-in-note)$
$endif$
$if(tables)$
\usepackage{longtable}
\setmainfont[Ligatures=Common]{LinBiolinum}
% These lines are needed to make table captions work with longtable:
\makeatletter
\def\fnum@table{\tablename~\thetable}
@ -184,17 +204,17 @@ $if(title)$
\title{$title$}
$endif$
$if(author)$
\author{$for(author)$$author$$sep$ \and $endfor$}
\author[$for(author)$$author$$sep$ \and $endfor$]{$for(author)$$author$$sep$ \and $endfor$\newline\scriptsize{sous la direction de M. Jean-Christophe Baillie}}
$endif$
$if(date)$
\date{$date$}
$endif$
\pgfdeclareimage[height=3.4cm]{assistant-logo}{images/assistants}
\institute{\pgfuseimage{assistant-logo}}
\logo{\includegraphics[scale=0.1]{images/epita}}
\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true]
\pgfdeclareimage[width=\textwidth]{nq-logo}{images/nq-high}
\institute{\pgfuseimage{nq-logo}}
%\logo{\includegraphics[scale=0.1]{images/background}}
\begin{document}
$if(title)$

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 KiB