BibTeX, biblatex and biberWant to replace numbers with author,year in in text citation

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
rsmnsu
Posts: 4
Joined: Mon Nov 13, 2017 8:02 pm

Want to replace numbers with author,year in in text citation

Post by rsmnsu »

I initiate in overleaf

Code: Select all

\documentclass[]{article}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{booktabs}
\usepackage{amsmath}
\usepackage{rotating}
\usepackage{lscape}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{float}
\usepackage{booktabs,caption,fixltx2e}
\usepackage[flushleft]{threeparttable}
\usepackage{tabularx}
\usepackage{adjustbox}
\usepackage{hyperref}
\usepackage{morefloats}
\usepackage{breakcites}

\begin{document}
Such as \cite{Maneschiold:2006,Dungey:2005,Karolyi:2003,Daly:2003,Forbes:2002,Allen:2000,Engle:1994,Masulis:1990}. Indeed, studies investigating systemic risks through contagion, more recently, suggests economic downturns originate in networks between entities

\bibliographystyle{plain}
\bibliography{paper1}
\end{document}
My output looks like
'Such as [1 ,2 , 3].....'
I want results to be instead, (Maneschold, 2006; Dungey ,2005;...)

Please help
Last edited by Stefan Kottwitz on Mon Dec 04, 2017 12:40 pm, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Want to replace numbers with author,year in in text citation

Post by Johannes_B »

Bibliography style plain is a numbered style (as you can see), this is the Vancouver system of citing.
You are looking for a style in the Harvard system, which means author-date.
Please have a look at Where can I find collections of bibliography styles?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply