summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bangorcsthesis
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/bangorcsthesis')
-rw-r--r--Master/texmf-dist/tex/latex/bangorcsthesis/bangorcsthesis.cls18
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