Search found 3 matches

by emmart
Mon Sep 30, 2019 1:21 pm
Forum: BibTeX, biblatex and biber
Topic: Using CTAN package in overleaf for Bath Harvard referencing
Replies: 4
Views: 5299

Using CTAN package in overleaf for Bath Harvard referencing

Thanks for your answer,
I copied your code and it worked, which I'm still not sure why but thanks a lot!
by emmart
Sun Sep 29, 2019 9:04 pm
Forum: BibTeX, biblatex and biber
Topic: Using CTAN package in overleaf for Bath Harvard referencing
Replies: 4
Views: 5299

Using CTAN package in overleaf for Bath Harvard referencing

Hello, thanks for your answer
I have tried the code which is in the manual;

\documentclass[12pt]{report}
\usepackage[square,numbers]{natbib}
\bibliographystyle{bathx}
\begin{document}

my text
\cite{saville2011}

\bibliography{Bibliography}
%I also tried \bibliography{Bibliography.bib}
\end ...
by emmart
Sun Sep 29, 2019 4:05 pm
Forum: BibTeX, biblatex and biber
Topic: Using CTAN package in overleaf for Bath Harvard referencing
Replies: 4
Views: 5299

Using CTAN package in overleaf for Bath Harvard referencing

Hello all,
I am completely new to BibTex and overleaf and an absolute beginner. I have been trying to understand how to use a package from CTAN for my bibliography but despite the explanations given, I am not managing to use it in overleaf.
The package: https://github.com/alex-ball/bathbib or ...