Add tex root directive to chapters
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
%! TeX program = lualatex
|
||||
%! TeX root = ../../thesis.tex
|
||||
\documentclass[../../thesis.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\chapter{Background}\label{ch:background}
|
||||
|
||||
\subfile{03_01_wasm.tex}
|
||||
\subfile{03_02_wamr.tex}
|
||||
\subfile{03_03_fail.tex}
|
||||
|
||||
\end{document}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
%! TeX program = lualatex
|
||||
%! TeX root = ../../thesis.tex
|
||||
\documentclass[../../thesis.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
%! TeX program = lualatex
|
||||
%! TeX root = ../../thesis.tex
|
||||
\documentclass[../../thesis.tex]{subfiles}
|
||||
|
||||
\begin{document}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user