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