From 97ba464ea10fb58f4e44bef9f64513e47a3498a3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Apr 2015 21:34:59 +0000 Subject: bangorcsthesis (6apr15) git-svn-id: svn://tug.org/texlive/trunk@36727 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/bangorcsthesis/bangorcsthesis.cls | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/bangorcsthesis') diff --git a/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls b/Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls index 9949f3ad89f..d9585025175 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.2.0} +\def\version{1.3.0} \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{bangorcsthesis}[2015/03/18 \version C. Gray] +\ProvidesClass{bangorcsthesis}[2015/04/06 \version C. Gray] \def\degreeScheme#1{\def\@scheme{#1}} @@ -224,10 +224,18 @@ footskip=1cm % - footer skip size } } -\newcommand{\references}{ +\DeclareDocumentCommand{\references}{ O{} }{% \appendix - \pagestyle{maincontentstyle} - \printbibliography[heading=bibnumbered] + { + \ifthenelse{\equal{#1}{small}}{% + \renewcommand*{\bibfont}{\footnotesize} + \linespread{1.0} + \setlength\itemsep{1ex} + \setlength\bibitemsep{0.7\itemsep} + }{} + \pagestyle{maincontentstyle} + \printbibliography[heading=bibnumbered] + } } \setstretch{1.5} % value for line spacing, use \setstretch{} or -- cgit v1.2.3