WIP: background section

This commit is contained in:
2026-07-05 23:45:52 +02:00
parent af400ab8d4
commit 3ba5be8c86
7 changed files with 3984 additions and 12 deletions
+12 -1
View File
@@ -13,6 +13,9 @@ This is \code{inline code}.
This is a reference to \Gls{fail}.
This is another reference to \Gls{fail}.
This is a citation~\autocite{polednaReplicaDeterminismDistributed1994}.
\section{This is a section}\label{sec:examplesection}
This is a reference to \autoref{ch:introduction}.
This is a formula: \( \sum\limits_{f=1}^{\infty}\frac{o}{r}\cdot m_{u} + l^{a} \).
This is \textbf{bold text that is slightly bold}, so underwhelming.
@@ -24,12 +27,20 @@ In contrast, \sansbf{this text is very strong}, very cool\footnote{very cool}.
\begin{figure}[H]
\centering
\begin{subfigure}[b]{0.55\textwidth}
\begin{subfigure}[b]{0.85\textwidth}
\includesvg[width=1.0\linewidth]{\subfix{figures/example.svg}}
\end{subfigure}
\caption{This is a figure.}\label{fig:examplefigure}
\end{figure}
\begin{figure}[H]
\centering
\begin{subfigure}[b]{0.95\textwidth}
\includesvg[width=1.0\linewidth]{\subfix{figures/heatmap2.svg}}
\end{subfigure}
\caption{This is another figure.}\label{fig:exampleheatmap}
\end{figure}
\lipsum%
\end{document}
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 610 KiB