Tagged Questions

14
votes
2answers
18k views

How do I cite author in Latex?

How do I cite authors in Latex? I tried using natbib package ---- doc.tex ---- ... \usepackage{natbib} ... \citeauthor{736184} ... ---- doc.bib ---- @inproceedings{736184, author = {Broder, ...
3
votes
2answers
862 views

How to indicate “accessed” attribute in Bibtex file when citing urls with IEEE?

According to the IEEE citation style reference, in case we cite urls the access time of the url should be indicated as well. Does anybody know how to indicate this when using BibTeX? Thanks, Zoltan
1
vote
1answer
213 views

Automatically abbreviate authors' first names in LaTeX

Using natbib/Latex/Bibtex, in the references section I get references with full first names like: Vladimir Iosifovich Levenshtein. Binary codes capable of correcting deletions, insertions, and ...
0
votes
1answer
41 views

How to reduce the size of the citation(like [1]) generated by \cite{1} tag in latex

Wikipedia neatly superscripts n reduces the size of all the citations. Is there a way to get it in latex.