]> code.delx.au - dotfiles/commitdiff
Vim: Improvements to LaTeX template.
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 1 Jul 2008 11:10:15 +0000 (21:10 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 1 Jul 2008 11:10:15 +0000 (21:10 +1000)
.vim/abbrs/latexreport.tex

index e48b6dabad805c6a41d5662f9e7c1956b9a4eacd..c1cf3aed182879ebc25d202a46a376a98d0ced53 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}
@@ -23,7 +30,7 @@
 
 % Bibliography style. Aside from plain, there is also apalike.
 % Look for *.bst files
-\bibliographystyle{plain}
+\bibliographystyle{plainnat}
 
 
 \title{___The Title goes here}