|
@@ -24,59 +24,60 @@
|
|
|
\pagestyle{fancy}
|
|
|
|
|
|
%------------------ TITLE ----------------------
|
|
|
-\makeatletter
|
|
|
\begin{titlepage}
|
|
|
+ \centering
|
|
|
+ \vspace*{0.5 cm}
|
|
|
+ \includegraphics[width = 8cm]{hva.png} \\ [1.0 cm]
|
|
|
+ \textsc{\LARGE \theschool} \\ [2.0 cm]
|
|
|
+ \textsc{\Large \thesecondtitle} \\ [0.5 cm]
|
|
|
+ \textsc{\large \thethirdtitle} \\ [0.5 cm]
|
|
|
+ \rule{\linewidth}{0.2 mm} \\ [0.4 cm]
|
|
|
+ {\huge \bfseries \thetitle} \\
|
|
|
+ \rule{\linewidth}{0.2 mm} \\ [1.5 cm]
|
|
|
|
|
|
-\vspace*{5cm}
|
|
|
-\begin{center}
|
|
|
- \Huge{\@title}\\
|
|
|
- \vspace{1cm}
|
|
|
- \huge {Middle Title}\\
|
|
|
- \vspace{1cm}
|
|
|
- \small {Hogeschool van Amsterdam}\\
|
|
|
-\end{center}
|
|
|
-
|
|
|
-%------------------ NAMES ----------------------
|
|
|
-\vfill
|
|
|
-\begin{flushright}
|
|
|
- \@author\\
|
|
|
- \@date\\
|
|
|
- HVA, IS110
|
|
|
-\end{flushright}
|
|
|
-
|
|
|
+ \begin{minipage}{0.4\textwidth}
|
|
|
+ \begin{flushleft} \large
|
|
|
+ \emph{Auteur:} \\
|
|
|
+ \theauthor
|
|
|
+ \end{flushleft}
|
|
|
+ \end{minipage}
|
|
|
+ \begin{minipage}{0.4\textwidth}
|
|
|
+ \begin{flushright} \large
|
|
|
+ \emph{Student Nummer:} \\
|
|
|
+ \thestudentnumber
|
|
|
+ \end{flushright}
|
|
|
+ \end{minipage} \\ [2 cm]
|
|
|
+ {\large \thedate} \\ [2 cm]
|
|
|
+ \vfill
|
|
|
\end{titlepage}
|
|
|
|
|
|
%============= HEADER & FOOTER =================
|
|
|
\newpage
|
|
|
-\pagestyle{fancy}
|
|
|
\fancyhf{}
|
|
|
|
|
|
%HEADER
|
|
|
-\fancyhead[L]{\small \rm \textit{\rightmark}}
|
|
|
-\fancyhead[R]{\small \rm \textbf{\thepage}}
|
|
|
+\fancyhead[L]{\small\rm\textit{\rightmark}}
|
|
|
+\fancyhead[R]{\small\rm\textbf{\thepage}}
|
|
|
|
|
|
%FOOTER
|
|
|
-\fancyfoot[L]{\small \rm \textit{\@title}}
|
|
|
-\fancyfoot[R]{\small \rm \textit{Joost Sijm – HVA}}
|
|
|
+\fancyfoot[L]{\small\rm\textit{\thetitle}}
|
|
|
+\fancyfoot[R]{\small\rm\textit{\theauthor– \theschool}}
|
|
|
|
|
|
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
|
|
|
\renewcommand{\headrulewidth}{0.5pt}
|
|
|
\renewcommand{\footrulewidth}{0.5pt}
|
|
|
-\makeatother
|
|
|
|
|
|
%================== INDEX ======================
|
|
|
\tableofcontents
|
|
|
-% \listoffigures
|
|
|
+\listoffigures
|
|
|
|
|
|
%================= DOCUMENT ====================
|
|
|
\newpage
|
|
|
\input{docs/document}
|
|
|
|
|
|
-%================ References ===================
|
|
|
-%\newpage
|
|
|
-%\begin{thebibliography}{5}
|
|
|
-% \bibitem{cmos} R. Jacob Baker, \textit{CMOS. Circuit Design, Layout, and Simulation}, 2nd ed., USA: IEEE Press, 2005
|
|
|
-%\end{thebibliography}
|
|
|
-%
|
|
|
-%============== End of Document ================
|
|
|
+%================ REFERENCES ===================
|
|
|
+\newpage
|
|
|
+\input{docs/bibtex}
|
|
|
+
|
|
|
+%============== END OF DOCUMENT ================
|
|
|
\end{document}
|