Skip to content

Instantly share code, notes, and snippets.

@feupeu
Created May 8, 2014 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feupeu/05672465cd20d2055956 to your computer and use it in GitHub Desktop.
Save feupeu/05672465cd20d2055956 to your computer and use it in GitHub Desktop.
\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