From ba5286e86ba7c5f3bcfe88e74c4df8acd64638cb Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 25 Nov 2019 21:46:06 +0100 Subject: [PATCH] Add LaTeX template document --- templates/document.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/document.tex diff --git a/templates/document.tex b/templates/document.tex new file mode 100644 index 0000000..5f0a464 --- /dev/null +++ b/templates/document.tex @@ -0,0 +1,11 @@ +\documentclass{article} + +\title{Programming is fun!} +\author{DarkWiiPlayer} + +\begin{document} +\maketitle +Programming is fun! \cite{sicp} +\bibliographystyle{apalike} +\bibliography{$HOME/me/bibliotheca.bib} +\end{document}