Some coments in the preamble to document it
This commit is contained in:
parent
1aa6a1f3d8
commit
e81e59c3e9
1 changed files with 10 additions and 12 deletions
|
@ -11,10 +11,11 @@
|
||||||
\usepackage{textcomp}
|
\usepackage{textcomp}
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{pgfplots}
|
\usepackage{pgfplots}
|
||||||
\usepgfplotslibrary{dateplot}
|
\usepgfplotslibrary{dateplot} % Needs TeXlive 2013 ...
|
||||||
|
|
||||||
\usetheme{Rochester}
|
\usetheme{Rochester}
|
||||||
|
|
||||||
|
% Page number n/tot in the lower right corner
|
||||||
\usefoottemplate{
|
\usefoottemplate{
|
||||||
\begin{beamercolorbox}[ht=2.25ex,dp=4ex,right,ignorebg]{date in head/foot}
|
\begin{beamercolorbox}[ht=2.25ex,dp=4ex,right,ignorebg]{date in head/foot}
|
||||||
\usebeamerfont{date in head/foot}
|
\usebeamerfont{date in head/foot}
|
||||||
|
@ -23,30 +24,33 @@
|
||||||
}
|
}
|
||||||
\usenavigationsymbolstemplate{}
|
\usenavigationsymbolstemplate{}
|
||||||
|
|
||||||
\graphicspath{{../images/}}
|
% \graphicspath{{../images/}}
|
||||||
|
|
||||||
|
% Color for links
|
||||||
\definecolor{darkblue}{rgb}{0.,0.2,0.375}
|
\definecolor{darkblue}{rgb}{0.,0.2,0.375}
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
colorlinks=true,
|
colorlinks=true,
|
||||||
urlcolor=darkblue,
|
urlcolor=darkblue,
|
||||||
linkcolor=black
|
linkcolor=black
|
||||||
}
|
}
|
||||||
|
% also use it for page numbers
|
||||||
\setbeamercolor*{palette secondary}{fg=darkblue,bg=black!25}
|
\setbeamercolor*{palette secondary}{fg=darkblue,bg=black!25}
|
||||||
|
|
||||||
%\urlstyle{same}
|
% a macro for figures
|
||||||
|
\newcommand\fig[2]{
|
||||||
|
\centerline{\includegraphics[width=#2]{#1}}}
|
||||||
|
|
||||||
|
% Tetaneutral.net logo
|
||||||
\definecolor{ttnn1}{rgb}{.695,.645,.551}
|
\definecolor{ttnn1}{rgb}{.695,.645,.551}
|
||||||
\definecolor{ttnn2}{rgb}{.906,.839,.730}
|
\definecolor{ttnn2}{rgb}{.906,.839,.730}
|
||||||
|
|
||||||
\newcommand{\ttnn}{\Huge\color{ttnn1}{\textbf{teta}}\color{ttnn2}{neutral}\color{ttnn1}{.net}}
|
\newcommand{\ttnn}{\Huge\color{ttnn1}{\textbf{teta}}\color{ttnn2}{neutral}\color{ttnn1}{.net}}
|
||||||
|
|
||||||
|
% go
|
||||||
\title{Tetaneutral.net un FAI associatif}
|
\title{Tetaneutral.net un FAI associatif}
|
||||||
\author{Laurent Guerby \& Matthieu Herrb}
|
\author{Laurent Guerby \& Matthieu Herrb}
|
||||||
\institute{\ttnn{}}
|
\institute{\ttnn{}}
|
||||||
\date{ENSEEIHT - 21 janvier 2014}
|
\date{ENSEEIHT - 21 janvier 2014}
|
||||||
|
|
||||||
\newcommand\fig[2]{
|
|
||||||
\centerline{\includegraphics[width=#2]{#1}}}
|
|
||||||
|
|
||||||
\AtBeginSection[]{
|
\AtBeginSection[]{
|
||||||
\begin{frame}<beamer>
|
\begin{frame}<beamer>
|
||||||
|
@ -54,12 +58,6 @@
|
||||||
\tableofcontents[currentsection]
|
\tableofcontents[currentsection]
|
||||||
\end{frame}
|
\end{frame}
|
||||||
}
|
}
|
||||||
\AtBeginSubsection[]{
|
|
||||||
\begin{frame}<beamer>
|
|
||||||
\frametitle{Agenda}
|
|
||||||
\tableofcontents[currentsubsection]
|
|
||||||
\end{frame}
|
|
||||||
}
|
|
||||||
%----------------------------------------------------------------------
|
%----------------------------------------------------------------------
|
||||||
\begin{document}
|
\begin{document}
|
||||||
%----------------------------------------------------------------------
|
%----------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue