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
+1 -4
View File
@@ -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}