Skip to content

Instantly share code, notes, and snippets.

@tywtyw2002
Created June 13, 2014 01:10
Show Gist options
  • Save tywtyw2002/394346ba4564dffeab3a to your computer and use it in GitHub Desktop.
Save tywtyw2002/394346ba4564dffeab3a to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\author{Tianyi Wu}
\date{June 2014}
\usepackage{natbib}
\usepackage{graphicx}
\begin{document}
\title{example-url\url{http://c70.io}}
\maketitle
\section{Introduction}
There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.
There is another theory which states that this has already happened.
\begin{figure}[h!]
\centering
\includegraphics[scale=1.7]{universe.jpg}
\caption{The Universe}
\label{fig:univerise}
\end{figure}
\section{Conclusion}
``I always thought something was fundamentally wrong with the universe'' \citep{adams1995hitchhiker}
\bibliographystyle{plain}
\bibliography{references}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment