Bishop’s University Thesis Formatting Requirements

Bishop’s University is a small, primarily English-language liberal arts university in Sherbrooke, Quebec. For graduate students in Computer Science, the thesis formatting requirements are specific and strict: LaTeX is mandatory, and the buthesis.cls document class must be used.


Important: LaTeX is Mandatory for Computer Science MSc

Unlike most universities that offer both Word and LaTeX options, Bishop’s Computer Science MSc program requires LaTeX using the official buthesis class. No Word template is available for this program.


Official Formatting Requirements

ParameterRequirement
Document classbuthesis.cls (mandatory)
Body font size11pt recommended
URLsMust be clickable (hyperlinks) in the final PDF
FormatPDF submission

All margins, fonts, and spacing are defined by the buthesis.cls class. Do not override the class defaults.


Getting the buthesis Template

Download

  • Official documentation (PDF): buthesis documentation
  • Class file: Contact the Computer Science department or download from the CS department server

Basic usage

\documentclass[11pt]{buthesis}

\begin{document}
% Your thesis content here
\end{document}

Refer to the buthesis.pdf documentation for all available options and required front matter commands.


Required Thesis Structure

  1. Title page (generated by buthesis)
  2. Abstract
  3. Acknowledgements (optional)
  4. Table of Contents
  5. List of Figures (if applicable)
  6. List of Tables (if applicable)
  7. Introduction
  8. Chapters
  9. Conclusion
  10. Bibliography / References
  11. Appendices (if applicable)

All URLs in the thesis must be clickable hyperlinks in the final PDF. Use the hyperref package:

\usepackage{hyperref}

This is an explicit requirement and submissions with non-clickable URLs may be returned for revision.


Official Resources


Formatting Your Bishop’s Thesis with Uniformat

Uniformat supports LaTeX thesis generation compatible with Bishop’s buthesis specifications. Generate a properly structured LaTeX document ready for the buthesis class.

Get started free →


Sources: Bishop’s University CS Department, buthesis.pdf documentation (accessed March 2026). Last verified: March 2026.