Referencesin.tex

From Wiki
Revision as of 11:15, 11 August 2009 by 10.0.7.14 (talk) (New page: \documentclass[11pt]{article} \usepackage{cite} \begin{document} \title{References in} \author{You} \date{Today} \maketitle To be or not to be ~\cite{Shake1600}. \bibliography{biblio}...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

\begin{document}

\title{References in} \author{You} \date{Today} \maketitle

To be or not to be ~\cite{Shake1600}.

\bibliography{biblio}{} \bibliographystyle{plain} \end{document}