Tagged Questions
The citation tag has no wiki summary.
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
2
votes
2answers
101 views
Seeking citation parser
I need a parser that will scan scholarly texts, extract citations, and parse those citations into their component parts (author, title, publication date, etc).
I've tried Paracite, but it is ...
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.
-1
votes
0answers
36 views
Parsing Pages to find citation information
I'm trying to work out the best way to parse ANY reference webpage for citation information like author name, date, name, website name etc. The biggest problem being that not all sites have all of ...