-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
51 lines (43 loc) · 1.36 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
%%
% University of Regina Assignment Template ``main.tex''
%
% Author: Ayon Khan <ayonkhan AT gmail.com>
% Date: 2022/03/09
%
% License: CC BY 4.0
% License URL: https://creativecommons.org/licenses/by/4.0/
%%
\documentclass{uofr-assignment}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage[autostyle]{csquotes}
% \usepackage{xcolor} % Uncomment it if needed
% \usepackage{caption} % Uncomment it if needed
% \usepackage{subcaption} % Uncomment it if needed
% \usepackage{tabularx} % Uncomment it if needed
% \usepackage{makecell} % Uncomment it if needed
% \usepackage{lipsum} % Uncomment it if needed
\usepackage{blindtext} % For demonstration purposes only; remove or comment it out
\usepackage[style=alphabetic,sorting=nty]{biblatex}
\addbibresource{references.bib}
% Start of change the values
\title{U of R Assignment Template (Unofficial)}
\author{John Doe}
\date{March 09, 2022}
\studentid{XXXXXXXXX}
\coursecode{Course Code}
\coursename{Course Name}
\articletype{Assignment 1}
\faculty{Faculty of Graduate Studies \& Research}
\department{Department of Computer Science}
% End of change the values
\begin{document}
\include{cover}
\clearpage
\setcounter{page}{1}
\section{Section 01}
\input{sections/section-01}
\clearpage
\fancyfoot{}
\printbibliography[heading=bibintoc, title={Bibliography}]
\end{document}