This commit is contained in:
Arne van Iterson 2024-04-11 11:02:46 +02:00
parent 48169776dc
commit 119bd03a61
5 changed files with 82 additions and 20 deletions

41
doc/crosstalk/main.tex Normal file
View File

@ -0,0 +1,41 @@
\documentclass{article}
\usepackage[english]{babel}
\usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry}
\usepackage[inline]{enumitem}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{float}
\usepackage{lipsum}
\usepackage{hyperref}
\usepackage{listings}
\title{Euro Moon Rover}
\author{
van Iterson, Arne\\
Student Nr: 1798423
\and
Selier, Tom\\
Student Nr: 1811402
}
\makeindex
\begin{document}
\maketitle
\begin{abstract}
This document describes the
\end{abstract}
\noindent\makebox[\linewidth]{\rule{\linewidth}{0.4pt}}
\setlist[itemize]{itemjoin=\hspace*{\fill},itemjoin*=\hspace*{\fill}}
\begin{multicols}{2}
\end{multicols}
\end{document}

View File

@ -1,20 +0,0 @@
\documentclass{article}
% Title
\title{Your Title Here}
% Authors
\author{Tom Selier}
\author{Arne van Iterson}
\begin{document}
\maketitle
\begin{abstract}
Your abstract text here.
\end{abstract}
% Rest of your document goes here
\end{document}

View File

41
doc/reflection/main.tex Normal file
View File

@ -0,0 +1,41 @@
\documentclass{article}
\usepackage[english]{babel}
\usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry}
\usepackage[inline]{enumitem}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{float}
\usepackage{lipsum}
\usepackage{hyperref}
\usepackage{listings}
\title{Euro Moon Rover}
\author{
van Iterson, Arne\\
Student Nr: 1798423
\and
Selier, Tom\\
Student Nr: 1811402
}
\makeindex
\begin{document}
\maketitle
\begin{abstract}
This document describes the
\end{abstract}
\noindent\makebox[\linewidth]{\rule{\linewidth}{0.4pt}}
\setlist[itemize]{itemjoin=\hspace*{\fill},itemjoin*=\hspace*{\fill}}
\begin{multicols}{2}
\end{multicols}
\end{document}