Referencesin.tex: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 19: | Line 19: | ||
To be or not to be | To be, or not to be: that is the question: ~\cite{Shake1600}. | ||
Latest revision as of 11:21, 11 August 2009
go back to Main Page, Chemistry & More, Writing Tips, Software for writing, LaTeX
\documentclass[11pt]{article}
\usepackage{cite}
\begin{document}
\title{References in}
\author{You}
\date{Today}
\maketitle
To be, or not to be: that is the question: ~\cite{Shake1600}.
\bibliography{biblio}{}
\bibliographystyle{plain}
\end{document}