update latex presets

This commit is contained in:
Marco Thomas
2022-09-01 17:16:06 +02:00
parent 87a110fa40
commit 82122bd607
5 changed files with 18 additions and 144 deletions

View File

@@ -19,29 +19,6 @@
\usepackage{color}
\usepackage{proof}
%%% show subsection title frames
\AtBeginPart{
\let\insertpartnumber\relax
\let\partname\relax
\begin{frame}[tocframe]
\partpage
\end{frame}
}
\AtBeginSection{
\let\insertsectionnumber\relax
\let\sectionname\relax
\begin{frame}[tocframe]
\sectionpage
\end{frame}
}
\AtBeginSubsection{
\let\insertsubsectionnumber\relax
\let\subsectionname\relax
\begin{frame}[tocframe]
\subsectionpage
\end{frame}
}
%%% source code
\usepackage{listings}
\usepackage{minted}