I want to change in-text citation abbreviation. I mean, I want to use Turkish version of English abbreviation. I searched before I asked queation but I can not figure out.
For example,
Davidson ve MacKinnon (1993) instead of Davidson and MacKinnon (1993)
or
Heckman ve diğ. (2010) instead of Heckman et al. (2010).
\documentclass[a4,11pt]{book}
\usepackage[utf8]{inputenc}
\usepackage[turkish]{babel}
\usepackage [top=2 cm, bottom=2cm, right=3cm, left=3cm]{geometry}
\usepackage{natbib}
\usepackage{hyperref}
\hypersetup{colorlinks=true,citecolor=blue, linkcolor=blue}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{lineno}
\usepackage{amsmath}
abbrvnat.bstfile and paste it where you found the other one. Then, take the modified one and rename it liketurkabbrv.bst. Now you should have two: the original and the new one. In your document simply call\bibliographystyle{turkabbrv}and that's it. – Alenanno Jan 20 '16 at 10:54