Reykjavik University Assignment
Author
Egill Anton Hlöðversson
Last Updated
6 years ago
License
Creative Commons CC BY 4.0
Abstract
A minimal template, for creating an assignment.
A minimal template, for creating an assignment.
\documentclass[12pt]{article}
\usepackage[margin=0.75in]{geometry}
\geometry{a4paper}
\usepackage[T1]{fontenc} % Support Icelandic Characters
\usepackage[utf8]{inputenc} % Support Icelandic Characters
\usepackage{graphicx} % Support for including images
\usepackage{hyperref} % Support for hyperlinks
%------------------------------------------------------------------
% TITLE
%------------------------------------------------------------------
\title{
\centerline{\includegraphics[width=50mm]{images/ru-logo.eps}}
\vspace{0.5 cm}
Paper Review 1\\
TITLE HERE
\large \\
SC-T-718-ATSR,Automatic Speech Recognition, 2019-1 \\
\small Reykjavik University - School of Computer Science, Menntavegi 1, IS-101 Reykjavík, Iceland
}
\author{
John Doe\\
\texttt{jondoe14@ru.is}
}
\date{17. February 2019}
%------------------------------------------------------------------
% DOCUMENT START HERE
%------------------------------------------------------------------
\begin{document}
\maketitle
\input{sections/01_abstraction.tex}
\input{sections/02_context.tex}
\input{sections/03_method.tex}
\input{sections/04_results.tex}
% References
\bibliographystyle{plain}
\bibliography{references}
\end{document}