From f76fe28fd98a36a5a31c0a8e28c50cb298d3653d Mon Sep 17 00:00:00 2001 From: Johan Janse van Rensburg Date: Wed, 4 Nov 2015 14:32:35 +0200 Subject: [PATCH 1/2] Added hyperref package Added to the main.tex file because it doesn't work in the stylesheet. --- README.md | 1 + main.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c1292f..da592f3 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ your PC) * [multirow](https://www.ctan.org/pkg/multirow) * [pgf, tikz](https://www.ctan.org/pkg/pgf) * [pgfplots](https://www.ctan.org/pkg/pgfplots) +* [hyperref](http://www.ctan.org/pkg/hyperref) Added to main.tex ## Contributing diff --git a/main.tex b/main.tex index ef33d96..92ca59f 100644 --- a/main.tex +++ b/main.tex @@ -28,6 +28,7 @@ \usepackage{amsfonts} \usepackage{amssymb} \usepackage{enumitem} +\usepackage{hyperref} %================================================= % thesis details %================================================= From 3932fe97623c14c63bbd41bfd885e1ce612e45de Mon Sep 17 00:00:00 2001 From: Johan Janse van Rensburg Date: Fri, 1 Apr 2016 10:17:13 +0200 Subject: [PATCH 2/2] Temp fix for update to biber breaking the template Temp fix for update to biber breaking the template form http://www.texdev.net/2016/03/13/biblatex-a-new-syntax-for-declarenameformat/ --- sunore.bbx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sunore.bbx b/sunore.bbx index 4112e61..1463951 100644 --- a/sunore.bbx +++ b/sunore.bbx @@ -66,9 +66,13 @@ \def\uppercasesingleletter#1{\uppercase{#1}} +% ==================================================================== +% Temp fix for template http://www.texdev.net/2016/03/13/biblatex-a-new-syntax-for-declarenameformat/ +% ==================================================================== +\@ifpackageloaded{biblatex_legacy}{ \DeclareNameFormat{author}{\ifthenelse{\value{listcount}>1}{\ifthenelse{\value{listcount}<\value{liststop}}{, }{ \& }}{}\sc\ifblank{#5}{}{\uppercasesingleletter#5 }#1\ifblank{#4}{}{ #4}} \DeclareNameFormat{editor}{\ifthenelse{\value{listcount}>1}{\ifthenelse{\value{listcount}<\value{liststop}}{, }{ \& }}{}\sc #1\ifblank{#4}{}{ #4}\ifthenelse{\value{listcount}=\value{liststop}}{\ifthenelse{\value{liststop}=1}{ ({\sc Ed})}{ ({\sc Eds})}}{}} - +} \newcommand{\January}{January} \newcommand{\February}{February} \newcommand{\March}{March}