Add tex root directive to chapters
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@@ -1,12 +1,9 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\chapter{Background}\label{ch:background}
|
\chapter{Background}\label{ch:background}
|
||||||
|
|
||||||
\subfile{03_01_wasm.tex}
|
|
||||||
\subfile{03_02_wamr.tex}
|
|
||||||
\subfile{03_03_fail.tex}
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
@@ -12,6 +13,6 @@
|
|||||||
\item How to perform a FAIL* experiment
|
\item How to perform a FAIL* experiment
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\Gls{fail}~\autocite{schirmeierFAILOpenVersatile2015}
|
\Gls{fail}~\autocite{schirmeierFAILOpenVersatile2015} is an emulation-based vulnerability analysis tool.
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
@@ -10,7 +11,12 @@
|
|||||||
\item Baremetal execution in BOCHS
|
\item Baremetal execution in BOCHS
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\subfile{04_01_wamr_modifications.tex}
|
\section{\Gls{wamr} Modifications}\label{sec:wamrmodifications}
|
||||||
|
\begin{itemize}
|
||||||
|
\item Cross-compiler issues
|
||||||
|
\item Which platform functions?
|
||||||
|
\item WAMR exception handler marker?
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\section{Wasm Host Program}
|
\section{Wasm Host Program}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
%! TeX program = lualatex
|
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
|
||||||
|
|
||||||
\begin{document}
|
|
||||||
|
|
||||||
\section{\Gls{wamr} Modifications}\label{sec:wamrmodifications}
|
|
||||||
|
|
||||||
\begin{itemize}
|
|
||||||
\item Cross-compiler issues
|
|
||||||
\item Which platform functions?
|
|
||||||
\item WAMR exception handler marker?
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\end{document}
|
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
%! TeX program = lualatex
|
%! TeX program = lualatex
|
||||||
|
%! TeX root = ../../thesis.tex
|
||||||
\documentclass[../../thesis.tex]{subfiles}
|
\documentclass[../../thesis.tex]{subfiles}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
Reference in New Issue
Block a user