12 lines
275 B
TeX
12 lines
275 B
TeX
%! TeX program = lualatex
|
|
%! TeX root = ../../thesis.tex
|
|
\documentclass[../../thesis.tex]{subfiles}
|
|
|
|
\begin{document}
|
|
|
|
\chapter{Experiment Setup}\label{ch:experimentsetup}
|
|
|
|
\todo[inline]{Maybe split this chapter into two: Experiment Setup and Implementation}
|
|
|
|
\end{document}
|