Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • aus1n19/uos-latex-template
  • ao2g15/uos-latex-template
  • ajmw1g18/uos-latex-template
  • sl2v17/uos-latex-template
  • jrw1n15/uos-latex-template
  • uos-latex-group/uos-latex-template
6 results
Show changes
Commits on Source (61)
Showing
with 1420 additions and 1605 deletions
*.log
*.tex
*.bst *.bst
*.cls
*.bib *.bib
*.eps *.eps
*.aux *.aux
*.fls
*.out *.out
*.bbl *.bbl
*.lol *.blg
*.lot *.lo?
*.lof
*.toc *.toc
*_latexmk *_latexmk
*.synctex.gz
# University Of Southampton LaTeX documents
LaTeX Documents for the University of Southampton. Mainly for Thesis and project reports
For slides with Beamer, please see https://git.soton.ac.uk/sw2f11/latex-slides-template
## FAQ
#### Q: How do I install and use the templates?
See the [Install](#install-instructions) section below.
#### Q: How do I include an "Accessed on", "Visited on", "Date last Accessed" or "Last visited" note for urls?
The bibliography is formatted by the `natbib` package that does not support the `urldate` field in `.bib` files.
As a work around, add a `note={Accessed on 2020-01-01}` to the relevant bib entry.
For more info, see [this Stack Exchange question](https://tex.stackexchange.com/questions/103133/problems-with-natbib-strange-url-format-and-urldate-not-shown).
#### Q: How do I fix a bib entry with special characters (`&%`)?
You may get an error like "Paragraph ended before \\BR@@bibitem was complete"
or there may be a cascade of errors because of an unclosed `\begin` statement.
The short term solution is to manually "escape" special characters in the `.bib` url fields,
i.e. `url = {http://www.somesite.com/8%20report}` => `url = {http://www.somesite.com/8\%20report}`.
Unfortunately, the longer term solution requires editing some source files.
Locate the `plainnat.bst` (or `biblatex.bst` file, if using `biblatex`)
and add the following in the file at the end of `FUNCTION {begin.bib}`
```
"\providecommand{\BIBdecl}{\relax}"
write$ newline$
"\BIBdecl"
write$ newline$
```
Then add ``\newcommand{\BIBdecl}{\catcode`\%=12 }`` before `\begin{document}` in your `.tex` document source.
[Stack Exchange Source](https://tex.stackexchange.com/questions/140143/hyperref-with-pagebackref-requires-manual-escaping-of-percentage-signs-in-urls)
#### Q: Can I use `biblatex` instead of `natbib`?
Yes, you can. Since this template has existed longer than `biblatex` it uses the older `natbib`.
there are good reasons to change to `biblatex` but `natbib` is still preferred by journals,
so using `natbib` will mean that source material from papers will not need to be modified.
# Install instructions
This is if you do not want to use a service like Overleaf or want to use a different template other than the uosthesis class provided.
If you want to compile documents on your own machine, first you must install a LaTeX distribution.
Either TeXLive or MikTeX will work. For TeXLive, you do not need a full installation (which is huge).
For detailed LaTeX Installation help please look at the [detailed template instructions](https://git.soton.ac.uk/el7g15/uos-latex-template-instructions/-/blob/master/README.pdf)
## For preparing a single document - just one Thesis, Dissertation or Final project report
This is if you will only need to use one template, and works on Overleaf too. Go to the [Releases page](https://git.soton.ac.uk/el7g15/uos-latex-template/-/releases) and download the relevant quickstart package. Unzip and start editing the `Thesis.tex`,`Progress.tex`,`GDP.tex` file as appropriate for the report you are doing. This should compile straight away from an editor like TeXstudio, or from the Overleaf workspace.
## For multiple use - for Progress reports, Thesis and more frequent use
Given you will use the template more than once, this is definitely the preferred option.
Download the `Source Code` from the [Releases page](https://git.soton.ac.uk/el7g15/uos-latex-template/-/releases) and extract it to the `{TEXMF}` folder (see below).
### Your `{TEXMF}` root subdirectory
For Tex Live: This whole folder can be moved into the `~/texmf` directory to begin using the class files.
For MikTeX: It is platform dependent, See `UserInstall` from (https://miktex.org/kb/texmf-roots).
You may need to register your directories: https://docs.miktex.org/manual/localadditions.html.
You will need to update the filename database (FNDB) (MiKTeX Console -> Tasks -> Refresh file name database), see https://docs.miktex.org/manual/configuring.html#fndbupdate. You can do this in the command line with the `initexmf -u` command.
### The folder post install
If using the zip download, there may be one or two containing directories before the actual
folders that need copying. Once the folder has been extracted your `{TEXMF}` directory should
look like so.
```
+-{TEXMF}
+-bibtex
| +-bib
| +-uosdocs
+-doc
| +-latex
| +-uosdocs
+-templates
| +-latex
| +-uosdocs
+-tex
| +-latex
| +-uosdocs
+-source
+-docstrip
+-uosdocs
```
### Using the template
Now copy the contents of the `templates/latex/uosdocs` directory into your working directory.
In the working directory, open the relevant copied root `tex` file, i.e. `Thesis.tex` etc. and begin your masterpiece.
More info can be found in the [Instructions](https://git.soton.ac.uk/el7g15/uos-latex-template-instructions/-/blob/master/README.pdf).
## Updating
Repeat the installation step and it will overwrite the existing files.
# About this package
Created with docstrip `.ins` and `.dtx` files in the source directory. See the [Instructions](https://git.soton.ac.uk/el7g15/uos-latex-template-instructions/-/blob/master/README.pdf) for more info about usage and building.
The version hosted on https://git.soton.ac.uk/el7g15/uos-latex-template is kept up to date with the University of Southampton template. The version hosted on GitHub may diverge from that.
%% ----------------------------------------------------------------
%% UOS.bib
%% ----------------------------------------------------------------
@MISC{Longman:2019:templ,
author = {E. Longman},
title = {{University of Southampton LaTeX documents}},
year = {2019},
NOTE = "\url{https://library.soton.ac.uk/thesis/templates} and
\url{https://git.soton.ac.uk/el7g15/uos-latex-template}",
}
@MISC{Gunn:2001:pdflatex,
author = {S.R. Gunn},
title = {PDFLaTeX Instructions},
year = {2001},
url = {http://www.ecs.soton.ac.uk/~srg/softwaretools/document/}
}
@MISC{Lovell:2011:updated,
author = {C. J. Lovell},
title = {Updated templates},
year = {2011}
}
@MISC{Gunn:2011:updated2,
author = {S.R. Gunn and C. J. Lovell},
title = {Updated templates reference 2},
year = {2011}
}
@MISC{attribpackage,
author = {Matt Swift},
title = {The attrib LaTeX package
attribution of block elements (Frankenstein’s hat)},
year = {1999},
url = {http://cs.brown.edu/about/system/managed/latex/doc/attrib.pdf}
}
File added
ecsUoSLogo.png

66 KiB

#*============================================================================= #*=============================================================================
# Makefile for ecsdocs LaTeX Style # Makefile for uosdocs LaTeX Style
# Date: 11/05/2002 # Date: 11/05/2002
# Author: Steve Gunn and Edward Longman # Author: Steve Gunn
# Use for rebuilding class files when the original dtx source has been changed # Use for rebuilding class files when the original dtx source has been changed
# Change TEXMF to represent the installation directory of texlive (or MiKTeX) # Change TEXMF to represent the installation directory of texlive (or MiKTeX)
# The style is the name of the style for these templates. # The style is the name of the style for these templates.
# Date: 30/01/2019
# Author: Edward Longman
# Rebuild and change name to uosdocs
# make # make
# all - creates all the necessart files to install the class # all - creates all the necessary files to install the class
# install - moves all of the created files into the # install - moves all of the created files into the specified TEXMF directory
#*======================BUILD AND INSTALL NAMES================================ #*======================BUILD AND INSTALL NAMES================================
TEXMF = C:\Users\<username>\texmf TEXMF = C:\Users\<username>\texmf
STYLE = ecsdocs STYLE = uosdocs
#*====================DEFINE EXPECTED OUTPUT FILES============================= #*====================DEFINE EXPECTED OUTPUT FILES=============================
CLSFILES = ecsthesis.cls \ CLSFILES = uosthesis.cls \
ecsminithesis.cls \ uosminithesis.cls \
ecsprogress.cls \ uosprogress.cls \
ecsproject.cls \ uosproject.cls \
ecsreport.cls \ uosreport.cls \
ecsarticle.cls \ uosarticle.cls \
ecsgdp.cls \ uosgdp.cls \
ecsgdpsummary.cls \ uosgdpsummary.cls \
ecsUoSLogo.png UoSLogo.pdf
TPLFILES = AppendixA.tex \ TPLFILES = AppendixA.tex \
Article.tex \ Article.tex \
...@@ -40,11 +43,9 @@ TPLFILES = AppendixA.tex \ ...@@ -40,11 +43,9 @@ TPLFILES = AppendixA.tex \
EPSFILES = figure.eps EPSFILES = figure.eps
DOCFILES = ecsdocs.pdf DOCFILES = uosdocs.pdf
BSTFILES = ecs.bst BIBFILES = UOS.bib
BIBFILES = ECS.bib
TESTFILES = Article.pdf \ TESTFILES = Article.pdf \
GDP.pdf \ GDP.pdf \
...@@ -57,27 +58,38 @@ TESTFILES = Article.pdf \ ...@@ -57,27 +58,38 @@ TESTFILES = Article.pdf \
SRCFILES = $(STYLE).dtx \ SRCFILES = $(STYLE).dtx \
$(STYLE).ins \ $(STYLE).ins \
ecsUoSLogo.png \ UoSLogo.pdf \
Makefile Makefile
GENFILES = $(CLSFILES) \ GENFILES = $(CLSFILES) \
$(TPLFILES) \ $(TPLFILES) \
$(EPSFILES) \ $(EPSFILES) \
$(BSTFILES) \
$(BIBFILES) $(BIBFILES)
CLSDIR = "$(TEXMF)/tex/latex/$(STYLE)" CLSDIR = "$(TEXMF)/tex/latex/$(STYLE)"
TPLDIR = "$(TEXMF)/templates/latex/$(STYLE)" TPLDIR = "$(TEXMF)/templates/latex/$(STYLE)"
DOCDIR = "$(TEXMF)/doc/latex/$(STYLE)" DOCDIR = "$(TEXMF)/doc/latex/$(STYLE)"
BSTDIR = "$(TEXMF)/bibtex/bst/$(STYLE)"
BIBDIR = "$(TEXMF)/bibtex/bib/$(STYLE)" BIBDIR = "$(TEXMF)/bibtex/bib/$(STYLE)"
SRCDIR = "$(TEXMF)/source/docstrip/$(STYLE)" SRCDIR = "$(TEXMF)/source/latex/$(STYLE)"
TEMPLATEDEPS = figure.eps UOS.bib
ARTICLEDEPS = uosarticle.cls Article.tex $(TEMPATEDEPS)
BOOKDEPS = $(TEMPATEDEPS) Definitions.tex Introduction.tex Conclusions.tex AppendixA.tex
GDPDEPS = uosgdp.cls GDP.tex $(BOOKDEPS)
GDPSUMMARYDEPS = uosgdpsummary.cls GDPSummary.tex $(TEMPATEDEPS)
MINITHESISDEPS = uosminithesis.cls MiniThesis.tex $(BOOKDEPS)
PROGRESSDEPS = uosprogress.cls Progress.tex $(BOOKDEPS)
PROJECTDEPS = uosproject.cls Project.tex $(BOOKDEPS)
REPORTDEPS = uosreport.cls Report.tex $(BOOKDEPS)
THESISDEPS = uosthesis.cls Thesis.tex UoSLogo.pdf $(BOOKDEPS)
#*====================== LATEX INSTALLATION CONFIG ========================== #*====================== LATEX INSTALLATION CONFIG ==========================
LATEX = pdflatex LATEX = pdflatex
PDFTEXIFY = texify --pdf PDFTEXIFY = texify --pdf
MAKEINDEX = makeindex MAKEINDEX = makeindex
ZIP = 7z a -tzip
UNZIP = 7z e
#*==================== DIFFERENT MAKE CONFIGURATIONS ======================== #*==================== DIFFERENT MAKE CONFIGURATIONS ========================
...@@ -85,6 +97,8 @@ all: $(GENFILES) $(DOCFILES) ...@@ -85,6 +97,8 @@ all: $(GENFILES) $(DOCFILES)
dist: $(STYLE).zip dist: $(STYLE).zip
test: $(GENFILES) $(TESTFILES) test: $(GENFILES) $(TESTFILES)
UNZIPFILES = $(patsubst %, unzipped/%, $(TESTFILES))
ziptest: $(UNZIPFILES)
#* .SECONDARY used to stop it building repeatedly #* .SECONDARY used to stop it building repeatedly
#* https://stackoverflow.com/questions/2973445/ #* https://stackoverflow.com/questions/2973445/
...@@ -102,13 +116,30 @@ $(DOCFILES): $(STYLE).dtx ...@@ -102,13 +116,30 @@ $(DOCFILES): $(STYLE).dtx
%.pdf: %.tex %.pdf: %.tex
$(PDFTEXIFY) $*.tex $(PDFTEXIFY) $*.tex
unzipped/%.pdf: %.zip
$(UNZIP) -obuild/ $*.zip
$(PDFTEXIFY) build/$*.tex -output-directory="build/" --quiet
grep "2021/06/08 v1.5" build/$*.log
cp build/$*.pdf unzipped/$*.pdf
rm build/*
#*========================== ZIP REQUIREMENTS =============================== #*========================== ZIP REQUIREMENTS ===============================
Article.zip: $(GENFILES) $(DOCFILES)
$(STYLE).zip: $(GENFILES) $(DOCFILES) $(ZIP) $@ $(ARTICLEDEPS)
$(MAKE) clean GDP.zip: $(GENFILES) $(DOCFILES)
zip $@ $(SRCFILES) $(GENFILES) $(DOCFILES) $(ZIP) $@ $(GDPDEPS)
GDPSummary.zip: $(GENFILES) $(DOCFILES)
$(ZIP) $@ $(GDPSUMMARYDEPS)
MiniThesis.zip: $(GENFILES) $(DOCFILES)
$(ZIP) $@ $(MINITHESISDEPS)
Progress.zip: $(GENFILES) $(DOCFILES)
$(ZIP) $@ $(PROGRESSDEPS)
Project.zip: $(GENFILES) $(DOCFILES)
$(ZIP) $@ $(PROJECTDEPS)
Report.zip: $(GENFILES) $(DOCFILES)
$(ZIP) $@ $(REPORTDEPS)
Thesis.zip: $(GENFILES) $(DOCFILES)
$(ZIP) $@ $(THESISDEPS)
#*============================= CLEAN TYPES ================================= #*============================= CLEAN TYPES =================================
clean: clean:
...@@ -130,8 +161,6 @@ install: $(GENFILES) $(DOCFILES) ...@@ -130,8 +161,6 @@ install: $(GENFILES) $(DOCFILES)
install $(EPSFILES) $(TPLDIR) install $(EPSFILES) $(TPLDIR)
install -d $(DOCDIR) install -d $(DOCDIR)
install $(DOCFILES) $(DOCDIR) install $(DOCFILES) $(DOCDIR)
install -d $(BSTDIR)
install $(BSTFILES) $(BSTDIR)
install -d $(BIBDIR) install -d $(BIBDIR)
install $(BIBFILES) $(BIBDIR) install $(BIBFILES) $(BIBDIR)
install -d $(SRCDIR) install -d $(SRCDIR)
......
File added
...@@ -6,13 +6,14 @@ ...@@ -6,13 +6,14 @@
\preamble \preamble
Copyright (C) 2001 by Steve R. Gunn Copyright (C) 2001 by Steve R. Gunn
Modifications Copyright (C) 2019 by Edward Longman
This file is part of the ECSDocs class distribution This file is part of the UoSDocs class distribution
\endpreamble \endpreamble
\edef\eps{\perCent!PS-Adobe-3.0^^J% \edef\eps{\perCent!PS-Adobe-3.0^^J%
\DoubleperCent Title: \outFileName^^J% \DoubleperCent Title: \outFileName^^J%
\DoubleperCent Creator: ECSThesis.dtx \DoubleperCent Creator: UoSThesis.dtx
} }
\edef\tex{\DoubleperCent\space ----------------------------------------------------------------^^J% \edef\tex{\DoubleperCent\space ----------------------------------------------------------------^^J%
\DoubleperCent\space\outFileName^^J% \DoubleperCent\space\outFileName^^J%
...@@ -27,65 +28,65 @@ This file is part of the ECSDocs class distribution ...@@ -27,65 +28,65 @@ This file is part of the ECSDocs class distribution
\DoubleperCent\space ---------------------------------------------------------------- \DoubleperCent\space ----------------------------------------------------------------
} }
\usedir{tex/latex/ecsdocs} \usedir{tex/latex/uosdocs}
\keepsilent \keepsilent
\askforoverwritefalse \askforoverwritefalse
\Msg{*** Generating thesis, minithesis and project class files ***} \Msg{*** Generating thesis, minithesis and project class files ***}
\generate{\file{ecsthesis.cls} {\from{ecsdocs.dtx}{thesis}} \generate{\file{uosthesis.cls} {\from{uosdocs.dtx}{thesis}}
\file{ecsminithesis.cls} {\from{ecsdocs.dtx}{minithesis}} \file{uosminithesis.cls} {\from{uosdocs.dtx}{minithesis}}
\file{ecsprogress.cls} {\from{ecsdocs.dtx}{progress}} \file{uosprogress.cls} {\from{uosdocs.dtx}{progress}}
\file{ecsproject.cls} {\from{ecsdocs.dtx}{project}} \file{uosproject.cls} {\from{uosdocs.dtx}{project}}
\file{ecsreport.cls} {\from{ecsdocs.dtx}{report}} \file{uosreport.cls} {\from{uosdocs.dtx}{report}}
\file{ecsarticle.cls} {\from{ecsdocs.dtx}{article}} \file{uosarticle.cls} {\from{uosdocs.dtx}{article}}
\file{ecsgdp.cls} {\from{ecsdocs.dtx}{gdp}} \file{uosgdp.cls} {\from{uosdocs.dtx}{gdp}}
\file{ecsgdpsummary.cls} {\from{ecsdocs.dtx}{gdpsummary}} \file{uosgdpsummary.cls} {\from{uosdocs.dtx}{gdpsummary}}
\file{Thesis.tex} {\usepreamble\tex \file{Thesis.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{testthesis}} \from{uosdocs.dtx}{testthesis}}
\file{MiniThesis.tex} {\usepreamble\tex \file{MiniThesis.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{testminithesis}} \from{uosdocs.dtx}{testminithesis}}
\file{Progress.tex} {\usepreamble\tex \file{Progress.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{testprogress}} \from{uosdocs.dtx}{testprogress}}
\file{Project.tex} {\usepreamble\tex \file{Project.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{testproject}} \from{uosdocs.dtx}{testproject}}
\file{Report.tex} {\usepreamble\tex \file{Report.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{testreport}} \from{uosdocs.dtx}{testreport}}
\file{Article.tex} {\usepreamble\tex \file{Article.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{testarticle}} \from{uosdocs.dtx}{testarticle}}
\file{GDP.tex} {\usepreamble\tex \file{GDP.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{testgdp}} \from{uosdocs.dtx}{testgdp}}
\file{GDPSummary.tex} {\usepreamble\tex \file{GDPSummary.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{testgdpsummary}} \from{uosdocs.dtx}{testgdpsummary}}
\file{Introduction.tex} {\usepreamble\tex \file{Introduction.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{introduction}} \from{uosdocs.dtx}{introduction}}
\file{Conclusions.tex} {\usepreamble\tex \file{Conclusions.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{conclusions}} \from{uosdocs.dtx}{conclusions}}
\file{AppendixA.tex} {\usepreamble\tex \file{AppendixA.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{appendix}} \from{uosdocs.dtx}{appendix}}
\file{figure.eps} {\usepreamble\eps \file{figure.eps} {\usepreamble\eps
\nopostamble \nopostamble
\from{ecsdocs.dtx}{figure}} \from{uosdocs.dtx}{figure}}
\file{Definitions.tex} {\usepreamble\tex \file{Definitions.tex} {\usepreamble\tex
\nopostamble \nopostamble
\from{ecsdocs.dtx}{definitions}} \from{uosdocs.dtx}{definitions}}
\file{ECS.bib} {\usepreamble\bib \file{UOS.bib} {\usepreamble\bib
\nopostamble \nopostamble
\from{ecsdocs.dtx}{references}} \from{uosdocs.dtx}{references}}
\file{ecs.bst} {\usepreamble\bst \file{uos.bst} {\usepreamble\bst
\nopostamble \nopostamble
\from{ecsdocs.dtx}{bst}} \from{uosdocs.dtx}{bst}}
} }
\endbatchfile \endbatchfile
%% ----------------------------------------------------------------
%% AppendixA.tex
%% ----------------------------------------------------------------
\chapter{Stuff} \label{Chapter:Stuff}
The following gets in the way of the text....
%% ----------------------------------------------------------------
%% Article.tex
%% ----------------------------------------------------------------
\documentclass[sotoncolour]{uosarticle} % Use the Article Style with custom link colour
\graphicspath{{../Figures/}} % Location of your graphics files
\usepackage[round]{natbib} % Use Natbib style for the refs.
\hypersetup{colorlinks=true} % Set to false for black/white printing
\input{Definitions} % Include your abbreviations
%% ----------------------------------------------------------------
%% --------------------THESIS/DOC INFORMATION ---------------------
\faculty {Faculty of [Insert faculty]}
\FACULTY {\MakeUppercase{\facname}}
\department {School of [Insert school]}
\DEPARTMENT {\MakeUppercase{\deptname}}
\group {[Group name]}
\GROUP {\MakeUppercase{\groupname}}
\title {An Investigation into \dots}
\authors {\texorpdfstring
{\href{mailto:S.A.Watson@soton.ac.uk}{Name and email, for example, Sarah Alison Watson}}
{Name and email, for example, Sarah Alison Watson}
}
\addresses {\groupname\\\deptname\\\univname}
\date {\today}
%% Optional Fields TODO: Replace these fields with your own data
\qualifications{[Insert Previous Qualifications, for example MEng]}
\subject {}
\keywords {}
\begin{document}
%% ------------------ FRONT MATTER ORGANISATION -------------------
\frontmatter
\maketitle
\begin{abstract}
This work is all about \dots
\end{abstract}
\mainmatter
%% ------------------ MAIN MATTER (CONTENT) --------------------
\section{Introduction} \label{Section:Introduction}
You probably found all the files from \cite{Longman:2019:templ},
they were originally made from \cite{Gunn:2001:pdflatex}.
Template specific instructions can be found at:
\url{https://git.soton.ac.uk/el7g15/uos-latex-template-instructions}.
\tref{Table:tabex} illustrates the results of some arbitrary example work.
\begin{table}[!htb]
\centering
\begin{tabular}{cc}
\toprule
\textbf{Training Error} & \textbf{Testing Error}\\
\midrule
0 & $\infty$\\
\bottomrule
\end{tabular}
\caption{The Results}
\label{Table:tabex}
\end{table}
\fref{Figure:figex} shows why this is the case.
\begin{figure}[!htb]
\centering
\includegraphics[width=8cm]{figure}
\caption{A colourful picture.}
\label{Figure:figex}
\end{figure}
This page shows you a subfigure example in \fref{Figure:figsubex}.
\begin{figure}[!htb]
\centering
\subcaptionbox{The left caption}{
\includegraphics[width=4.2cm]{figure}
\label{Figure:figsubex:left}
}
\subcaptionbox{The right caption}{
\includegraphics[width=4.2cm]{figure}
\label{Figure:figsubex:right}
}
\caption{A doubly colourful picture.}
\label{Figure:figsubex}
\end{figure}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum sodales ligula, ac aliquam sem interdum at. Ut commodo pulvinar ipsum. Aliquam et diam sed nibh tincidunt mollis vitae quis nunc. In vel ante vitae felis semper malesuada sed a metus. Aliquam semper metus vel metus imperdiet, quis mollis nisi volutpat. Integer in convallis erat, et auctor dui. Phasellus id tristique tortor. Mauris ac nisi ut mi pulvinar interdum. Donec quis nibh tempus erat lobortis dapibus non a nunc. Nulla laoreet tempus fringilla. Aliquam pulvinar, sapien eu interdum gravida, libero urna dapibus sem, sodales efficitur lorem nunc et justo. Proin vitae dolor nisl.
\section{A Section of a chapter}
Nulla molestie velit sed dui ullamcorper viverra. Fusce placerat vulputate lacus eu consequat. Cras ullamcorper vel mauris quis aliquam. Curabitur non varius elit, eget commodo urna. Phasellus erat libero, faucibus elementum augue eget, malesuada fringilla purus. Quisque pulvinar, lectus sit amet ultricies tristique, eros nunc commodo lacus, nec ultrices risus lorem vitae diam. Cras ac ornare nisi.
\subsection{Some quotes}
Nam egestas felis euismod erat tincidunt ornare. Nulla hendrerit tempor purus ac consequat. Aliquam commodo, ipsum vestibulum lobortis semper, urna turpis sagittis dolor, id ullamcorper nulla nisl vitae ex. Vivamus ut metus vel velit rhoncus pulvinar sit amet nec diam. Aliquam aliquet, enim eget efficitur euismod, velit arcu mattis nisl, a mollis dui leo vel libero. Nullam porttitor convallis magna ut feugiat. `Cras at ultrices metus.' Nullam vulputate quis justo sit amet pharetra. Praesent sodales eros non suscipit gravida.
\begin{quote}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum sodales ligula, ac aliquam sem interdum at.
\end{quote}
Pellentesque sodales lobortis feugiat. Vivamus volutpat mauris id odio aliquam maximus sed sit amet nibh. Fusce odio tortor, aliquam et mauris facilisis, interdum placerat tortor. Suspendisse dapibus, massa eget cursus congue, mi lectus luctus nisl, vitae sagittis ligula ante sit amet enim. Donec quis sapien vel ex vestibulum porta. Vivamus mattis sodales turpis, id interdum justo ullamcorper a. Aenean ornare urna turpis, id fermentum eros commodo aliquet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec cursus pretium ex at mollis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed at diam quam. Etiam a sollicitudin dui. Nulla facilisi. Phasellus condimentum tincidunt ipsum. Sed dignissim neque a porttitor finibus. Maecenas pretium dictum lorem vitae viverra.
\begin{quote}
The \verb|\attrib| macro attributes block elements, for example when citing
a reference after a block quotation.
\ifdefined\attrib\attrib{\cite{attribpackage}}\fi
\end{quote}
Donec vitae massa nisi. Praesent sed sollicitudin urna. Suspendisse vitae cursus tortor. In egestas quis dolor ac porttitor. Pellentesque suscipit leo nisi, a semper nunc interdum quis. Aenean massa magna, aliquam imperdiet lorem vitae, vestibulum dignissim nunc. Nunc molestie eleifend dui et porta. Sed auctor eu nunc vel faucibus. Integer et finibus metus, pharetra egestas velit. Sed nec magna semper, rutrum diam vitae, accumsan sapien. Donec congue viverra luctus.
%% ----------------------------------------------------------------
\section{Conclusions} \label{Section: Conclusions}
It works.
\acknowledgements{Thanks to no one.}
\backmatter
\appendix
\bibliographystyle{plainnat}
\bibliography{UOS}
%% ----------------------------------------------------------------
\section{Stuff} \label{Section:Stuff}
The following gets in the way of the text....
\end{document}
%% ----------------------------------------------------------------
%% ----------------------------------------------------------------
%% Conclusions.tex
%% ----------------------------------------------------------------
\chapter{Conclusions} \label{Chapter: Conclusions}
It works.
%% ----------------------------------------------------------------
%% Definitions.tex
%% ----------------------------------------------------------------
\newcommand{\BibTeX}{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
%% People
\newcounter{address}
\setcounter{address}{1}
\renewcommand{\theaddress}{\textsuperscript{\fnsymbol{address}}}
\newcommand{\address}[1]{\refstepcounter{address}\theaddress#1\\}
\newcommand{\Name}[3]{\texorpdfstring{\href{mailto:#3}{#2}#1}{#2}\xspace}
\newcommand{\SteveRGunn}[1]{\Name{#1}{Steve R. Gunn}{S.R.Gunn@ecs.soton.ac.uk}}
%% Dingbats
\newcommand{\tick}{\ding{51}}
\newcommand{\cross}{\ding{55}}
%% Calculus
\newcommand{\pd}[2]{\ensuremath{\frac{\partial #1}{\partial #2}}\xspace}
\newcommand{\fd}[2]{\ensuremath{\frac{d #1}{d #2}}\xspace}
\newcommand{\dint}{\ensuremath{\int\!\!\!\int}\xspace}
\newcommand{\tint}{\ensuremath{\int\!\!\!\int\!\!\!\int}\xspace}
%% Math Sets
\newcommand{\Q}[1]{\ensuremath{\mathbb{#1}}\xspace}
\newcommand{\R}{\Q{R}}
%% Matrix, Vector
\newcommand{\V}[1]{\ensuremath{\boldsymbol{#1}}\xspace}
\newcommand{\M}[1]{\ensuremath{\boldsymbol{#1}}\xspace}
\newcommand{\0}{\V{0}}
\newcommand{\1}{\V{1}}
\newcommand{\I}{\M{I}}
%% Math Functions
\newcommand{\F}[1]{\ensuremath{\mathrm{#1}}\xspace}
\newcommand{\sgn}{\F{sgn}}
\newcommand{\tr}{\F{trace}}
\newcommand{\diag}{\F{diag}}
%% Math Names
\newcommand{\N}[1]{\ensuremath{\mathit{#1}}\xspace}
%% Data
\newcommand{\mc}[1]{\ensuremath{\mathcal{#1}}\xspace}
\newcommand{\Hyp}{\mc{H}}
\newcommand{\D}{\mc{D}}
%% Kernel
\newcommand{\K}{\M{K}}
\newcommand{\eins}{\texorpdfstring{\ensuremath{\epsilon}}{\textepsilon}-insensitive\xspace}
\newcommand{\e}{\ensuremath{\epsilon}\xspace}
\newcommand{\Bxi}{\ensuremath{\boldsymbol{\xi}}\xspace}
\newcommand{\Kanova}{\ensuremath{\mathit{K_{ANOVA}}}\xspace}
\newcommand{\Kspline}{\ensuremath{\mathit{K_{spline}}}\xspace}
%% Bayesian
\newcommand{\MP}{\ensuremath{\mathit{{\scriptscriptstyle \hspace{-1.5pt}M\hspace{-1.5pt}P}}}\xspace}
\newcommand{\ML}{\ensuremath{\mathit{{\scriptscriptstyle \hspace{-1.5pt}M\hspace{-1.5pt}L}}}\xspace}
\newcommand{\Qw}{\ensuremath{Q_{\w}(\w)}\xspace}
\newcommand{\Qa}{\ensuremath{Q_{\Ba}(\Ba)}\xspace}
\newcommand{\Qb}{\ensuremath{Q_{\beta}(\beta)}\xspace}
\newcommand{\wMPab}{\ensuremath{\w_{\MP|\bar {\Ba},\bar \beta}}\xspace}
\newcommand{\wMP}{\ensuremath{\w_{\MP}}\xspace}
\newcommand{\yMP}{\ensuremath{y_{\MP}}\xspace}
\newcommand{\BaMP}{\ensuremath{\Ba_{\hspace{1pt}\MP}}\xspace}
\newcommand{\aMP}{\ensuremath{\alpha_{\hspace{1pt}\MP}}\xspace}
\newcommand{\bMP}{\ensuremath{\beta_{\hspace{1pt}\MP}}\xspace}
\newcommand{\Sab}{\ensuremath{\M{\Sigma}_{\bar \Ba,\bar \beta}}\xspace}
\newcommand{\Ba}{\ensuremath{\boldsymbol{\alpha}}\xspace}
\newcommand{\Bb}{\ensuremath{\boldsymbol{\beta}}\xspace}
\newcommand{\Bm}{\ensuremath{\boldsymbol{\mu}}\xspace}
\newcommand{\BL}{\ensuremath{\boldsymbol{\Lambda}}\xspace}
\newcommand{\BPhi}{\ensuremath{\boldsymbol{\Phi}}\xspace}
\newcommand{\SMP}{\ensuremath{\M{\Sigma}_{\MP}}\xspace}
\newcommand{\Pa}{\ensuremath{P(\alpha|\mathcal{H})}\xspace}
\newcommand{\Pb}{\ensuremath{P(\beta|\mathcal{H})}\xspace}
\newcommand{\Pab}{\ensuremath{P(\alpha,\beta|\mathcal{H})}\xspace}
\newcommand{\Pw}{\ensuremath{P(\w|\mathcal{H})}\xspace}
\newcommand{\PD}{\ensuremath{P(\D|\mathcal{H})}\xspace}
\newcommand{\PwIa}{\ensuremath{P(\w|\alpha,\mathcal{H})}\xspace}
\newcommand{\PDIwb}{\ensuremath{P(\D|\w,\beta,\mathcal{H})}\xspace}
\newcommand{\PDwab}{\ensuremath{P(\D,\w,\alpha,\beta|\mathcal{H})}\xspace}
\newcommand{\PDIw}{\ensuremath{P(\D|\w,\mathcal{H})}\xspace}
\newcommand{\PwID}{\ensuremath{P(\w|\D,\mathcal{H})}\xspace}
\newcommand{\PwabID}{\ensuremath{P(\w,\alpha,\beta|\D,\mathcal{H})}\xspace}
\newcommand{\PanH}{\ensuremath{P(\alpha)}\xspace}
\newcommand{\PbnH}{\ensuremath{P(\beta)}\xspace}
\newcommand{\PabnH}{\ensuremath{P(\alpha,\beta)}\xspace}
\newcommand{\PwnH}{\ensuremath{P(\w)}\xspace}
\newcommand{\PDnH}{\ensuremath{P(\D)}\xspace}
\newcommand{\PwIanH}{\ensuremath{P(\w|\alpha)}\xspace}
\newcommand{\PDIwbnH}{\ensuremath{P(\D|\w,\beta)}\xspace}
\newcommand{\PDwabnH}{\ensuremath{P(\D,\w,\Ba,\beta)}\xspace}
\newcommand{\PDIwnH}{\ensuremath{P(\D|\w)}\xspace}
\newcommand{\PwIDnH}{\ensuremath{P(\w|\D)}\xspace}
\newcommand{\PwabIDnH}{\ensuremath{P(\w,\alpha,\beta|\D)}\xspace}
\newcommand{\PDwBab}{\ensuremath{P(\D,\w,\Ba,\beta|\mathcal{H})}\xspace}
\newcommand{\PwIBa}{\ensuremath{P(\w|\Ba,\mathcal{H})}\xspace}
\newcommand{\PBab}{\ensuremath{P(\Ba,\beta|\mathcal{H})}\xspace}
\newcommand{\PwBabID}{\ensuremath{P(\w,\Ba,\beta|\D,\mathcal{H})}\xspace}
\newcommand{\PBanH}{\ensuremath{P(\Ba)}\xspace}
\newcommand{\PwIBanH}{\ensuremath{P(\w|\Ba)}\xspace}
%% Snakes
\newcommand{\Esnake}{\ensuremath{\mathit{E_{snake}}}\xspace}
\newcommand{\Eimage}{\ensuremath{\mathit{E_{image}}}\xspace}
\newcommand{\Econt}{\ensuremath{\mathit{E_{cont}}}\xspace}
\newcommand{\Ecurv}{\ensuremath{\mathit{E_{curv}}}\xspace}
\newcommand{\Eint}{\ensuremath{\mathit{E_{int}}}\xspace}
\newcommand{\Eext}{\ensuremath{\mathit{E_{ext}}}\xspace}
\newcommand{\Eterm}{\ensuremath{\mathit{E_{term}}}\xspace}
\newcommand{\Eline}{\ensuremath{\mathit{E_{line}}}\xspace}
\newcommand{\Eedge}{\ensuremath{\mathit{E_{edge}}}\xspace}
\newcommand{\Econ}{\ensuremath{\mathit{E_{con}}}\xspace}
\newcommand{\Eangle}{\ensuremath{\mathit{E_{angle}}}\xspace}
\newcommand{\Elshape}{\ensuremath{\mathit{E_{lshape}}}\xspace}
\newcommand{\Eedgedir}{\ensuremath{\mathit{E_{edgedir}}}\xspace}
\newcommand{\Emodel}{\ensuremath{\mathit{E_{model}}}\xspace}
\newcommand{\wte}{\ensuremath{\mathit{w_{term}}}\xspace}
\newcommand{\wli}{\ensuremath{\mathit{w_{line}}}\xspace}
\newcommand{\wed}{\ensuremath{\mathit{w_{edge}}}\xspace}
\newcommand{\wco}{\ensuremath{\mathit{w_{con}}}\xspace}
%% Environments
\newcounter{alg}
\newenvironment{algorithm}[1]
{
\stepcounter{alg}
\begin{table}[htb]
\centering
\begin{tabular}[t]{ll}
\hline&\\
\multicolumn{2}{l}{\bf Algorithm \arabic{alg}: #1}\\&\\
} {
&\\
\hline
\end{tabular}
\end{table}
}
%% ----------------------------------------------------------------
%% GDP.tex
%% ----------------------------------------------------------------
\documentclass[sotoncolour]{uosgdp} % Use the GDP Report Style with custom link colour
\graphicspath{{../Figures/}} % Location of your graphics files
\usepackage[round]{natbib} % Use Natbib style for the refs.
\usepackage{bibentry} % Use bibentry for prepublished works
\nobibliography* % Use bibentry for prepublished works
\usepackage{attrib} % Use the attrib package for quotations
\hypersetup{colorlinks=true} % Set to false for black/white printing
\input{Definitions} % Include your abbreviations
%% ----------------------------------------------------------------
%% --------------------THESIS/DOC INFORMATION ---------------------
\faculty {Faculty of [Insert faculty]}
\FACULTY {\MakeUppercase{\facname}}
\department {School of [Insert school]}
\DEPARTMENT {\MakeUppercase{\deptname}}
\group {[Group name]}
\GROUP {\MakeUppercase{\groupname}}
\title {An Investigation into \dots}
\authors {\texorpdfstring
{\href{mailto:S.A.Watson@soton.ac.uk}{Name and email, for example, Sarah Alison Watson}}
{Name and email, for example, Sarah Alison Watson}
}
\addresses {\groupname\\\deptname\\\univname}
\date {\today}
\supervisor {Mr Beavis}
\examiner {Dr Butthead}
\degree {Master of Engineering}
%% Optional Fields TODO: Replace these fields with your own data
\qualifications{[Insert Previous Qualifications, for example MEng]}
\subject {}
\keywords {}
\begin{document}
%% ------------------ FRONT MATTER ORGANISATION -------------------
\frontmatter
\maketitle
\begin{abstract}
This work is all about \dots
\end{abstract}
\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation
\tableofcontents
\listoffigures
\listoftables
%% The List of listings does not, by default, appear in the ToC, so....
\addtotoc{Listings}
\lstlistoflistings
\listofaddmaterial
\addtolom{Material Name e.g Map}
\addtolom{Material Name e.g CD}
\addtolom{Test Material}
%% ---------- STATEMENT OF ORIGINALITY/ ACKNOW. / DEDICATORY ----------
%% based on ai_statement.docx available: https://secure.ecs.soton.ac.uk/notes/elec6200/
%% If not for an ECS GDP and you want to remove or change the ECS Manadatory ai statements.
%%\authorshipdeclaration[\item Department specific regulation]{\item extra statements}
\authorshipdeclaration{
%% ********You must change the statements below if you do not agree with them. ***********
\item I have acknowledged all sources, and identified any content taken from elsewhere.
\item I have not used any resources produced by anyone else.
\item I did all the work myself, or with my allocated group, and have not helped anyone else.
\item The material in the report is genuine, and I have included all my data/code/designs.
\item I have not submitted any part of this work for another assessment.
\item My work did not involve human participants, their cells or data, or animals.}
%% -----------------------
\acknowledgements{Thanks to no one.}
\dedicatory{To \dots}
%%Lightweight Definitions and Abbreviations see package:nomencl for alternative
%% Include if relevant to discipline
\listofsymbols{ll}{$w$ & The weight vector\\$\S$ & If relevant to discipline}
\mainmatter
%% ------------------ MAIN MATTER (CONTENT) --------------------
\include{Introduction}
\include{Conclusions}
\begin{lstlisting}[caption=Listing of what an example listing would be like]
This is a test listing
The test listing has several lines
to show how the listings
will be displayed
\end{lstlisting}
\appendix
\include{AppendixA}
\backmatter
\bibliographystyle{plainnat}
\bibliography{UOS}
\end{document}
%% ----------------------------------------------------------------
%% ----------------------------------------------------------------
%% GDPSummary.tex
%% ----------------------------------------------------------------
\documentclass[sotoncolour]{uosgdpsummary} % Use the GDP Summary Report Style with custom link colour
\graphicspath{{../Figures/}} % Location of your graphics files
\usepackage[round]{natbib} % Use Natbib style for the refs.
\hypersetup{colorlinks=true} % Set to false for black/white printing
\input{Definitions} % Include your abbreviations
%% ----------------------------------------------------------------
%% --------------------THESIS/DOC INFORMATION ---------------------
\faculty {Faculty of [Insert faculty]}
\FACULTY {\MakeUppercase{\facname}}
\department {School of [Insert school]}
\DEPARTMENT {\MakeUppercase{\deptname}}
\group {[Group name]}
\GROUP {\MakeUppercase{\groupname}}
\title {An Investigation into \dots}
\authors {\texorpdfstring
{\href{mailto:S.A.Watson@soton.ac.uk}{Name and email, for example, Sarah Alison Watson}}
{Name and email, for example, Sarah Alison Watson}
}
\addresses {\groupname\\\deptname\\\univname}
\date {\today}
\supervisor {Mr Beavis}
\examiner {Dr Butthead}
\degree {Master of Engineering}
%% Optional Fields TODO: Replace these fields with your own data
\qualifications{[Insert Previous Qualifications, for example MEng]}
\subject {}
\keywords {}
\begin{document}
%% ------------------ FRONT MATTER ORGANISATION -------------------
\frontmatter
\maketitle
\mainmatter
%% ------------------ MAIN MATTER (CONTENT) --------------------
\section*{Introduction}
\section*{Objectives}
\section*{Resources}
\section*{Constraints}
\section*{Approaching the task}
\section*{Team Organisation}
\section*{Important Results}
\section*{Conclusions}
\section*{Recommendations}
\end{document}
%% ----------------------------------------------------------------
%% ----------------------------------------------------------------
%% Introduction.tex
%% ----------------------------------------------------------------
\chapter{Introduction} \label{Chapter:Introduction}
You probably found all the files from \cite{Longman:2019:templ},
they were originally made from \cite{Gunn:2001:pdflatex}.
Template specific instructions can be found at:
\url{https://git.soton.ac.uk/el7g15/uos-latex-template-instructions}.
\tref{Table:tabex} illustrates the results of some arbitrary example work.
\begin{table}[!htb]
\centering
\begin{tabular}{cc}
\toprule
\textbf{Training Error} & \textbf{Testing Error}\\
\midrule
0 & $\infty$\\
\bottomrule
\end{tabular}
\caption{The Results}
\label{Table:tabex}
\end{table}
\fref{Figure:figex} shows why this is the case.
\begin{figure}[!htb]
\centering
\includegraphics[width=8cm]{figure}
\caption{A colourful picture.}
\label{Figure:figex}
\end{figure}
This page shows you a subfigure example in \fref{Figure:figsubex}.
\begin{figure}[!htb]
\centering
\subcaptionbox{The left caption}{
\includegraphics[width=4.2cm]{figure}
\label{Figure:figsubex:left}
}
\subcaptionbox{The right caption}{
\includegraphics[width=4.2cm]{figure}
\label{Figure:figsubex:right}
}
\caption{A doubly colourful picture.}
\label{Figure:figsubex}
\end{figure}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum sodales ligula, ac aliquam sem interdum at. Ut commodo pulvinar ipsum. Aliquam et diam sed nibh tincidunt mollis vitae quis nunc. In vel ante vitae felis semper malesuada sed a metus. Aliquam semper metus vel metus imperdiet, quis mollis nisi volutpat. Integer in convallis erat, et auctor dui. Phasellus id tristique tortor. Mauris ac nisi ut mi pulvinar interdum. Donec quis nibh tempus erat lobortis dapibus non a nunc. Nulla laoreet tempus fringilla. Aliquam pulvinar, sapien eu interdum gravida, libero urna dapibus sem, sodales efficitur lorem nunc et justo. Proin vitae dolor nisl.
\section{A Section of a chapter}
Nulla molestie velit sed dui ullamcorper viverra. Fusce placerat vulputate lacus eu consequat. Cras ullamcorper vel mauris quis aliquam. Curabitur non varius elit, eget commodo urna. Phasellus erat libero, faucibus elementum augue eget, malesuada fringilla purus. Quisque pulvinar, lectus sit amet ultricies tristique, eros nunc commodo lacus, nec ultrices risus lorem vitae diam. Cras ac ornare nisi.
\subsection{Some quotes}
Nam egestas felis euismod erat tincidunt ornare. Nulla hendrerit tempor purus ac consequat. Aliquam commodo, ipsum vestibulum lobortis semper, urna turpis sagittis dolor, id ullamcorper nulla nisl vitae ex. Vivamus ut metus vel velit rhoncus pulvinar sit amet nec diam. Aliquam aliquet, enim eget efficitur euismod, velit arcu mattis nisl, a mollis dui leo vel libero. Nullam porttitor convallis magna ut feugiat. `Cras at ultrices metus.' Nullam vulputate quis justo sit amet pharetra. Praesent sodales eros non suscipit gravida.
\begin{quote}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec rutrum sodales ligula, ac aliquam sem interdum at.
\end{quote}
Pellentesque sodales lobortis feugiat. Vivamus volutpat mauris id odio aliquam maximus sed sit amet nibh. Fusce odio tortor, aliquam et mauris facilisis, interdum placerat tortor. Suspendisse dapibus, massa eget cursus congue, mi lectus luctus nisl, vitae sagittis ligula ante sit amet enim. Donec quis sapien vel ex vestibulum porta. Vivamus mattis sodales turpis, id interdum justo ullamcorper a. Aenean ornare urna turpis, id fermentum eros commodo aliquet. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec cursus pretium ex at mollis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed at diam quam. Etiam a sollicitudin dui. Nulla facilisi. Phasellus condimentum tincidunt ipsum. Sed dignissim neque a porttitor finibus. Maecenas pretium dictum lorem vitae viverra.
\begin{quote}
The \verb|\attrib| macro attributes block elements, for example when citing
a reference after a block quotation.
\ifdefined\attrib\attrib{\cite{attribpackage}}\fi
\end{quote}
Donec vitae massa nisi. Praesent sed sollicitudin urna. Suspendisse vitae cursus tortor. In egestas quis dolor ac porttitor. Pellentesque suscipit leo nisi, a semper nunc interdum quis. Aenean massa magna, aliquam imperdiet lorem vitae, vestibulum dignissim nunc. Nunc molestie eleifend dui et porta. Sed auctor eu nunc vel faucibus. Integer et finibus metus, pharetra egestas velit. Sed nec magna semper, rutrum diam vitae, accumsan sapien. Donec congue viverra luctus.
%% ----------------------------------------------------------------
%% MiniThesis.tex
%% ----------------------------------------------------------------
\documentclass[sotoncolour]{uosminithesis} % Use the minithesis Style with custom link colour
\graphicspath{{../Figures/}} % Location of your graphics files
\usepackage[round]{natbib} % Use Natbib style for the refs.
\usepackage{bibentry} % Use bibentry for prepublished works
\nobibliography* % Use bibentry for prepublished works
\usepackage{attrib} % Use the attrib package for quotations
\hypersetup{colorlinks=true} % Set to false for black/white printing
\input{Definitions} % Include your abbreviations
%% ----------------------------------------------------------------
%% --------------------THESIS/DOC INFORMATION ---------------------
\faculty {Faculty of [Insert faculty]}
\FACULTY {\MakeUppercase{\facname}}
\department {School of [Insert school]}
\DEPARTMENT {\MakeUppercase{\deptname}}
\group {[Group name]}
\GROUP {\MakeUppercase{\groupname}}
\title {An Investigation into \dots}
\authors {\texorpdfstring
{\href{mailto:S.A.Watson@soton.ac.uk}{Name and email, for example, Sarah Alison Watson}}
{Name and email, for example, Sarah Alison Watson}
}
\addresses {\groupname\\\deptname\\\univname}
\date {\today}
\supervisor {Mr Beavis}
\examiner {Dr Butthead}
%% Optional Fields TODO: Replace these fields with your own data
\qualifications{[Insert Previous Qualifications, for example MEng]}
\subject {}
\keywords {}
\begin{document}
%% ------------------ FRONT MATTER ORGANISATION -------------------
\frontmatter
\maketitle
\begin{abstract}
This work is all about \dots
There are broad instructions for this template entitled: How to use the University of Southampton LaTeX template. There is a technical reference included in the \texttt{doc} folder with the templates.
There is no prescribed font, you should use a font appropriate to your discipline. See Producing your thesis section 7.2.
\end{abstract}
\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation
\tableofcontents
\listoffigures
\listoftables
%% The List of listings does not, by default, appear in the ToC, so....
\addtotoc{Listings}
\lstlistoflistings
\listofaddmaterial
\addtolom{Material Name e.g Map}
\addtolom{Material Name e.g CD}
\addtolom{Test Material}
%% ---------- AUTHORSHIP DECLARATION/ ACKNOW. / DEDICATORY ----------
%% Either include citations like below (as many as required spaced with commas or 'and').
%% \bibentry command must be used here with prepublished papers
\authorshipdeclaration{\bibentry{Gunn:2001:pdflatex}\newline\bibentry{Lovell:2011:updated}\newline\bibentry{Gunn:2011:updated2}}
%% Or state no citations like below
%% \authorshipdeclaration{}
%% -----------------------
\acknowledgements{Thanks to no one.}
\dedicatory{To \dots}
%%Lightweight Definitions and Abbreviations see package:nomencl for alternative
%% Include if relevant to discipline
\listofsymbols{ll}{$w$ & The weight vector\\$\S$ & If relevant to discipline}
\mainmatter
%% ------------------ MAIN MATTER (CONTENT) --------------------
\include{Introduction}
\include{Conclusions}
\begin{lstlisting}[caption=Listing of what an example listing would be like]
This is a test listing
The test listing has several lines
to show how the listings
will be displayed
\end{lstlisting}
\appendix
\include{AppendixA}
\backmatter
\chapter{Glossary [if relevant]}
\bibliographystyle{plainnat}
\bibliography{UOS}
\chapter{Bibliography}
To use bibliography as well as the references section use the \texttt{multibbl} package.
\chapter{Index [if relevant]}
\end{document}
%% ----------------------------------------------------------------
%% ----------------------------------------------------------------
%% Progress.tex
%% ----------------------------------------------------------------
\documentclass[sotoncolour]{uosprogress} % Use the progress Style with custom link colour
\graphicspath{{../Figures/}} % Location of your graphics files
\usepackage[round]{natbib} % Use Natbib style for the refs.
\hypersetup{colorlinks=true} % Set to false for black/white printing
\input{Definitions} % Include your abbreviations
%% ----------------------------------------------------------------
%% --------------------THESIS/DOC INFORMATION ---------------------
\faculty {Faculty of [Insert faculty]}
\FACULTY {\MakeUppercase{\facname}}
\department {School of [Insert school]}
\DEPARTMENT {\MakeUppercase{\deptname}}
\group {[Group name]}
\GROUP {\MakeUppercase{\groupname}}
\title {An Investigation into \dots}
\authors {\texorpdfstring
{\href{mailto:S.A.Watson@soton.ac.uk}{Name and email, for example, Sarah Alison Watson}}
{Name and email, for example, Sarah Alison Watson}
}
\addresses {\groupname\\\deptname\\\univname}
\date {\today}
\supervisor {Mr Beavis}
\examiner {Dr Butthead}
%% Optional Fields TODO: Replace these fields with your own data
\qualifications{[Insert Previous Qualifications, for example MEng]}
\subject {}
\keywords {}
\begin{document}
%% ------------------ FRONT MATTER ORGANISATION -------------------
\frontmatter
\maketitle
\begin{abstract}
This work is all about \dots
There are broad instructions for this template entitled: How to use the University of Southampton LaTeX template. There is a technical reference included in the \texttt{doc} folder with the templates.
There is no prescribed font, you should use a font appropriate to your discipline. See Producing your thesis section 7.2.
\end{abstract}
\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation
\tableofcontents
\listoffigures
\listoftables
%% The List of listings does not, by default, appear in the ToC, so....
\addtotoc{Listings}
\lstlistoflistings
\listofaddmaterial
\addtolom{Material Name e.g Map}
\addtolom{Material Name e.g CD}
\addtolom{Test Material}
%%Lightweight Definitions and Abbreviations see package:nomencl for alternative
%% Include if relevant to discipline
\listofsymbols{ll}{$w$ & The weight vector\\$\S$ & If relevant to discipline}
\mainmatter
%% ------------------ MAIN MATTER (CONTENT) --------------------
\include{Introduction}
\include{Conclusions}
\begin{lstlisting}[caption=Listing of what an example listing would be like]
This is a test listing
The test listing has several lines
to show how the listings
will be displayed
\end{lstlisting}
\appendix
\include{AppendixA}
\backmatter
\chapter{Glossary [if relevant]}
\bibliographystyle{plainnat}
\bibliography{UOS}
\chapter{Bibliography}
To use bibliography as well as the references section use the \texttt{multibbl} package.
\chapter{Index [if relevant]}
\end{document}
%% ----------------------------------------------------------------
%% ----------------------------------------------------------------
%% Project.tex
%% ----------------------------------------------------------------
\documentclass[sotoncolour]{uosproject} % Use the Project Style with custom link colour
\graphicspath{{../Figures/}} % Location of your graphics files
\usepackage[round]{natbib} % Use Natbib style for the refs.
\usepackage{bibentry} % Use bibentry for prepublished works
\nobibliography* % Use bibentry for prepublished works
\usepackage{attrib} % Use the attrib package for quotations
\hypersetup{colorlinks=true} % Set to false for black/white printing
\input{Definitions} % Include your abbreviations
%% ----------------------------------------------------------------
%% --------------------THESIS/DOC INFORMATION ---------------------
\faculty {Faculty of [Insert faculty]}
\FACULTY {\MakeUppercase{\facname}}
\department {School of [Insert school]}
\DEPARTMENT {\MakeUppercase{\deptname}}
\group {[Group name]}
\GROUP {\MakeUppercase{\groupname}}
\title {An Investigation into \dots}
\authors {\texorpdfstring
{\href{mailto:S.A.Watson@soton.ac.uk}{Name and email, for example, Sarah Alison Watson}}
{Name and email, for example, Sarah Alison Watson}
}
\addresses {\groupname\\\deptname\\\univname}
\date {\today}
\supervisor {Mr Beavis}
\examiner {Dr Butthead}
\degree {BEng Electronic Engineering}
%% Optional Fields TODO: Replace these fields with your own data
\qualifications{[Insert Previous Qualifications, for example MEng]}
\subject {}
\keywords {}
\begin{document}
%% ------------------ FRONT MATTER ORGANISATION -------------------
\frontmatter
\maketitle
\begin{abstract}
This work is all about \dots
\end{abstract}
\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation
\tableofcontents
\listoffigures
\listoftables
%% The List of listings does not, by default, appear in the ToC, so....
\addtotoc{Listings}
\lstlistoflistings
\listofaddmaterial
\addtolom{Material Name e.g Map}
\addtolom{Material Name e.g CD}
\addtolom{Test Material}
%% ---------- AUTHORSHIP DECLARATION/ ACKNOW. / DEDICATORY ----------
%% Either include citations like below (as many as required spaced with commas or 'and').
%% \bibentry command must be used here with prepublished papers
\authorshipdeclaration{\bibentry{Gunn:2001:pdflatex}\newline\bibentry{Lovell:2011:updated}\newline\bibentry{Gunn:2011:updated2}}
%% Or state no citations like below
%% \authorshipdeclaration{}
%% -----------------------
\acknowledgements{Thanks to no one.}
\dedicatory{To \dots}
%%Lightweight Definitions and Abbreviations see package:nomencl for alternative
%% Include if relevant to discipline
\listofsymbols{ll}{$w$ & The weight vector\\$\S$ & If relevant to discipline}
\mainmatter
%% ------------------ MAIN MATTER (CONTENT) --------------------
\include{Introduction}
\include{Conclusions}
\begin{lstlisting}[caption=Listing of what an example listing would be like]
This is a test listing
The test listing has several lines
to show how the listings
will be displayed
\end{lstlisting}
\appendix
\include{AppendixA}
\backmatter
\bibliographystyle{plainnat}
\bibliography{UOS}
\end{document}
%% ----------------------------------------------------------------
%% ----------------------------------------------------------------
%% Report.tex
%% ----------------------------------------------------------------
\documentclass[sotoncolour]{uosreport} % Use the Report Style with custom link colour
\graphicspath{{../Figures/}} % Location of your graphics files
\usepackage[round]{natbib} % Use Natbib style for the refs.
\usepackage{bibentry} % Use bibentry for prepublished works
\nobibliography* % Use bibentry for prepublished works
\usepackage{attrib} % Use the attrib package for quotations
\hypersetup{colorlinks=true} % Set to false for black/white printing
\input{Definitions} % Include your abbreviations
%% ----------------------------------------------------------------
%% --------------------THESIS/DOC INFORMATION ---------------------
\faculty {Faculty of [Insert faculty]}
\FACULTY {\MakeUppercase{\facname}}
\department {School of [Insert school]}
\DEPARTMENT {\MakeUppercase{\deptname}}
\group {[Group name]}
\GROUP {\MakeUppercase{\groupname}}
\title {An Investigation into \dots}
\authors {\texorpdfstring
{\href{mailto:S.A.Watson@soton.ac.uk}{Name and email, for example, Sarah Alison Watson}}
{Name and email, for example, Sarah Alison Watson}
}
\addresses {\groupname\\\deptname\\\univname}
\date {\today}
%% Optional Fields TODO: Replace these fields with your own data
\qualifications{[Insert Previous Qualifications, for example MEng]}
\subject {}
\keywords {}
\begin{document}
%% ------------------ FRONT MATTER ORGANISATION -------------------
\frontmatter
\maketitle
\begin{abstract}
This work is all about \dots
\end{abstract}
\pdfbookmark[0]{\contentsname}{toc} % Add pdf bookmark for contents page for navigation
\tableofcontents
\listoffigures
\listoftables
%% The List of listings does not, by default, appear in the ToC, so....
\addtotoc{Listings}
\lstlistoflistings
\listofaddmaterial
\addtolom{Material Name e.g Map}
\addtolom{Material Name e.g CD}
\addtolom{Test Material}
%% ---------- AUTHORSHIP DECLARATION/ ACKNOW. / DEDICATORY ----------
%% Either include citations like below (as many as required spaced with commas or 'and').
%% \bibentry command must be used here with prepublished papers
\authorshipdeclaration{\bibentry{Gunn:2001:pdflatex}\newline\bibentry{Lovell:2011:updated}\newline\bibentry{Gunn:2011:updated2}}
%% Or state no citations like below
%% \authorshipdeclaration{}
%% -----------------------
\acknowledgements{Thanks to no one.}
\dedicatory{To \dots}
%%Lightweight Definitions and Abbreviations see package:nomencl for alternative
%% Include if relevant to discipline
\listofsymbols{ll}{$w$ & The weight vector\\$\S$ & If relevant to discipline}
\mainmatter
%% ------------------ MAIN MATTER (CONTENT) --------------------
\include{Introduction}
\include{Conclusions}
\begin{lstlisting}[caption=Listing of what an example listing would be like]
This is a test listing
The test listing has several lines
to show how the listings
will be displayed
\end{lstlisting}
\appendix
\include{AppendixA}
\backmatter
\bibliographystyle{plainnat}
\bibliography{UOS}
\end{document}
%% ----------------------------------------------------------------