]> code.delx.au - dotfiles/blobdiff - .vim/abbrs/latexreport.tex
Convert tabs to spaces
[dotfiles] / .vim / abbrs / latexreport.tex
index e48b6dabad805c6a41d5662f9e7c1956b9a4eacd..ff020037ad1115c7b8e7eb6a3f66b05aa51f5683 100644 (file)
 \usepackage{amssymb,amsmath}
 
 % Support links in the pdf file
-\usepackage{hyperref}
+\usepackage[pdfborder={0,0,0}]{hyperref}
+
+% Allow \url{}
+\usepackage{url}
+
+% Allow fancier citations, \citet \citep \citeauthor, etc
+% See details here: http://merkel.zoneo.net/Latex/natbib.php
+\usepackage[square,comma,sort,authoryear]{natbib}
 
 % Put a medium sized gap between paragraphs
 \setlength{\parskip}{\medskipamount}
 
 % Bibliography style. Aside from plain, there is also apalike.
 % Look for *.bst files
-\bibliographystyle{plain}
+\bibliographystyle{plainnat}
 
 
 \title{___The Title goes here}
 \author{
-       ___First Author\\
-       (email: \tt{___user@example.com}) \\
+    ___First Author\\
+    (email: \tt{___user@example.com}) \\
 }
 
 \begin{document}