First outline of presentation
This commit is contained in:
parent
2ae8e0698d
commit
6f39d65829
2 changed files with 106 additions and 0 deletions
24
2019-20/presentation/outline.txt
Normal file
24
2019-20/presentation/outline.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
KM3Net
|
||||
|
||||
General Info
|
||||
|
||||
|
||||
Technology / Mechanisms
|
||||
History of neutrino Observations (ANTARES, IceCube, ..)
|
||||
|
||||
|
||||
Digital Optical Modules (DOM)
|
||||
|
||||
Detection Unit (DU)
|
||||
|
||||
Calibration
|
||||
|
||||
Differences between ARCA and ORCA
|
||||
|
||||
|
||||
Physics
|
||||
General Physics
|
||||
|
||||
ARCA
|
||||
|
||||
ORCA
|
82
2019-20/presentation/presentation.tex
Normal file
82
2019-20/presentation/presentation.tex
Normal file
|
@ -0,0 +1,82 @@
|
|||
\documentclass[showdate=true]{beamer}
|
||||
|
||||
\usetheme{Antibes}
|
||||
|
||||
%\setbeameroption{show notes}
|
||||
\setbeameroption{hide notes}
|
||||
%\setbeameroption{show only notes}
|
||||
|
||||
%%%%% Remove Subsection bar from header
|
||||
\makeatletter
|
||||
\setbeamertemplate{headline}
|
||||
{%
|
||||
\begin{beamercolorbox}[wd=\paperwidth,colsep=1.5pt]{upper separation line head}
|
||||
\end{beamercolorbox}
|
||||
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex,%
|
||||
leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}
|
||||
\usebeamerfont{title in head/foot}\insertshorttitle
|
||||
\end{beamercolorbox}
|
||||
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.125ex,%
|
||||
leftskip=.3cm,rightskip=.3cm plus1fil]{section in head/foot}
|
||||
\usebeamerfont{section in head/foot}%
|
||||
\ifbeamer@tree@showhooks
|
||||
\setbox\beamer@tempbox=\hbox{\insertsectionhead}%
|
||||
\ifdim\wd\beamer@tempbox>1pt%
|
||||
\hskip2pt\raise1.9pt\hbox{\vrule width0.4pt height1.875ex\vrule width 5pt height0.4pt}%
|
||||
\hskip1pt%
|
||||
\fi%
|
||||
\else%
|
||||
\hskip6pt%
|
||||
\fi%
|
||||
\insertsectionhead
|
||||
\end{beamercolorbox}
|
||||
% Code for subsections removed here
|
||||
}
|
||||
\makeatother
|
||||
|
||||
\usepackage{amsmath}
|
||||
|
||||
%%%%% Add Frame Number
|
||||
\addtobeamertemplate{navigation symbols}{}{%
|
||||
\usebeamerfont{footline}%
|
||||
\usebeamercolor[fg]{footline}%
|
||||
\hspace{1em}%
|
||||
\insertframenumber
|
||||
}
|
||||
\title{ KM3Net }
|
||||
|
||||
\date{April 21, 2020}
|
||||
\author{E.T. de Boone}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\frame{\titlepage}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Outline}
|
||||
\tableofcontents
|
||||
\end{frame}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%
|
||||
%% General Info %%
|
||||
%%%%%%%%%%%%%%%%%%
|
||||
\section{General Info}
|
||||
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%
|
||||
%% Technology %%
|
||||
%%%%%%%%%%%%%%%%%%
|
||||
\section{Technology}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%
|
||||
%% Physics %%
|
||||
%%%%%%%%%%%%%%%%%%
|
||||
\section{Physics}
|
||||
|
||||
|
||||
|
||||
|
||||
\end{document}
|
Reference in a new issue