15 lines
280 B
TeX
15 lines
280 B
TeX
%! 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}
|