diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-06 21:34:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-06 21:34:59 +0000 |
commit | 97ba464ea10fb58f4e44bef9f64513e47a3498a3 (patch) | |
tree | 585b5df6532d0bbdb4d4d8a37877572b8e99d0f6 /Master/texmf-dist/tex/latex/bangorcsthesis | |
parent | 925f94240db08323153ef2909159b26ef4bb2f47 (diff) |
bangorcsthesis (6apr15)
git-svn-id: svn://tug.org/texlive/trunk@36727 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 | 18 |
1 files changed, 13 insertions, 5 deletions
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 |