Skip to content
Snippets Groups Projects
Commit 2dd0f901 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Added appendices to OS assignment 3.

parent 5a8d4c9f
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
\usepackage{listings} \usepackage{listings}
\usepackage{url} \usepackage{url}
\usepackage{float} \usepackage{float}
\usepackage[toc,page]{appendix}
\usepackage[dutch]{babel} \usepackage[dutch]{babel}
\usepackage{listings} \usepackage{listings}
...@@ -186,10 +187,21 @@ SIGTERM & Termination signal (kill proces\_id) \\ ...@@ -186,10 +187,21 @@ SIGTERM & Termination signal (kill proces\_id) \\
\subsection{Signal verwerking} \subsection{Signal verwerking}
\appendix \pagebreak
\begin{appendices}
\section{fishbones.c}
\lstinputlisting[language=c]{../fishbones.c}
\section{view-logs.bash}
\lstinputlisting[language=bash]{../view-logs.bash}
\subsection{fishbones.c} \section{screenrc}
\subsection{view-logs.bash} \lstinputlisting[language=bash]{../screenrc}
\end{appendices}
\end{document} \end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment