Add LaTeX template document
This commit is contained in:
parent
385370c1b5
commit
ba5286e86b
1 changed files with 11 additions and 0 deletions
11
templates/document.tex
Normal file
11
templates/document.tex
Normal file
|
@ -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}
|
Loading…
Reference in a new issue