X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=preamble%2Fbibliography.tex;h=f1b6447f7764bab6d9dc8a1b405be3a079c208b7;hb=382f9709a872c0dfdb86e1184d07224a47c8eff3;hp=229eb6ee2b3b35903be448ced3667c35a078a453;hpb=5bd4efa4ebb3e70f19c6fa09366a8feb68aa2de7;p=phd-thesis.git diff --git a/preamble/bibliography.tex b/preamble/bibliography.tex index 229eb6e..f1b6447 100644 --- a/preamble/bibliography.tex +++ b/preamble/bibliography.tex @@ -1,13 +1,16 @@ \usepackage[square]{natbib} % Cite bib entry completely \setlength{\bibsep}{0.0pt} -%\def\bibfont{\small} +\def\bibfont{\footnotesize} %\setcitestyle{numbers} %\bibliographystyle{alpha} \bibliographystyle{abbrvnat} -%\apptocmd{\thebibliography}{\raggedright}{}{} -\usepackage{bibentry} % Cite bib entry completely -\nobibliography* -\newcommand{\citeentry}[1]{\begin{NoHyper}\bibentry{#1}\end{NoHyper}. \citep{#1}} +\usepackage{ragged2e} +\apptocmd{\thebibliography}{\RaggedRight}{}{} + +\makeatletter +\let\saved@bibitem\@bibitem% +\makeatother + \newcommand{\refurl}[2]{\url{#1}, accessed on: #2} \makeatletter