boppi/doc/report.tex

55 lines
968 B
TeX
Raw Normal View History

2017-07-21 09:38:24 +00:00
\documentclass[a4paper]{article}
\usepackage[margin=1in]{geometry}
\usepackage{graphicx}
\usepackage{pdfpages}
\usepackage[dutch]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage[scientific-notation=true,round-precision=5,round-mode=figures]{siunitx}
\usepackage{minted}
\begin{document}
\title{Boppi Report}
\maketitle
\vfill
\author{Frank Wibbelink (s1184725)}
\newpage
\tableofcontents
\newpage
\input{project-root}
\setminted{breaklines}
\setminted{frame=lines}
\section{Summary}
\input{report-summary}
\section{Problems and solutions}
\input{report-problems}
\section{Language description}
\input{report-description}
\section{Software description}
\input{report-software}
\section{Tests}
\input{report-tests}
\section{Conclusions}
\input{report-conclusion}
\newpage
\appendix
\section{ANTLR grammars}
\input{report-grammar}
\section{ANTLR walkers}
\input{report-walker}
\section{Test programs}
\input{report-test-program}
\end{document}