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/tex/latex/bangorcsthesis | |
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/tex/latex/bangorcsthesis')
-rw-r--r-- | Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls | 6 |
1 files changed, 3 insertions, 3 deletions
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}}% |