Skip to content

creme332/uom-harvard-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uom-harvard-latex

uomharvard.sty is a LaTeX style file that provides Harvard-style citations and bibliography formatting compliant with the University of Mauritius's referencing guidelines. This package is designed for students who need to format their dissertations according to UoM standards. See an example of the style in example.pdf.

Prerequisites

  • LaTeX distribution (e.g., TeX Live)
  • biblatex package (usually included with LaTeX distributions)
  • biber backend for bibliography processing (usually included with LaTeX distributions)
  • xpatch package (usually included with LaTeX distributions)

Installation

  1. Download uomharvard.sty from this repository.
  2. Place the file in the same directory as your root .tex document.

Usage

Add \usepackage{uomharvard} to your LaTeX document preamble:

\documentclass{article}
\usepackage{uomharvard}

\begin{document}

Your content here with citations \parencite{Author2020}.

\bibliography{yourbibfile}

\end{document}

Compile with latexmk -pdf.

Citation Commands

The package provides standard biblatex citation commands:

  • \parencite{key} - Parenthetical citation: (Author Year)
  • \textcite{key} - Textual citation: Author (Year)
  • \parencite*{key} - Suppress author, show only year: (Year)
  • \citeauthor{key} - Cite author name only: Author
  • \parencite[page]{key} - Citation with page number: (Author Year, page)
  • \parencite[see][chapter 3]{key} - Citation with pre- and post-notes
  • \printbibliography - Print the bibliography/reference list

Note: To make citations clickable, add \usepackage{hyperref} after loading uomharvard.

Contributing

Contributions are welcome! If you find bugs or have suggestions for improvements, open a new issue with a detailed description and minimal example

References

Disclaimer

This package is not officially endorsed by the University of Mauritius. Users should verify that the output meets current UoM requirements, as guidelines may be updated periodically.

About

LaTeX style package implementing University of Mauritius Harvard referencing requirements.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages