Referencesin.tex: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
go back to [[Main Page]], [[Chemistry & More]], [[Writing Tips]], [[Software for writing]], [[LaTeX]] | |||
\documentclass[11pt]{article} | \documentclass[11pt]{article} | ||
| Line 15: | 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}