I had some difficulties making my references look the way I wanted in my document.
Currently, I am using these parameters for biblatex
:
\usepackage[backend=bibtex, url=false, style=authoryear, syle=verbose-ibid, maxbibnames=99]{biblatex}
I then just do a \printbibliography
at the end of my document to display all my references.
I had struggles showing all the authors name instead of et al., I also add struggles with automatic ibid showing but I managed to repair all that with the different parameters I added in the \usepackage[...]{biblatex}
Now the only thing I want to change is this annoying "In:." as shown here: the 'In:' problem
As you can see, the In: shows the journal of the article. I want the journal to be shown, but simply not the "In:". It also makes no sense as when there is no journal specified it just shows a weird "In:." as we can see on the second reference
Here is the example of the bib where there is just this "In:." :
@article{burke2008coastal,
title={Coastal capital: economic valuation of coral reefs in Tobago and St. Lucia.},
author={Burke, Lauretta and Greenhalgh, Suzie and Prager, Daniel and Cooper, Emily and others},
year={2008},
publisher={World Resources Institute}
}
If you have any idea, it would help me a lot !