diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-21 22:21:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-21 22:21:12 +0000 |
commit | aa6ee25a74c9789f6cae04f6c3ba3a8abac7fef8 (patch) | |
tree | 2175ed71902c5db16ed456f5a0e60af48cc4d8eb /Master/texmf-dist | |
parent | 6bc95e6094c8ab340bb23f1598b3c3d34d613f04 (diff) |
bangorcsthesis (21jan16)
git-svn-id: svn://tug.org/texlive/trunk@39451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/bangorcsthesis/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf | bin | 286203 -> 285559 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/bangorcsthesis/bangorcsthesis.dtx | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls | 6 |
4 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/bangorcsthesis/README b/Master/texmf-dist/doc/latex/bangorcsthesis/README index 07ed7d9e16e..ce2b2a27655 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> April 06, 2015 +Cameron Gray <c.gray@bangor.ac.uk> January 20, 2016 Abstract diff --git a/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf b/Master/texmf-dist/doc/latex/bangorcsthesis/bangorcsthesis.pdf Binary files differindex 7eb254d24fa..a44db473e48 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 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} } diff --git a/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls b/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls index efb6c1fbaf8..4c8e3d1061e 100644 --- a/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls +++ b/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls @@ -45,11 +45,11 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\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] \def\degreeScheme#1{\def\@scheme{#1}} @@ -157,7 +157,7 @@ \renewcommand*\familydefault{\sfdefault}% \newcommand{\tgherosfont}{\fontfamily{fvs}\selectfont} }{% -\RequirePackage{charter} % font set: Charter +\usepackage{newtxtext,newtxmath} % font set: New TX \newcommand{\tgherosfont}{\fontfamily{bch}\selectfont} } \ifthenelse{\boolean{@sansserifheadings}}% |