latex

Add Citation

Add citation to already existing LaTeX document

At the end of the document add the following:

\bibliographystyle{style}

\bibliography{file location}

Create a file with extension .bib and save the citation as follows:

@inproceedings{citation_name,
  title={Paper Title},
  author={List Authors},
  pages={45--48},
  year={2013},
  organization={organization name}
}

To cite use the following: \citet{citation_name}


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow