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