Update subfiles document structure

This commit is contained in:
2026-06-29 20:19:50 +02:00
parent 5f447c955d
commit 0c14a1af00
17 changed files with 100 additions and 55 deletions
@@ -1,5 +1,5 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
@@ -1,5 +1,5 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
@@ -1,5 +1,5 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
@@ -1,5 +1,5 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
-8
View File
@@ -1,8 +0,0 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
\begin{document}
\chapter{Experiment Setup}\label{ch:experimentsetup}
\end{document}
@@ -0,0 +1,11 @@
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
\chapter{Experiment Setup}\label{ch:experimentsetup}
\subfile{04_01_wamr_baremetal.tex}
\subfile{04_02_wasm_host_program.tex}
\end{document}
@@ -0,0 +1,13 @@
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
\section{WAMR Baremetal Platform}\label{sec:wamrbaremetal}
\begin{itemize}
\item Cross-compiler issues
\item Which platform functions?
\end{itemize}
\end{document}
@@ -0,0 +1,14 @@
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
\section{Wasm Host Program}\label{sec:wasmhost}
\begin{itemize}
\item WAMR setup
\item Calling \code{FAIL\_MARKER}s
\item WAMR exception handler marker?
\end{itemize}
\end{document}
@@ -1,5 +1,5 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
@@ -1,5 +1,5 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
@@ -1,5 +1,5 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
@@ -1,5 +1,5 @@
\documentclass[thesis.tex]{subfiles}
\graphicspath{figures}
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
@@ -15,13 +15,13 @@ This is a reference to \autoref{ch:introduction}.
This is a formula: \( \sum\limits_{f=1}^{\infty}\frac{o}{r}\cdot m_{u} + l^{a} \).
\begin{codeblock}[label=lst:examplelisting]{This is a listing}{C++}
\inputminted{cpp}{listings/example.cpp}
\inputminted{cpp}{\subfix{listings/example.cpp}}
\end{codeblock}
\begin{figure}[H]
\centering
\begin{subfigure}[b]{0.55\textwidth}
\includesvg[width=1.0\linewidth]{figures/example.svg}
\includesvg[width=1.0\linewidth]{\subfix{figures/example.svg}}
\end{subfigure}
\caption{This is a figure.}\label{fig:examplefigure}
\end{figure}
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.9 MiB

+7
View File
@@ -0,0 +1,7 @@
class ExampleListing {
private:
int test;
public:
int toast;
};
+8
View File
@@ -0,0 +1,8 @@
%! TeX program = lualatex
\documentclass[../../thesis.tex]{subfiles}
\begin{document}
\chapter{}\label{}
\end{document}