Last Updated: July 17, 2023
·
163K
· anupamaa

How to cite a website in LaTeX

There are multiple ways to cite a website in LaTeX, but I find this the easiest and quickest -

Use the following as bib entry -

@MISC{Anu:2013,
author = {Aggarwal, Anupama},
title = {This is how you cite a website in latex},
month = may,
year = {2013},
howpublished={\url{http://precog.iiitd.edu.in/people/anupama}}
}

And use url package in your tex file -

\usepackage{url}