Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
Update document styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hypothermic committed Feb 4, 2022
1 parent a4f92cb commit 339b8cf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/project.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

% Style for first and last page
\usepackage{wallpaper}
\usepackage[]{color}
\usepackage{color}
%\definecolor{arobsblue}{HTML}{0e2642}
%\definecolor{arobsblue}{HTML}{0f2c4c}
\definecolor{arobsblue}{HTML}{0e335c}

% Gantt chart for chapter Planning
\usepackage{pgfgantt}
Expand All @@ -12,6 +15,13 @@
\usepackage{biblatex}
\addbibresource{project.bib}

%\usepackage{atbegshi}
%\AtBeginShipout{
% \begin{tikzpicture}[remember picture,overlay]
% \fill (current page.north west) node[below right,fill=arobsblue,draw=arobsblue,minimum width=\paperwidth,minimum height=2ex] (box) {};
% \end{tikzpicture}
%}

\begin{document}

% Set language to English
Expand Down Expand Up @@ -49,6 +59,7 @@

\begin{hoofdstuk}{Preface}


This document describes how I am going to work on this project.
It describes all the factors which will have significant impact on the lifespan of this project, and proposes how I should handle these factors to make the project a success.
For this project, the scope definition is very important, because the assignment can be made too complex and too big to complete in the assigned timeframe.
Expand All @@ -73,6 +84,7 @@
FPGA & Field Programmable Gate Array; a customizable logic circuit \tabularnewline
Xilinx Vivado & A design suite for developing digital logic solutions \tabularnewline
SIP & Solo Iterative Process; an agile planning method \tabularnewline
ADAS & Advanced Driver-Assistance System \tabularnewline
\end{tabel}

\end{hoofdstuk}
Expand Down

0 comments on commit 339b8cf

Please sign in to comment.