Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

first word not visible when compiling citation in overleaf

im citing a website link in overleaf. however full name is not visible in compiling. instead of getting (Department of Agriculture and Farmers Welfare, 2022) I’m getting (of Agriculture and Farmers Welfare, 2022).

citation: @misc{rainfed,
    author = {Department of Agriculture and Farmers Welfare},
    title = {rainfed},
    year = {2022},
    month = {November 16},
    url = {https://agricoop.gov.in/en/RainfedDiv}
}

bibliography: \bibliography{agusample}

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

"Department" is parsed as the author’s first name, and "of Agriculture and Farmers Welfare" as the last name.

Add an additional pair of braces, like so:

author = {{Department of Agriculture and Farmers Welfare}},
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading