Templates

Umat Thesis Guide

Preview

Umat Thesis Guide

LaTeX class, reference material and format checker for UMaT (Tarkwa) theses and project reports — standalone, or as a Claude Code skill.

Category

university

License

Free to use (MIT)

File

assets/main.tex

main.texRead-only preview
%% UMaT thesis / project report
%% Build:  latexmk -xelatex main.tex        (or -lualatex, or -pdf for pdfLaTeX)
%% Class options: bsc | msc | mphil | phd, justified, doublespaced, figabbrev, pagenumcentre

\documentclass[bsc]{umatthesis}

\usepackage{csquotes}
\usepackage[backend=biber, style=authoryear, sorting=nyt, natbib=true]{biblatex}
\addbibresource{references.bib}
\input{umatharvard}

% ------------------------------------------------------------- metadata ----
\title{Formulation of an Environmental Management Plan in Ghana --- A Case Study}
\author{Peter Arroja Eshun}
\faculty{Mineral Resources Technology}
\department{Mining Engineering}
\programme{Mining Engineering}          % completes the submission statement
\supervisorlabel{THESIS SUPERVISOR}     % ...SUPERVISORS for more than one
\supervisors{%
  \supervisor{Prof.\ D.\ Mireku-Gyimah}%
}
\place{Tarkwa, Ghana}
\monthyear{June 2026}

\begin{document}

\maketitle

% ---------------------------------------------------------- front matter ----
% Sec. 2.1: order is fixed -- declaration, abstract, dedication (optional),
% acknowledgements, contents, figures, tables, symbols, nomenclature.
\umatfrontmatter

\umatdeclaration
\input{front/abstract}
\input{front/dedication}
\input{front/acknowledgements}

\umattableofcontents
\umatlistoffigures
\umatlistoftables
\input{front/symbols}

% ----------------------------------------------------------------- body ----
\umatmainmatter

\input{chapters/01-introduction}
\input{chapters/02-literature-review}
\input{chapters/03-methods}
\input{chapters/04-results}
\input{chapters/05-conclusions}

% ----------------------------------------------------------- back matter ----
% Sec. 2.4: appendices go immediately after the list of references.
\umatreferences

\appendix
\input{chapters/appendix-a}

\end{document}
Preview
Umat Thesis Guide preview
Umat Thesis Guide LaTeX Template | Bibby | Bibby AI