Griffith University Project Template
Author
Brayden Lewis-Lord
Last Updated
há um ano
License
Creative Commons CC BY 4.0
Abstract
Template to be used by Griffith University or other students for Lab Reports etc.
%%%%%%% This template was created by Brayden Lewis-Lord - s5182689 %%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 8/11/2023 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper, twoside]{article}
\usepackage[backend=biber,style=ieee,sorting=none]{biblatex}
\usepackage{geometry}
\geometry{a4paper,total={170mm,250mm},left=20mm, top=20mm,}
\usepackage{enumerate}
\usepackage[shortlabels]{enumitem}
\usepackage{optidef}
\usepackage[normalem]{ulem}
\useunder{\uline}{\ul}{}
\addbibresource{mybibliography.bib}
\usepackage{datetime}
\newdateformat{monthyeardate}{%
\monthname[\THEMONTH], \THEYEAR}
\date{\monthyeardate\today}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%% Enter Your info here %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{Brayden Lewis-Lord}
\def\snum{s5182689}
\def\coursecode{XXXXENG}
\def\coursetitle{Course Name Here}
\def\assignname{Report Title}
\title{A Really compelling title that draws attention}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\input{title/title.tex}
\section{Section 1}
\subsection{Subsection 1}
this is a bunch of text to show what the width of the page is when it reaches eventually, but lets be honest who is really reading this anyway don't you have better things to do with your time?\cite{Test}
\begin{figure}[ht]
\centering
\includegraphics[width=250pt]{title/logo.png}
\caption{example of a pic}
\label{test}
\end{figure}
\newpage
\printbibliography
\end{document}