Added Glossar

This commit is contained in:
SergeantBiggs
2021-02-20 19:38:54 +01:00
parent ce85e61624
commit 589519beae
+17
View File
@@ -3,6 +3,9 @@
\usepackage{hyperref} \usepackage{hyperref}
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{csquotes} \usepackage{csquotes}
\usepackage{tabularx}
\usepackage{booktabs}
% add bibliography to TOC % add bibliography to TOC
\usepackage{tocbibind} \usepackage{tocbibind}
@@ -67,6 +70,20 @@ Testing the citation \cite{test} tool.
\section{Anhang} \section{Anhang}
\subsection{Glossar} \subsection{Glossar}
\begin{tabularx}{\textwidth}{
%|| >{\raggedright\arraybackslash}X
%| >{\raggedright\arraybackslash} X || }
|| X | X ||}
\hline
Begriff & Definition \\
\hline\hline
Zeroth law of thermodynamics & If two thermodynamic systems are each in thermal equilibrium with
a third one, then they are in thermal equilibrium with each other. \\
\hline
\end{tabularx}
\subsection{Bibliographie} \subsection{Bibliographie}
\printbibliography \printbibliography