Initial commit
This commit is contained in:
95
src/template/presentation.tex
Normal file
95
src/template/presentation.tex
Normal file
@@ -0,0 +1,95 @@
|
||||
\documentclass[10pt, aspectratio=169, usenames, dvipsnames]{beamer}
|
||||
|
||||
\usepackage{tikz}
|
||||
\usepackage{tikz-3dplot}
|
||||
\usetikzlibrary{spy, external, intersections}
|
||||
%\tikzexternalize[prefix=build/]
|
||||
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{compat=newest}
|
||||
\usepgfplotslibrary{fillbetween}
|
||||
|
||||
\usepackage{listings}
|
||||
\usepackage{subcaption}
|
||||
\usepackage{bbm}
|
||||
\usepackage{multirow}
|
||||
|
||||
\usepackage{xcolor}
|
||||
%\usepackage[outputdir=build/]{minted}
|
||||
\usepackage{minted}
|
||||
\usemintedstyle{gruvbox-light}
|
||||
|
||||
%\definecolor{gruvbox-bg}{HTML}{282828}
|
||||
\definecolor{gruvbox-bg}{HTML}{f2e5bc}
|
||||
|
||||
%
|
||||
%
|
||||
% Custom commands
|
||||
%
|
||||
%
|
||||
|
||||
\input{lib/latex-common/common.tex}
|
||||
\pgfplotsset{colorscheme/rocket}
|
||||
|
||||
\newcommand{\res}{src/2025-05-08/res}
|
||||
|
||||
%
|
||||
%
|
||||
% CEL Template
|
||||
%
|
||||
%
|
||||
|
||||
\newcommand{\templates}{lib/cel-template}
|
||||
|
||||
\input{\templates/packages.tex}
|
||||
\input{\templates/modifications.tex}
|
||||
\input{\templates/makros_own.tex}
|
||||
|
||||
% % Change the way the overview is displayed
|
||||
% \AtBeginSection[]
|
||||
% {
|
||||
% \begin{frame}[t]
|
||||
% \frametitle{Overview}
|
||||
% \tableofcontents[sectionstyle=show/shaded,
|
||||
% subsectionstyle=show/show/shaded,
|
||||
% subsubsectionstyle=hide]
|
||||
% \end{frame}
|
||||
% }
|
||||
% \AtBeginSubsubsection[]{}
|
||||
% \AtBeginSubsection[]{}
|
||||
|
||||
%
|
||||
%
|
||||
% Set up document
|
||||
%
|
||||
%
|
||||
|
||||
\title{Wahrscheinlichkeitstheorie Tutorium 1} %TODO: Change number
|
||||
\subtitle{\small 08.05.2025} % TODO: Change date
|
||||
\author{\vspace{1.5mm} Andreas Tsouchlos}
|
||||
\date{ }
|
||||
|
||||
\institute{Karlsruhe Institute of Technology (KIT),
|
||||
\\ Communications Engineering Lab (CEL) }
|
||||
|
||||
\tikzstyle{every node}=[font=\small]
|
||||
\captionsetup[sub]{font=small}
|
||||
|
||||
%
|
||||
%
|
||||
% Document body
|
||||
%
|
||||
%
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}[plain]
|
||||
\maketitle
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{}
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user