72aeb94b8302fa40830391ebd2b2dc93a9444d75
[phd-thesis.git] / preamble / bibliography.tex
1 \usepackage[square]{natbib} % Cite bib entry completely
2
3 \setlength{\bibsep}{0.0pt}
4 \def\bibfont{\footnotesize}
5 %\setcitestyle{numbers}
6 %\bibliographystyle{alpha}
7 \bibliographystyle{\subfix{myabbrvnat}}
8 \usepackage{ragged2e}
9 \apptocmd{\thebibliography}{\RaggedRight}{}{}
10
11 \makeatletter
12 \let\saved@bibitem\@bibitem%
13 \makeatother
14
15 \newcommand{\refurl}[2]{\url{#1}, accessed on: #2}
16
17 \makeatletter
18 \newcommand{\citepage}[1]{p.~#1}
19 \newcommand{\citepages}[1]{pp.~#1}
20 \newcommand{\citechapter}[1]{\cref@chapter@name~#1}
21 \newcommand{\citechapters}[1]{\cref@chapter@name@plural~#1}
22 \newcommand{\citesection}[1]{\cref@section@name~#1}
23 \newcommand{\citesections}[1]{\cref@section@name@plural~#1}
24 %\newcommand{\citesection}[1]{\S.~#1}
25 %\newcommand{\citesections}[1]{\S\S.~#1}
26 \newcommand{\citeparagraph}[1]{\P.~#1}
27 \newcommand{\citeparagraphs}[1]{\P\P.~#1}
28 \newcommand{\citelisting}[1]{\cref@listing@name~#1}
29 \makeatother