EV5_HW_Ontwikkeling/Doc/main.tex

46 lines
1.1 KiB
TeX
Raw Normal View History

2024-01-23 14:48:33 +01:00
\documentclass{article}
% Packages
2024-01-31 20:07:33 +01:00
\usepackage[english]{babel}
\usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry}
\usepackage{amsmath}
\usepackage{multicol}
\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{float}
\usepackage{lipsum}
\usepackage{hyperref}
\usepackage{listings}
\usepackage{titling}
2024-01-23 14:48:33 +01:00
% Title and Author
2024-01-31 20:07:33 +01:00
\setlength{\droptitle}{-8ex}
\pretitle{\begin{flushleft}\Large\bfseries}
\posttitle{\par\end{flushleft}}
\preauthor{\begin{flushleft}\Large}
\postauthor{\end{flushleft}}
\predate{\begin{flushleft}}
\postdate{\end{flushleft}}
\title{Optimisation of a simple DC-DC Boost converter}
\author{Arne van Iterson, 1798423 \and
Tom Selier, 1800000}
2024-01-23 14:48:33 +01:00
\begin{document}
2024-01-31 20:07:33 +01:00
\maketitle
2024-01-23 14:48:33 +01:00
2024-01-31 20:07:33 +01:00
\begin{multicols}{2}
\section{Introduction}
\lipsum[1-2] % Replace with your own content
2024-01-23 14:48:33 +01:00
2024-01-31 20:07:33 +01:00
\section{Methodology}
\lipsum[3-4] % Replace with your own content
2024-01-23 14:48:33 +01:00
2024-01-31 20:07:33 +01:00
\section{Results}
\lipsum[5-6] % Replace with your own content
2024-01-23 14:48:33 +01:00
2024-01-31 20:07:33 +01:00
\section{Conclusion}
\lipsum[7] % Replace with your own content
\end{multicols}
2024-01-23 14:48:33 +01:00
\end{document}