BibTeX, biblatex and biberbibtex formatting

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
celine2024
Posts: 1
Joined: Tue Sep 03, 2024 4:14 pm

bibtex formatting

Post by celine2024 »

I use the following code in my Overleaf paper:

\usepackage[citestyle=authoryear, backend=biber, natbib]{biblatex-chicago}

I obtain the following for a reference listed in my bibtex file using this code

[1] TriViDang, GaryGorton, and Bengt Holmstrom. “The information view of financial crises.” Annual Review of Financial Economics 12.1 (2020), pp. 39–65

I need to re-arrange my package to instead obtain the following (thus remove the number and the pp, replace the . with , and Annual Review of Financial Economics also needs to be in italics)

TriViDang, GaryGorton, and Bengt Holmstrom. “The information view of financial crises,” Annual Review of Financial Economics 12.1 (2020), 39–65.

I will really appreciate some help as I did not manage to update the tex code, looking forward to your response.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply