summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/bangorcsthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-21 22:21:12 +0000
committerKarl Berry <karl@freefriends.org>2016-01-21 22:21:12 +0000
commitaa6ee25a74c9789f6cae04f6c3ba3a8abac7fef8 (patch)
tree2175ed71902c5db16ed456f5a0e60af48cc4d8eb /Master/texmf-dist/source/latex/bangorcsthesis
parent6bc95e6094c8ab340bb23f1598b3c3d34d613f04 (diff)
bangorcsthesis (21jan16)
git-svn-id: svn://tug.org/texlive/trunk@39451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/bangorcsthesis')
-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}
}