diff --git a/templates/document.tex b/templates/document.tex index 5f0a464..25eaeed 100644 --- a/templates/document.tex +++ b/templates/document.tex @@ -1,11 +1,23 @@ \documentclass{article} +\usepackage{graphicx} +\usepackage{cite} + \title{Programming is fun!} \author{DarkWiiPlayer} \begin{document} \maketitle + +\begin{figure}[h] + \centering + \includegraphics{$HOME/image.png} + \caption{An image} + \label{fig:image1} +\end{figure} + Programming is fun! \cite{sicp} -\bibliographystyle{apalike} + \bibliography{$HOME/me/bibliotheca.bib} +\bibliographystyle{apalike} \end{document}