travaux
This commit is contained in:
parent
761d26d48b
commit
160e486e88
250 changed files with 5 additions and 12 deletions
66
cnam/thesis/presentation/main.tex
Normal file
66
cnam/thesis/presentation/main.tex
Normal file
|
@ -0,0 +1,66 @@
|
|||
\documentclass[aspectratio=1610]{beamer}
|
||||
|
||||
\input{../settings}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{toc}
|
||||
|
||||
\section{Intro}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\section{Section 1}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\subsection{SubSection 1}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 1}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 2}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\subsection{SubSection 2}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 3}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 4}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\section{Section 2}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\subsection{SubSection 3}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 5}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 6}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\subsection{SubSection 4}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 7}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 8}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\section{Section 3}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\subsection{SubSection 5}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 9}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 10}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\subsection{SubSection 6}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 11}
|
||||
\begin{frm}\end{frm}
|
||||
\subsubsection{SubSubSection 12}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\section{Outro}
|
||||
\begin{frm}\end{frm}
|
||||
|
||||
\end{document}
|
45
cnam/thesis/presentation/settings.tex
Normal file
45
cnam/thesis/presentation/settings.tex
Normal file
|
@ -0,0 +1,45 @@
|
|||
% set pdf and title page metadata
|
||||
\author[\authorshort]{\authorlong}
|
||||
\title[\titleshort]{\titlelong}
|
||||
\subtitle{\titlesub}
|
||||
|
||||
% set title page metadata
|
||||
\logo{\includegraphics[height=7.5em]{../../cnam}}
|
||||
\institute[\instituteshort]{\institutelong}
|
||||
\date[\typeshort \dateshort]{\typelong\\\datelong}
|
||||
|
||||
% pdf
|
||||
\hypersetup{
|
||||
pdfinfo={
|
||||
Creator={XeLaTeX / beamer},
|
||||
},
|
||||
}
|
||||
|
||||
% set theme
|
||||
\usetheme{Berkeley}
|
||||
% set theme color
|
||||
\usecolortheme{seahorse}
|
||||
% set background image
|
||||
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../../paper}}
|
||||
|
||||
% remove navigation symbols
|
||||
\beamertemplatenavigationsymbolsempty
|
||||
|
||||
% set page numbering
|
||||
\addtobeamertemplate{navigation symbols}{}{
|
||||
\color{black}\normalsize\textbf\insertframenumber}
|
||||
|
||||
% handle multiple columns
|
||||
\usepackage{multicol}
|
||||
|
||||
% set environments
|
||||
|
||||
% set frame with automatic title
|
||||
\newenvironment{frm}{\begin{frame}\frametitle{%
|
||||
\insertsectionhead\\
|
||||
\ifx\insertsubsection\empty\else
|
||||
\insertsubsectionhead
|
||||
\ifx\insertsubsubsection\empty\else
|
||||
\ / \insertsubsubsectionhead
|
||||
\fi\fi
|
||||
}}{\end{frame}}
|
15
cnam/thesis/presentation/toc.tex
Normal file
15
cnam/thesis/presentation/toc.tex
Normal file
|
@ -0,0 +1,15 @@
|
|||
\newcommand{\toc}[1]{%
|
||||
\tableofcontents[sections={#1},currentsection,currentsubsection]}
|
||||
|
||||
\newcommand{\plan}{\begin{frame}%
|
||||
{\titlelong\\\titlesub}%
|
||||
\begin{multicols}{3}\columnbreak\toc{1}\columnbreak\end{multicols}%
|
||||
\begin{multicols}{3}%
|
||||
\toc{2}\columnbreak\toc{3}\columnbreak\toc{4}%
|
||||
\end{multicols}%
|
||||
\begin{multicols}{3}\columnbreak\toc{5}\columnbreak\end{multicols}%
|
||||
\end{frame}}
|
||||
|
||||
\AtBeginSection{\plan}
|
||||
\AtBeginSubsection{\plan}
|
||||
\AtBeginSubsubsection{\plan}
|
Loading…
Add table
Add a link
Reference in a new issue