diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-05 20:50:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-05 20:50:16 +0000 |
commit | 16e714e26f9fa1e4fc534e9eb4423f32b8e519f6 (patch) | |
tree | 755d2619721b015fd7c9ea01889027b6faa7c086 /Master/texmf-dist/tex | |
parent | b96aff427b26a9599f0ea3a3d01d70aeaba752af (diff) |
bangorcsthesis (5oct18)
git-svn-id: svn://tug.org/texlive/trunk@48834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls b/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls index 8de381a7d85..178889392da 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.5.1} +\def\version{1.5.3} \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{bangorcsthesis}[2016/08/24 \version C. Gray] +\ProvidesClass{bangorcsthesis}[2018/10/04 \version C. Gray] \def\degreeScheme#1{\def\@scheme{#1}} @@ -164,7 +164,7 @@ } \ifthenelse{\boolean{@sansserifheadings}}% {% -\newcommand{\tgherosfontfoot}{\fontfamily{fvs}\selectfont} +\newcommand{\tgherosfontfoot}{\fontfamily{fvs}\selectfont} }{% \newcommand{\tgherosfontfoot}{\fontfamily{bch}\selectfont} } @@ -394,7 +394,7 @@ arg1=#1, arg2=#2, arg3=#3% \begin{minipage}{.65\textwidth}% \begin{flushleft} {\hugequote}\textit{#1} -\end{flushleft} +\end{flushleft} \begin{flushright} \if\relax\detokenize{#2}\relax\else --- \textbf{#2} \\ @@ -403,9 +403,9 @@ arg1=#1, arg2=#2, arg3=#3% \end{flushright} \end{minipage}% \end{flushright} -\end{minipage}% +\end{minipage}% \bigskip -} +} \RequirePackage{tikz,forloop} \newcommand{\bangorlogo}{% @@ -3704,8 +3704,8 @@ bookmarksopen=true % \centering \scalebox{0.38}{\bangorlogo} \\ -{School of Computer Science \\ - \vspace{-1.5mm}College of Physical \& Applied Sciences} \\ +{School of Computer Science and Electronic Engineering \\ + \vspace{-1.5mm}College of Environmental Sciences and Engineering} \\ \vfill @@ -3727,7 +3727,7 @@ bookmarksopen=true % \ifnum \FSSize{supervisors}>1 \textit{Supervisors} \else \textit{Supervisor} \fi \newcounter{l} \forloop[-1]{l}{\FSSize{supervisors}}{\value{l}>0}{% -\FSBottom{supervisors}\FSShift{supervisors}\ifnum \FSSize{supervisors}>0 \ \textit{and} \fi} +\FSBottom{supervisors}\FSShift{supervisors}\ifnum \FSSize{supervisors}>0 \ \textit{and} \fi} \vspace{1cm} \@date} |