Skip to content

Commit 3bdd315

Browse files
committed
Fix #8: remove unecessary natbib settings
1 parent 3b9221a commit 3bdd315

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

thesis.tex

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
\usepackage{lmodern}
2020
\usepackage{amsmath, amsthm, amssymb} % These packages extend math mode functions
2121
\usepackage{natbib} % This defines how references are handled (via package natbib)
22-
\def\citeapos#1{\citeauthor{#1}'s (\citeyear{#1})} % natbib settings as above
23-
\bibpunct{(}{)}{;}{a}{,}{,} % natbib settings as above, but we need to move away from Natbib
2422
\usepackage{multicol} % Package allows multiple columns of text - good for some lists
2523
\usepackage{xcolor} % Package allows for easier colour management
2624

0 commit comments

Comments
 (0)