Started report
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -575,5 +575,11 @@ fabric.properties
|
||||
|
||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||
|
||||
# LaTeX
|
||||
|
||||
*.pdf
|
||||
*.aux
|
||||
*.log
|
||||
|
||||
# End of https://www.gitignore.io/api/rider,csharp,visualstudio
|
||||
|
||||
|
22
verslag/verslag.tex
Normal file
22
verslag/verslag.tex
Normal file
@@ -0,0 +1,22 @@
|
||||
\documentclass[a4paper, 11pt]{article}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[dutch]{babel}
|
||||
|
||||
\title{Project: Snijdende cirkels}
|
||||
\author{Arthur Bols \& Ruben Van Laer}
|
||||
\date{Mei 2019}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\section{Inleiding}
|
||||
|
||||
\section{Hoogniveau beschrijving van de algoritmen}
|
||||
|
||||
\section{Beschrijving experimenten en correctheid}
|
||||
|
||||
\section{Bespreking resultaten en rekentijden}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user