Switch to scrbook class for sans-serif headings

This commit is contained in:
2026-06-30 15:09:14 +02:00
parent 1f4249b7e9
commit 8e5b1697ad
10 changed files with 108 additions and 81 deletions
@@ -0,0 +1,14 @@
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
\chapter{Background}\label{ch:background}
\begin{itemize}
\item Related work
\item Relevant information on WebAssembly
\item Relevant information on FAIL*
\end{itemize}
\end{document}