Add tex root directive to chapters

This commit is contained in:
2026-07-03 00:29:03 +02:00
parent 85fd335f07
commit c121089311
13 changed files with 19 additions and 20 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
%! TeX program = lualatex
%! TeX root = ../../thesis.tex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
@@ -12,6 +13,6 @@
\item How to perform a FAIL* experiment
\end{itemize}
\Gls{fail}~\autocite{schirmeierFAILOpenVersatile2015}
\Gls{fail}~\autocite{schirmeierFAILOpenVersatile2015} is an emulation-based vulnerability analysis tool.
\end{document}