root/GW4reports/Templates/TableOfContent/present.tex

\def\GW{/GW}
\def\visibility{true}
\input{\GW/root/GW4reports/GWlatexBeamerHead.tex}

\AtBeginSection[]
{
  \begin{frame}
    \frametitle{Table of Contents}
    \tableofcontents[currentsection,hideallsubsections]
  \end{frame}
}

\AtBeginSubsection[]
{
  \begin{frame}
    \frametitle{Table of Contents}
    \tableofcontents[currentsection,hideothersubsections]
  \end{frame}
}


\begin{document}

\title{The tokamak GOLEM \\ (...for EXPF )}
\author{Vojt\v{e}ch Svoboda \\ on behalf of the tokamak GOLEM team }
\slide{Title}{\titlepage}

\end{document}


\AtBeginSection[]
{
   \begin{frame}
       \frametitle{Outline}
       \tableofcontents[currentsection,currentsubsection]
   \end{frame}
}

\AtBeginSubsection[]
{
   \begin{frame}
       \frametitle{Outline}
       \tableofcontents[currentsection,currentsubsection]
   \end{frame}
}