Search found 2 matches

by clarkkogan
Mon Jul 29, 2013 11:01 pm
Forum: BibTeX, biblatex and biber
Topic: Format for Citations
Replies: 2
Views: 3574

Re: Format for Citations

Perfect! Exactly what I needed!!

Clark
by clarkkogan
Mon Jul 29, 2013 9:06 pm
Forum: BibTeX, biblatex and biber
Topic: Format for Citations
Replies: 2
Views: 3574

Format for Citations

Hello,

I am having some simple problems getting natbib to work. I input the following into a .tex file.

\documentclass[11pt]{article}
\usepackage{natbib}

\begin{document}
I used \cite{greenwade93} to write this article.

\bibliographystyle{plain}
\bibliography{2013-07-24-bibtex}
\end{document ...