refactor: move toc style content to style file instead of teamplate file
This commit is contained in:
parent
380eee06ed
commit
a46cac001c
Binary file not shown.
@ -36,21 +36,6 @@
|
||||
emphstyle=\color{DraculaCyan}\ttfamily
|
||||
}
|
||||
|
||||
% table of contents
|
||||
\AtBeginSection[]
|
||||
{
|
||||
\begin{frame}[c,noframenumbering,plain]
|
||||
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/show/hide]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
\AtBeginSubsection[]
|
||||
{
|
||||
\begin{frame}[c,noframenumbering,plain]
|
||||
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/show/hide]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
\author{Niklas Birk}
|
||||
\title{Niks Theme}
|
||||
\subtitle{Dracula Style}
|
||||
@ -108,6 +93,7 @@
|
||||
dem eindeutig ein Wahrheitswert (\emph{wahr} oder \emph{falsch}) zugeordnet werden kann.
|
||||
\end{alertblock}
|
||||
\end{frame}
|
||||
|
||||
\subsubsection{Listings}
|
||||
\begin{frame}[fragile]
|
||||
\frametitle{Blöcke und Listings}
|
||||
|
@ -58,6 +58,20 @@
|
||||
\setbeamertemplate{subsection in toc}{~$\ast$~~\inserttocsubsection\\\smallskip}
|
||||
\setbeamertemplate{subsection in toc shaded}[default][100]
|
||||
|
||||
\AtBeginSection[]
|
||||
{
|
||||
\begin{frame}[c,noframenumbering,plain]
|
||||
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/show/hide]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
\AtBeginSubsection[]
|
||||
{
|
||||
\begin{frame}[c,noframenumbering,plain]
|
||||
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/show/hide]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
% block
|
||||
\setbeamertemplate{blocks}[rounded][shadow=false]
|
||||
\addtobeamertemplate{block begin}{%
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user