Merge branch 'main' of https://arnweb.nl/gitea/arne/EV5_HW_Ontwikkeling
This commit is contained in:
commit
cd547f8555
68
Doc/main.tex
68
Doc/main.tex
@ -1,45 +1,45 @@
|
||||
\documentclass{article}
|
||||
|
||||
% Packages
|
||||
\documentclass[10pt]{article}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry}
|
||||
\usepackage{amsmath}
|
||||
\usepackage[
|
||||
a4paper,
|
||||
top=2cm,
|
||||
bottom=2cm,
|
||||
left=2cm,
|
||||
right=2cm,
|
||||
marginparwidth=1.75cm]{geometry}
|
||||
\usepackage{multicol}
|
||||
\usepackage{textcomp}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{float}
|
||||
\usepackage{lipsum}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{listings}
|
||||
\usepackage{titling}
|
||||
\usepackage{subfiles}
|
||||
\usepackage{graphicx}
|
||||
|
||||
\graphicspath{{images/}}
|
||||
|
||||
\title{B00st converter}
|
||||
|
||||
\author{
|
||||
van Iterson, Arne\\
|
||||
Student Number: 1800000
|
||||
\and
|
||||
Selier, Tom\\
|
||||
Student Number: 1808444
|
||||
}
|
||||
|
||||
% Title and Author
|
||||
\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}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
\maketitle
|
||||
|
||||
\begin{multicols}{2}
|
||||
\section{Introduction}
|
||||
\lipsum[1-2] % Replace with your own content
|
||||
\begin{multicols}{2}
|
||||
\section{Introduction}
|
||||
\subfile{sections/introduction.tex}
|
||||
|
||||
\section{Methodology}
|
||||
\lipsum[3-4] % Replace with your own content
|
||||
\section{Methodology}
|
||||
\subfile{sections/methodology.tex}
|
||||
|
||||
\section{Results}
|
||||
\lipsum[5-6] % Replace with your own content
|
||||
\section{Results}
|
||||
\subfile{sections/results.tex}
|
||||
|
||||
\section{Conclusion}
|
||||
\lipsum[7] % Replace with your own content
|
||||
\end{multicols}
|
||||
\end{document}
|
||||
\section{Conclusion}
|
||||
\subfile{sections/conclusion.tex}
|
||||
\end{multicols}
|
||||
\end{document}
|
7
Doc/sections/conclusion.tex
Normal file
7
Doc/sections/conclusion.tex
Normal file
@ -0,0 +1,7 @@
|
||||
\documentclass[../main.tex]{subfiles}
|
||||
|
||||
\graphicspath{{\subfix{../images/}}}
|
||||
|
||||
\begin{document}
|
||||
Hello world!
|
||||
\end{document}
|
7
Doc/sections/introduction.tex
Normal file
7
Doc/sections/introduction.tex
Normal file
@ -0,0 +1,7 @@
|
||||
\documentclass[../main.tex]{subfiles}
|
||||
|
||||
\graphicspath{{\subfix{../images/}}}
|
||||
|
||||
\begin{document}
|
||||
Hello world!
|
||||
\end{document}
|
7
Doc/sections/methodology.tex
Normal file
7
Doc/sections/methodology.tex
Normal file
@ -0,0 +1,7 @@
|
||||
\documentclass[../main.tex]{subfiles}
|
||||
|
||||
\graphicspath{{\subfix{../images/}}}
|
||||
|
||||
\begin{document}
|
||||
Hello world!
|
||||
\end{document}
|
7
Doc/sections/results.tex
Normal file
7
Doc/sections/results.tex
Normal file
@ -0,0 +1,7 @@
|
||||
\documentclass[../main.tex]{subfiles}
|
||||
|
||||
\graphicspath{{\subfix{../images/}}}
|
||||
|
||||
\begin{document}
|
||||
Hello world!
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user