Created
May 8, 2014 10:00
-
-
Save feupeu/05672465cd20d2055956 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt]{article} | |
\usepackage{cite} | |
\begin{document} | |
\title{My Article} | |
\author{Nobody Jr.} | |
\date{Today} | |
\maketitle | |
Blablabla said Nobody ~\cite{Nobody06}. | |
\bibliography{mybib}{} | |
\bibliographystyle{plain} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment