Referencesin.tex: Difference between revisions
Jump to navigation
Jump to search
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}... |
No edit summary |
||
| Line 1: | Line 1: | ||
\documentclass[11pt]{article} | \documentclass[11pt]{article} | ||
\usepackage{cite} | \usepackage{cite} | ||
\begin{document} | \begin{document} | ||
\title{References in} | \title{References in} | ||
\author{You} | \author{You} | ||
\date{Today} | \date{Today} | ||
\maketitle | \maketitle | ||
To be or not to be ~\cite{Shake1600}. | To be or not to be ~\cite{Shake1600}. | ||
\bibliography{biblio}{} | \bibliography{biblio}{} | ||
\bibliographystyle{plain} | \bibliographystyle{plain} | ||
\end{document} | \end{document} | ||
Revision as of 11:16, 11 August 2009
\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}