summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r--Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx b/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx
index a98eca5f2dd..5b0f7fc4681 100644
--- a/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx
+++ b/Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx
@@ -47,10 +47,11 @@
%\changes{v1.2.0}{2015/03/18}{Added serif headings and compressed cite style.}
%\changes{v1.3.0}{2015/04/06}{Added small references style.}
%\changes{v1.4.0}{2015/04/06}{Added centred captions option.}
+%\changes{v1.5.0}{2016/01/20}{Changed serif font to New TX.}
%\pagestyle{fancy}
%\title{Bangor University Computer Science Department\\ Thesis Document Class}
%\author{Cameron Gray \texttt{<c.gray@bangor.ac.uk>}}
-%\date{April 6, 2015}
+%\date{January 20, 2016}
%\maketitle
%
%\begin{abstract}
@@ -259,11 +260,11 @@
% \end{macrocode}
%\fi
% \begin{macrocode}
-\def\version{1.4.0}
+\def\version{1.5.0}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{bangorcsthesis}[2015/12/01 \version C. Gray]
+\ProvidesClass{bangorcsthesis}[2016/01/20 \version C. Gray]
% Originally inspired by Clean Thesis
% - http://cleanthesis.der-ric.de/
@@ -383,7 +384,7 @@
\newcommand{\tgherosfont}{\fontfamily{fvs}\selectfont}
}{%
% Using serif fonts
- \RequirePackage{charter} % font set: Charter
+ \usepackage{newtxtext,newtxmath} % font set: New TX
%\RequirePackage{fourier} % font set: (basically improved utopia)
\newcommand{\tgherosfont}{\fontfamily{bch}\selectfont}
}