% SPDX-License-Identifier: BSD-3-Clause
% Copyright (c) 2020, Salman Ahmad Faris
% https://github.com/salfaris/EasyPS
\documentclass{easyps}
\studentName{Sal Faris}
% Uni of Cambridge
\psForUniversity{cambridge.tex} % Must match a file in `content` directory.
\courseName{MPhil in Advanced Computer Science}
\showTitle{true}
% Comment out below to activate PS for other unis.
% Only one is allowed to be not commented out at a single time.
% % Imperial College London
% \psForUniversity{imperial.tex} % Must match a file in `content` directory.
% \courseName{MSc Computing}
% \showTitle{false}
%% Uni of Oxford
% \psForUniversity{oxford.tex} % Must match a file in `content` directory.
% \courseName{MSc in Advanced Computer Science}
% \showTitle{false}
% DO NOT EDIT ANYTHING BELOW.
\begin{document}
\generateTitle
\input{\contentdir/\uniName}
\end{document}