Referencesin.tex

From Wiki
Jump to navigation Jump to search

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}