Tagged Questions
3
votes
2answers
5k views
Putting citation text on same slide with LaTeX Beamer
By default, using \cite in the Beamer class of LaTeX places the actual citation information at the end of the presentation on a separate slide containing the bibliography. How does one get the ...
1
vote
2answers
451 views
How to change citation format?
I'm using Harvard citations in a paper.
I use the following options:
\usepackage{natbib}
\bibpunct{(}{)}{,}{a}{}{;}
...
\bibliographystyle{plainnat}
\bibliography{Comparison}
When I use \cite and ...
0
votes
1answer
661 views
Citation formatting and the hyperref package
I'm using the hyperref package in my document. One of the things that it does is create bookmarks in my pdf, based on the table of contents. Some section titles contain a reference to a citation
...