Merge branch 'main' of https://arnweb.nl/gitea/arne/EV5_HW_Ontwikkeling
This commit is contained in:
commit
cd547f8555
52
Doc/main.tex
52
Doc/main.tex
@ -1,29 +1,29 @@
|
|||||||
\documentclass{article}
|
\documentclass[10pt]{article}
|
||||||
|
|
||||||
% Packages
|
|
||||||
\usepackage[english]{babel}
|
\usepackage[english]{babel}
|
||||||
\usepackage[a4paper,top=2cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry}
|
\usepackage[
|
||||||
\usepackage{amsmath}
|
a4paper,
|
||||||
|
top=2cm,
|
||||||
|
bottom=2cm,
|
||||||
|
left=2cm,
|
||||||
|
right=2cm,
|
||||||
|
marginparwidth=1.75cm]{geometry}
|
||||||
\usepackage{multicol}
|
\usepackage{multicol}
|
||||||
\usepackage{textcomp}
|
|
||||||
\usepackage{graphicx}
|
|
||||||
\usepackage{float}
|
|
||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
\usepackage{hyperref}
|
\usepackage{subfiles}
|
||||||
\usepackage{listings}
|
\usepackage{graphicx}
|
||||||
\usepackage{titling}
|
|
||||||
|
\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}
|
\begin{document}
|
||||||
|
|
||||||
@ -31,15 +31,15 @@
|
|||||||
|
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
\lipsum[1-2] % Replace with your own content
|
\subfile{sections/introduction.tex}
|
||||||
|
|
||||||
\section{Methodology}
|
\section{Methodology}
|
||||||
\lipsum[3-4] % Replace with your own content
|
\subfile{sections/methodology.tex}
|
||||||
|
|
||||||
\section{Results}
|
\section{Results}
|
||||||
\lipsum[5-6] % Replace with your own content
|
\subfile{sections/results.tex}
|
||||||
|
|
||||||
\section{Conclusion}
|
\section{Conclusion}
|
||||||
\lipsum[7] % Replace with your own content
|
\subfile{sections/conclusion.tex}
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
\end{document}
|
\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