diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/bangorcsthesis/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf | bin | 286699 -> 286493 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/bangorcsthesis/README b/Master/texmf-dist/doc/latex/bangorcsthesis/README index ddd9c66325f..f74b4926ebd 100644 --- a/Master/texmf-dist/doc/latex/bangorcsthesis/README +++ b/Master/texmf-dist/doc/latex/bangorcsthesis/README @@ -1,6 +1,6 @@ Bangor University Computer Science Department Thesis Document Class -Cameron Gray <c.gray@bangor.ac.uk> August 24, 2016 +Cameron Gray <c.gray@bangor.ac.uk> August 10, 2017 Abstract diff --git a/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf b/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf Binary files differindex cc0d73f4232..cda31cb91c2 100644 --- a/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf +++ b/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf diff --git a/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx b/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx index 404c30c059c..d303e9a0c5a 100644 --- a/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx +++ b/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx @@ -49,10 +49,11 @@ %\changes{v1.4.0}{2015/04/06}{Added centred captions option.} %\changes{v1.5.0}{2016/01/20}{Changed serif font to New TX.} %\changes{v1.5.1}{2016/08/24}{Altered fancyfoot options to remove superflous warnings.} +%\changes{v1.5.2}{2017/08/10}{Altered heading handling for the references section.} %\pagestyle{fancy} %\title{Bangor University Computer Science Department\\ Thesis Document Class} %\author{Cameron Gray \texttt{<c.gray@bangor.ac.uk>}} -%\date{August 24, 2016} +%\date{August 10, 2017} %\maketitle % %\begin{abstract} @@ -476,7 +477,7 @@ \setlength\bibitemsep{0.7\itemsep} }{} \pagestyle{maincontentstyle} - \printbibliography[heading=bibnumbered] + \printbibliography[heading=bibintoc] } } diff --git a/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls b/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls index 72ef2a6365d..8de381a7d85 100644 --- a/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls +++ b/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls @@ -240,7 +240,7 @@ footskip=1cm % - footer skip size \setlength\bibitemsep{0.7\itemsep} }{} \pagestyle{maincontentstyle} - \printbibliography[heading=bibnumbered] + \printbibliography[heading=bibintoc] } } |