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 |
||
| (4 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} | ||
\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 | |||
To be, or not to be: that is the question: ~\cite{Shake1600}. | |||
\bibliography{biblio}{} | \bibliography{biblio}{} | ||
\bibliographystyle{plain} | \bibliographystyle{plain} | ||
\end{document} | \end{document} | ||
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}