229eb6ee2b3b35903be448ced3667c35a078a453
[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 \usepackage{bibentry} % Cite bib entry completely
9 \nobibliography*
10 \newcommand{\citeentry}[1]{\begin{NoHyper}\bibentry{#1}\end{NoHyper}. \citep{#1}}
11 \newcommand{\refurl}[2]{\url{#1}, accessed on: #2}
12
13 \makeatletter
14 \newcommand{\citepage}[1]{p.~#1}
15 \newcommand{\citepages}[1]{pp.~#1}
16 \newcommand{\citechapter}[1]{\cref@chapter@name~#1}
17 \newcommand{\citechapters}[1]{\cref@chapter@name@plural~#1}
18 \newcommand{\citesection}[1]{\cref@section@name~#1}
19 \newcommand{\citesections}[1]{\cref@section@name@plural~#1}
20 %\newcommand{\citesection}[1]{\S.~#1}
21 %\newcommand{\citesections}[1]{\S\S.~#1}
22 \newcommand{\citeparagraph}[1]{\P.~#1}
23 \newcommand{\citeparagraphs}[1]{\P\P.~#1}
24 \newcommand{\citelisting}[1]{\cref@listing@name~#1}
25 \makeatother