bib
[phd-thesis.git] / preamble / bibliography.tex
index 229eb6e..97d1220 100644 (file)
@@ -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}}
+\bibliographystyle{myabbrvnat}
+\usepackage{ragged2e}
+\apptocmd{\thebibliography}{\RaggedRight}{}{}
+
+\makeatletter
+\let\saved@bibitem\@bibitem%
+\makeatother
+
 \newcommand{\refurl}[2]{\url{#1}, accessed on: #2}
 
 \makeatletter