University of Plymouth template for reports for undergraduates with the old logo
Author
Georgios Giannakopoulos
Last Updated
1年前
License
Creative Commons CC BY 4.0
Abstract
University of Plymouth report template for undergraduates with the old logo
% University of Plymouth
% School of Computing Communications and Electronics (SOCCE)
% Department of Electrical and Computer Engineering
%------------------------------------------------
\documentclass[a4paper,oneside,12.5pt]{book}
%\documentclass[a4paper,oneside,12pt]{report}
\usepackage[english]{babel}
\usepackage{newtxtext}
\usepackage{substitutefont}
\usepackage{titlesec}
\usepackage{amsbsy, amsmath, amsfonts}
\usepackage{siunitx}
\usepackage{graphicx}
% text sub- and superscripts
\newcommand{\spr}[1]{\ensuremath{^\textrm{#1}}}
\newcommand{\sub}[1]{\ensuremath{_\textrm{#1}}}
% better tables
\usepackage{multirow}
\usepackage{booktabs}
% links
%\usepackage{color}
\usepackage[]{hyperref}
\usepackage{enumitem} % better lists
%bibliography
\usepackage[backend=biber,style=numeric,sorting=none,natbib=true, babel=other,bibencoding=auto, language=autobib,giveninits=true]{biblatex}
\addbibresource{myrefs.bib} %file of biblatex
\newcommand{\sw}{\selectlanguage{english}}
\newcommand{\gre}[1]{\greektext#1\latintext}
% figures and tables
\usepackage{caption}
\captionsetup[figure]{labelfont=it,textfont=it}
\captionsetup[table]{labelfont=it,textfont=it}
\usepackage{subfig}
\usepackage[strict]{changepage}
% Define margins
\usepackage[left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm,includehead,includefoot,headheight=16pt]{geometry}
% Page headers
\usepackage{fancyhdr}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyhead[L]{\nouppercase{\leftmark}}
\cfoot{\thepage}
\pagestyle{fancy}
% Line spacing
\usepackage{setspace}
\setstretch{1.5}
% Defines uth-specific title page
\usepackage{plymcoursework}
%-------------------------------------------
\begin{document}
\vspace{4pt}
\title{Title}
\maketitle
\frontmatter
\pagestyle{plain}
\end{document}