Explorar el Código

Change document to HVA template

JoostSijm hace 7 años
padre
commit
c01f0ee349
Se han modificado 3 ficheros con 13 adiciones y 15 borrados
  1. 1 1
      README.md
  2. 1 1
      docs/preamble.tex
  3. 11 13
      master.tex

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 
-		LATEX REPORT TEMPLATE
+		LATEX HVA REPORT TEMPLATE
 	
 	Author	: Joost Sijm
 	Contact	: mail@joostsijm.nl

+ 1 - 1
docs/preamble.tex

@@ -1,6 +1,6 @@
 \documentclass[11pt,letterpaper]{article}
 % Change location
-\usepackage[english]{babel}
+\usepackage[dutch]{babel}
 \usepackage[utf8]{inputenc}
 \usepackage[letterpaper,includeheadfoot, top=0.5cm, bottom=3.0cm, right=2.0cm, left=2.0cm]{geometry}
 \renewcommand{\familydefault}{\rmdefault}

+ 11 - 13
master.tex

@@ -29,16 +29,16 @@
 \vspace{1cm}
 \huge {Middle Title}\\
 \vspace{1cm}
-\small {Small Title} \\
+\small {HVA}\\
 \end{center}
 
 %------------------ NAMES ----------------------
 \vfill
 \begin{flushright}
 \begin{tabular}{ll}
-Author: & Name Lastname\\
-& \today\\
-& City, Country.
+Joost Sijm\\
+\today\\
+HVA, IS110
 \end{tabular}
 \end{flushright}
 
@@ -52,8 +52,8 @@ Author: & Name Lastname\\
 \fancyhead[R]{\small \rm \textbf{\thepage}}
 
 %FOOTER
-\fancyfoot[L]{\small \rm \textit{Footer - Left}}
-\fancyfoot[R]{\small \rm \textit{Footer - Right}}
+\fancyfoot[L]{\small \rm \textit{Hoogeschool van Amsterdam}}
+\fancyfoot[R]{\small \rm \textit{Joost Sijm}}
 
 \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
 \renewcommand{\headrulewidth}{0.5pt}
@@ -68,12 +68,10 @@ Author: & Name Lastname\\
 \input{docs/document}
 
 %================ References ===================
-\newpage
-\newpage
-\begin{thebibliography}{5}
-	% \bibitem{cmos} R. Jacob Baker, \textit{CMOS. Circuit Design, Layout, and Simulation}, 2nd ed., USA: IEEE Press, 2005
-	
-\end{thebibliography}
-
+%\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 ================
 \end{document}