From: James Bunton Date: Tue, 1 Jul 2008 11:10:15 +0000 (+1000) Subject: Vim: Improvements to LaTeX template. X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/65a029ac88367ae3fb7c9f319d203d567f12750a Vim: Improvements to LaTeX template. --- diff --git a/.vim/abbrs/latexreport.tex b/.vim/abbrs/latexreport.tex index e48b6da..c1cf3ae 100644 --- a/.vim/abbrs/latexreport.tex +++ b/.vim/abbrs/latexreport.tex @@ -10,7 +10,14 @@ \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}