integrated old macros

This commit is contained in:
Hedongliang Liu 2025-08-21 17:58:13 +02:00 committed by Andrej Rode
parent 8dc64784bc
commit 9714b5478a
4 changed files with 345 additions and 46 deletions

View File

@ -121,9 +121,13 @@ https://sdq.kastel.kit.edu/wiki/BibTeX-Literaturlisten
---------------
Document class for CEL presentations in KIT design.
`packages.tex`
--------------
TeX file to put all the necessary packages. Current version inherient from the old (before 2025) CEL beamer template.
`packages/packages.tex`
-----------------------
A TeX file to load all the necessary packages. Current version inherient from the old (before 2025) CEL beamer template.
`packages/macros.tex`
--------------------
A TeX file containing some commonly used macros.
`logos/`
--------

262
packages/macros.tex Normal file
View File

@ -0,0 +1,262 @@
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This file is part of the CEL beamer template
%% containing the commonly used macros and settings
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%
%%% Misc commands
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Schlagwort
\newcommand\schlagwort[1]{\textbf{\textcolor{kit-green100}{#1}}}
% Pointing finger onthe right for noting important things
\newcommand{\mind}{ { \textbf{\textcolor{kit-red}{\bf \HandLeft} } } }
% footnote without footnotemark in the text
\newcommand\nomarkfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
% colored small box representing end of a proof
\def\endofproof{
\ifmmode
\text{\hfill} \textcolor{kit-green}{\rule{2mm}{2mm}}
\else
$\hfill \textcolor{kit-green}{\rule{2mm}{2mm}}$
\fi}
% put a page with grid lines for live notes
% #1 is an index associated with the page, to be used with \notes{#1}
\newcommand{\pagesNotes}[1]{
\bgroup
\begin{frame}[c, shrink]{\ifgerman{Notizen}\else{Notes}\fi}
\label{pagesNotes:#1}
\vspace*{0.2ex}\hspace*{0ex}
%
\begin{tikzpicture}
%\draw[lightgray, line width = .0 mm, step=.25] (0,0) grid (18.5,7);
[domain=0:1,scale=3.6]%
\draw[very thin,color=white!70!gray,xstep=0.1,ystep=0.1] (0,0) grid (8.71, 3.61);%
\end{tikzpicture}
% \end{center}
\end{frame}
\egroup
}
% Command for showing that some notes will be taken (blackboard, slides,...)
% #1 is the label for the page of the note
\newcommand{\refnotes}[1]{\hyperlink{pagesNotes:#1}{ \textbf{\textcolor{kit-red}{\bf \PencilLeftUp} } } }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%
%%% Math macros
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\coloneq}{:=}
\newcommand{\doubracket}[1]{\llbracket#1\rrbracket}
\newcommand{\myspan}[1]{\ensuremath{\left\langle #1\right\rangle}}
\newcommand{\ceil}[1]{\left\lceil#1\right\rceil}
\newcommand{\floor}[1]{\left\lfloor#1\right\rfloor}
% j and differential calc
% \def\j{{\mathrm{j}}}
\def \dd{\, {\mathrm{d}}}
% \newcommand{\dd}{\,\mathrm{d}} % differential operator
% Real part
\def\real{{\mathrm{Re}}}
\def\imag{{\mathrm{Im}}}
% sinc and rect
\newcommand\sinc{\,{\mathrm{sinc}}}
\newcommand\rect{\,{\mathrm{rect}}}
% fields
\def\rz{\ifmmode{\mathds{R}}%
\else{\hbox{$\mathds{R}$}}\fi}
\def\nz{\ifmmode{\mathbb{N}}%
\else{\hbox{$\mathds{N}$}}\fi}
\def\gz{\ifmmode{\mathds{Z}}%
\else{\hbox{$\mathds{Z}$}}\fi}
\def\cz{\ifmmode{\mathds{C}}
\else{\hbox{$\mathds{C}$}}\fi}%
\def\qz{\ifmmode{\mathds{Q}}%
\else{\hbox{$\mathds{Q}$}}\fi}%
\def\K{\ifmmode{\mathds{K}}%
\else{\hbox{$\mathds{K}$}}\fi}%
% Math bold symbols
\newcommand{\0}{\bm{0}}
\newcommand{\ba}{\bm{a}}
\newcommand{\bb}{\bm{b}}
\newcommand{\bc}{\bm{c}}
\newcommand{\bd}{\bm{d}}
\newcommand{\be}{\bm{e}}
\newcommand{\bff}{\bm{f}} % \bf is already defined
\newcommand{\bh}{\bm{h}}
\newcommand{\bi}{\bm{i}}
\newcommand{\bj}{\bm{j}}
\newcommand{\bk}{\bm{k}}
\newcommand{\bl}{\bm{l}}
\newcommand{\bmm}{\bm{m}} % \bm is already defined in the package bm
\newcommand{\bn}{\bm{n}}
\newcommand{\bo}{\bm{o}}
\newcommand{\bp}{\bm{p}}
\newcommand{\bq}{\bm{q}}
\newcommand{\br}{\bm{r}}
\newcommand{\bs}{\bm{s}}
\newcommand{\bt}{\bm{t}}
\newcommand{\bu}{\bm{u}}
\newcommand{\bv}{\bm{v}}
\newcommand{\bw}{\bm{w}}
\newcommand{\bx}{\bm{x}}
\newcommand{\by}{\bm{y}}
\newcommand{\bz}{\bm{z}}
\newcommand{\bA}{\bm{A}}
\newcommand{\bB}{\bm{B}}
\newcommand{\bC}{\bm{C}}
\newcommand{\bD}{\bm{D}}
\newcommand{\bE}{\bm{E}}
\newcommand{\bF}{\bm{F}}
\newcommand{\bG}{\bm{G}}
\newcommand{\bH}{\bm{H}}
\newcommand{\bI}{\bm{I}}
\newcommand{\bJ}{\bm{J}}
\newcommand{\bK}{\bm{K}}
\newcommand{\bL}{\bm{L}}
\newcommand{\bM}{\bm{M}}
\newcommand{\bN}{\bm{N}}
\newcommand{\bO}{\bm{O}}
\newcommand{\bP}{\bm{P}}
\newcommand{\bQ}{\bm{Q}}
\newcommand{\bR}{\bm{R}}
\newcommand{\bS}{\bm{S}}
\newcommand{\bT}{\bm{T}}
\newcommand{\bU}{\bm{U}}
\newcommand{\bV}{\bm{V}}
\newcommand{\bW}{\bm{W}}
\newcommand{\bX}{\bm{X}}
\newcommand{\bY}{\bm{Y}}
\newcommand{\bZ}{\bm{Z}}
% blackboard bold lettersk
\newcommand{\F}{\ensuremath{\mathbb{F}}}
\newcommand{\Fq}{\ensuremath{\mathbb{F}_q}}
\newcommand{\Fqm}{\ensuremath{\mathbb{F}_{q^m}}}
\newcommand{\cA}{\ensuremath{\mathcal{A}}}
\newcommand{\cB}{\ensuremath{\mathcal{B}}}
\newcommand{\cC}{\ensuremath{\mathcal{C}}}
\newcommand{\cD}{\ensuremath{\mathcal{D}}}
\newcommand{\cE}{\ensuremath{\mathcal{E}}}
\newcommand{\cF}{\ensuremath{\mathcal{F}}}
\newcommand{\cG}{\ensuremath{\mathcal{G}}}
\newcommand{\cH}{\ensuremath{\mathcal{H}}}
\newcommand{\cI}{\ensuremath{\mathcal{I}}}
\newcommand{\cJ}{\ensuremath{\mathcal{J}}}
\newcommand{\cK}{\ensuremath{\mathcal{K}}}
\newcommand{\cL}{\ensuremath{\mathcal{L}}}
\newcommand{\cM}{\ensuremath{\mathcal{M}}}
\newcommand{\cN}{\ensuremath{\mathcal{N}}}
\newcommand{\cO}{\ensuremath{\mathcal{O}}}
\newcommand{\cP}{\ensuremath{\mathcal{P}}}
\newcommand{\cQ}{\ensuremath{\mathcal{Q}}}
\newcommand{\cR}{\ensuremath{\mathcal{R}}}
\newcommand{\cS}{\ensuremath{\mathcal{S}}}
\newcommand{\cT}{\ensuremath{\mathcal{T}}}
\newcommand{\cU}{\ensuremath{\mathcal{U}}}
\newcommand{\cV}{\ensuremath{\mathcal{V}}}
\newcommand{\cW}{\ensuremath{\mathcal{W}}}
\newcommand{\cX}{\ensuremath{\mathcal{X}}}
\newcommand{\cY}{\ensuremath{\mathcal{Y}}}
\newcommand{\cZ}{\ensuremath{\mathcal{Z}}}
\newcommand{\bcA}{\ensuremath{\boldsymbol{\mathcal{A}}}}
\newcommand{\bcB}{\ensuremath{\boldsymbol{\mathcal{B}}}}
% blackboard letters
\newcommand{\bbA}{\ensuremath{\mathbb{A}}}
\newcommand{\bbB}{\ensuremath{\mathbb{B}}}
\newcommand{\bbC}{\ensuremath{\mathbb{C}}}
\newcommand{\bbD}{\ensuremath{\mathbb{D}}}
\newcommand{\bbE}{\ensuremath{\mathbb{E}}}
\newcommand{\bbF}{\ensuremath{\mathbb{F}}}
\newcommand{\bbG}{\ensuremath{\mathbb{G}}}
\newcommand{\bbH}{\ensuremath{\mathbb{H}}}
\newcommand{\bbI}{\ensuremath{\mathbb{I}}}
\newcommand{\bbJ}{\ensuremath{\mathbb{J}}}
\newcommand{\bbK}{\ensuremath{\mathbb{K}}}
\newcommand{\bbL}{\ensuremath{\mathbb{L}}}
\newcommand{\bbM}{\ensuremath{\mathbb{M}}}
\newcommand{\bbN}{\ensuremath{\mathbb{N}}}
\newcommand{\bbO}{\ensuremath{\mathbb{O}}}
\newcommand{\bbP}{\ensuremath{\mathbb{P}}}
\newcommand{\bbQ}{\ensuremath{\mathbb{Q}}}
\newcommand{\bbR}{\ensuremath{\mathbb{R}}}
\newcommand{\bbS}{\ensuremath{\mathbb{S}}}
\newcommand{\bbT}{\ensuremath{\mathbb{T}}}
\newcommand{\bbU}{\ensuremath{\mathbb{U}}}
\newcommand{\bbV}{\ensuremath{\mathbb{V}}}
\newcommand{\bbW}{\ensuremath{\mathbb{W}}}
\newcommand{\bbX}{\ensuremath{\mathbb{X}}}
\newcommand{\bbY}{\ensuremath{\mathbb{Y}}}
\newcommand{\bbZ}{\ensuremath{\mathbb{Z}}}
% sf letters
\newcommand{\sfA}{\mathsf{A}}
\newcommand{\sfB}{\mathsf{B}}
\newcommand{\sfC}{\mathsf{C}}
\newcommand{\sfD}{\mathsf{D}}
\newcommand{\sfE}{\mathsf{E}}
\newcommand{\sfF}{\mathsf{F}}
\newcommand{\sfG}{\mathsf{G}}
\newcommand{\sfH}{\mathsf{H}}
\newcommand{\sfI}{\mathsf{I}}
\newcommand{\sfJ}{\mathsf{J}}
\newcommand{\sfK}{\mathsf{K}}
\newcommand{\sfL}{\mathsf{L}}
\newcommand{\sfM}{\mathsf{M}}
\newcommand{\sfN}{\mathsf{N}}
\newcommand{\sfO}{\mathsf{O}}
\newcommand{\sfP}{\mathsf{P}}
\newcommand{\sfQ}{\mathsf{Q}}
\newcommand{\sfR}{\mathsf{R}}
\newcommand{\sfS}{\mathsf{S}}
\newcommand{\sfT}{\mathsf{T}}
\newcommand{\sfU}{\mathsf{U}}
\newcommand{\sfV}{\mathsf{V}}
\newcommand{\sfW}{\mathsf{W}}
\newcommand{\sfX}{\mathsf{X}}
\newcommand{\sfY}{\mathsf{Y}}
\newcommand{\sfZ}{\mathsf{Z}}
\newcommand{\sfa}{\mathsf{a}}
\newcommand{\sfb}{\mathsf{b}}
\newcommand{\sfc}{\mathsf{c}}
\newcommand{\sfd}{\mathsf{d}}
\newcommand{\sfe}{\mathsf{e}}
\newcommand{\sff}{\mathsf{f}}
\newcommand{\sfg}{\mathsf{g}}
\newcommand{\sfh}{\mathsf{h}}
\newcommand{\sfi}{\mathsf{i}}
\newcommand{\sfj}{\mathsf{j}}
\newcommand{\sfk}{\mathsf{k}}
\newcommand{\sfl}{\mathsf{l}}
\newcommand{\sfm}{\mathsf{m}}
\newcommand{\sfn}{\mathsf{n}}
\newcommand{\sfo}{\mathsf{o}}
\newcommand{\sfp}{\mathsf{p}}
\newcommand{\sfq}{\mathsf{q}}
\newcommand{\sfr}{\mathsf{r}}
\newcommand{\sfs}{\mathsf{s}}
\newcommand{\sft}{\mathsf{t}}
\newcommand{\sfu}{\mathsf{u}}
\newcommand{\sfv}{\mathsf{v}}
\newcommand{\sfw}{\mathsf{w}}
\newcommand{\sfx}{\mathsf{x}}
\newcommand{\sfy}{\mathsf{y}}
\newcommand{\sfz}{\mathsf{z}}

View File

@ -8,6 +8,7 @@
url = {http://www.sciencedirect.com/science/article/pii/S0164121220302144},
author = {Heiko Klare and Max E. Kramer and Michael Langhammer and Dominik Werle and Erik Burger and Ralf Reussner},
keywords = {Consistency, Model-driven software development, Model transformations, Model views},
abstract = {During the development of large software-intensive systems, developers use several modeling languages and tools to describe a system from different viewpoints. Model-driven and view-based technologies have made it easier to define domain-specific languages and transformations. Nevertheless, using several languages leads to fragmentation of information, to redundancies in the system description, and eventually to inconsistencies. Inconsistencies have negative impacts on the system’s quality and are costly to fix. Often, there is no support for consistency management across multiple languages. Using a single language is no practicable solution either, as it is overly complex to define, use, and evolve such a language. View-based development is a suitable approach to deal with complex systems, and is widely used in other engineering disciplines. Still, we need to cope with the problems of fragmentation and consistency. In this paper, we present the Vitruviusapproach for consistency in view-based modeling. We describe the approach by formalizing the notion of consistency, presenting languages for consistency preservation, and defining a model-driven development process. Furthermore, we show how existing models can be integrated. We have evaluated our approach at two case studies from component-based and embedded automotive software development, using our prototypical implementation based on the Eclipse Modeling Framework.}
}
@InProceedings{Rode23ECOC,
@ -42,20 +43,4 @@
year = {2023},
OPTurl = {https://ieeexplore.ieee.org/document/10093964},
OPTcode_url = {https://github.com/kit-cel/e2e_opt_diff_bps}
}
@inproceedings{gaiarin2020end,
title={End-to-end optimized nonlinear Fourier transform-based coherent communications},
author={Gaiarin, Simone and Jones, {Rasmus T} and {Da Ros}, Francesco and Zibar, Darko},
booktitle={2020 Conference on Lasers and Electro-Optics (CLEO)},
pages={1--2},
year={2020},
organization={IEEE}
}
@inproceedings{li2018achievable,
title={Achievable information rates for nonlinear fiber communication via end-to-end autoencoder learning},
author={Li, Shen and H{\"a}ger, Christian and Garcia, Nil and Wymeersch, Henk},
booktitle={2018 European Conference on Optical Communication (ECOC)},
pages={1--3},
year={2018},
organization={IEEE}
}

View File

@ -4,7 +4,7 @@
%% Modified by: Hedongliang Liu
%% Last modified on: 14.08.2025
%%%%%%%%%%% CEL beamer class %%%%%%%%%%%%%%%
\documentclass[handout, overviewatsection, showsubsectionsatfirstoverview]{CELbeamer}
\documentclass[kitgrid, handout, overviewatsection, showsubsectionsatfirstoverview]{CELbeamer}
%% default options: en, helvet, bigfoot (12pt)
%% other options: de, franklin, smallfoot (11pt), navbaron, kitgrid, handout,
%% spaceforface, overviewatsection, showsubsectionsatfirstoverview
@ -12,7 +12,8 @@
%%%%%%%%%%% Load packages (from previous CEL template %%%%%%%%%%%%%%%
\newcommand{\templates}{packages}
\input{\templates/packages.tex}
\input{\templates/booleans.tex}
\input{\templates/macros.tex}
% \input{\templates/booleans.tex}
% \input{\templates/modifications.tex}
% \input{\templates/makros_own.tex}
@ -39,11 +40,11 @@
\author[Doe, Liu \& Schmalen]{\underline{Jone Doe}, Hedongliang Liu and Laurent Schmalen}
\date[]{\today}
% Literatur
% Literature
\usepackage[citestyle=authoryear,bibstyle=numeric,hyperref,backend=biber]{biblatex}
\addbibresource{presentation.bib}
\bibhang1em
% \bibhang1em
\usepackage{lipsum}
@ -230,44 +231,90 @@
\begin{frame}[plain]
% Bei Frames mit Option \texttt{[plain]} werden weder Kopf- noch Fußzeile angezeigt.
With frames with the option \texttt{[plain]}, neither header nor footer are displayed.
\\
The command \texttt{$\backslash$pagesNotes\{<label>\}} can be used to create a page with grid lines for notes, shown on the next slide. \\
\texttt{$\backslash$refnotes{<label>}} creates a symbol linked to the page with notes. \refnotes{note1}
\end{frame}
\subsection{Grid Page for Hand-written Notes}
\pagesNotes{note1}
\subsection{Footnotes}
\begin{frame}{Footnotes}
\lipsum[1][1-8]\footnote{This is a footnote.}
\begin{itemize}
\item This is a normal footnote\footnote{This is a normal footnote.}.
\item \texttt{$\backslash$nomarkfootnote} creates a footnote without a mark in the text\nomarkfootnote{This is a footnote without a mark.}.
\item This is another normal footnote\footnote{This is another normal footnote.}.
\end{itemize}
\end{frame}
\section{Other Tips}
\subsection{Citations}
\begin{frame}{Citations}
Citations in beamer were often dealed by pasting the full text in the footnote. The biblatex package provides a solution allowing you reuse your .bib file for presentations. Here are several ways of usage:\\[-.5em]
\begin{frame}{Citations using BibLaTeX}
Citations in beamer were often dealed by pasting the full text in the footnote. \\
The biblatex package enables citing from your .bib file. \\
Note that these commands requires setting \texttt{\schlagwort{backend=biber}} when loading the \texttt{biblatex} package.\\
Here are several ways of usage:\\[-.5em]
\begin{itemize}
\item cite full text in footnote \footfullcite{art} %or \footnote{\footnotesize\fullcite{art}}
\item short citation with author and year in text \autocite{art}
\item cite title in text \citetitle{art2}
\item \textit{*For more usage please refer to \href{http://tug.ctan.org/info/biblatex-cheatsheet/biblatex-cheatsheet.pdf}{\textcolor{kit-blue}{Biblatex Cheat Sheet}}.}\\
\end{itemize}
\vspace{-1em}
Note that you need to run ``\textbf{Biber}'' instead of ``BibTeX'' to generate the .bbl file.\\
You can print all references that are cited at the end of presentation, as shown in the next slide.
\end{frame}
\begin{frame}{Citation}
Citing literature: \cite{klare2021jss}
\item Cite full text in footnote \footfullcite{Rode23ECOC} by \texttt{$\backslash$footfullcite}.
\item If the mark is not wanted, combine \texttt{$\backslash$nomarkfootnote} and \texttt{$\backslash$fullcite}. \nomarkfootnote{\fullcite{Rode23JLT}}
\item Cite author and year in text \autocite{Rode23JLT}.
\item Cite title in text \citetitle{Karanov18JLT}.
\end{itemize}
\textit{\footnotesize For more usage please refer to \href{http://tug.ctan.org/info/biblatex-cheatsheet/biblatex-cheatsheet.pdf}{\textcolor{kit-blue}{Biblatex Cheat Sheet}}.}\\
% \vspace{-1em}
% You can print all references that are cited at the end of presentation, as shown in the next slide.
\end{frame}
\subsection{Handout Mode}
\begin{frame}{Itemize List in Handout Mode}
\begin{frame}{Handout Mode}
Handout mode is activated by the option \texttt{handout} in the document class.\\
A frame with multiple animated slides will be shown on one slide in the handout version.\\
One can still control the number of slides of one frame in the handout version, e.g.,
\begin{itemize}
\only<1|handout:0>{\item One: This will not be shown in the handout mode.}
\only<2-|handout:1->{\item \textcolor{red}{One:} This is the first item.}
\only<1|handout:0>{\item Two: This will not be shown in the handout mode.}
\only<2-|handout:1->{\item \textcolor{blue}{Two:} This is the second item.}
\item<only@3|handout:2>{Three: This will be shown on a new page in the handout mode.}
\item<only@4|handout:2>{Four: This is the fourth item.}
\only<1|handout:0>{\item One: This will not be shown in the handout version.}
\only<2-|handout:1->{\item \textcolor{red}{One:} This is shown on the first slide of this frame in the handout version.}
\only<1|handout:0>{\item Two: This will not be shown in the handout version.}
\only<2-|handout:1->{\item \textcolor{blue}{Two:} This is also shown on the first slide in the handout version.}
\item<only@3|handout:2>{Three: This is shown on the second slide in the handout version.}
\item<only@4|handout:2>{Four: This is also shown on the second slide.}
\end{itemize}
\end{frame}
\subsection{Macros}
\begin{frame}{Predefined Macros}
\begin{itemize}
\item \schlagwort{Schlagwort} for highlighting keywords
\item An important thing \mind for pointing out important things
% \item \endofproof for a colored small box representing the end of a proof
\end{itemize}
Math macros
\begin{itemize}
\item \texttt{$\backslash$coloneq} $\coloneq$ for defining a new variable, e.g., $a \coloneq b + c$
\item \texttt{$\backslash$myspan$\{\cdot\}$} for span notation, e.g. $\myspan{\ba,\bb,\bc}$
\item \texttt{$\backslash$ceil$\{\cdot\}$} $\ceil{x}$ for ceiling function, e.g., $\ceil{3.14} = 4$
\item \texttt{$\backslash$floor$\{\cdot\}$} $\floor{x}$ for floor function, e.g., $\floor{3.14} = 3$
\item \texttt{$\backslash$dd} for differential operator, e.g., $\int f(x) \dd x$, $\frac{\dd f(x)}{\dd x}$
\item \texttt{$\backslash$real} $\real$ for real part, e.g., $\real(z)$
\item \texttt{$\backslash$imag} $\imag$ for imaginary part, e.g., $\imag(z)$
\end{itemize}
\end{frame}
\begin{frame}{Math Macros (Cont'd)}
\begin{itemize}
\item \texttt{$\backslash$sinc} $\sinc(x)$ for sinc function, e.g., $\sinc(x) = \frac{\sin(\pi x)}{\pi x}$
\item \texttt{$\backslash$rect} $\rect(x)$ for rectangular function, e.g., $\rect(x) = \begin{cases} 1 & |x| \leq \frac{1}{2} \\ 0 & \text{otherwise} \end{cases}$
\end{itemize}
Math symbols:
\begin{itemize}
\item \texttt{$\backslash$cA, $\cdots$} $\cA, \cB, \cC, \cdots$ for calligraphic letters
\item $\0, \bm{n}, \bm{\alpha}, \bm{M}, \bm{\cM}$ for bold math symbols
\item $\bbN, \bbR, \bbZ$ blackboard bold symbols for the sets of natural numbers, real numbers, and integers, respectively
\item $\F, \Fq, \Fqm$ for finite field
\item $\sfA, \sfB, \sfC, \cdots$ sans-serif math letters, usually for naming instead of parameters in notations
\end{itemize}
\end{frame}
\appendix
\beginbackup
@ -277,7 +324,8 @@
% Folien, die nach \texttt{\textbackslash beginbackup} eingefügt werden, zählen nicht in die Gesamtzahl der Folien.
Slides that are inserted after \texttt{\textbackslash beginbackup} do not count towards the total number of slides.
\end{exampleblock}
\printbibliography
\todo{Fix the bibliography issue.}
% \printbibliography
\end{frame}
\begin{frame}{KIT Color Palette}\label{frame:kit-colors}