Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.25 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.25 KB

UCT Author-Year Style For BibLaTeX

Preamble commands that extend the inbuilt authoryear style from BibLaTeX to support UCT's flavour of Harvard referencing.

How To Use

Just copy the contents of the single .tex file into the preamble of your latex doc. Make sure you're not importing biblatex already. Remove any code that provides unwanted functionality. Comments should be pretty clear.

Options

style=authoryear-comp: deals with papers written by the same author but in different years. Change to authoryear to have it repeat citations.

maxcitenames=2: for papers with more than 2 athors we cite first author and et al. (This is set to 2 here because of the Biology Faculty, but the official docs maintain it should be 3).

maxbibnames=8: similar to the above but for the bibliography.

giveninits=true: uses initials rather than the full names in the bibliography.

Further Docs

Find the full biblatex docs at http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/biblatex/doc/biblatex.pdf. Specifically section 3.

License

Creative Commons Zero v1.0 Universal