-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathassignment.cls
68 lines (56 loc) · 1.4 KB
/
assignment.cls
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\ProvidesClass{assignment}
[Parham Alvani's theme for IE assignments]
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{enumerate}
\RequirePackage{minted}
\LoadClass[]{article}
\RequirePackage[
colorlinks=true,
linkcolor=black,
urlcolor=orange,
]{hyperref}
\RequirePackage[
a4paper,
left=2.5cm,
right=2.5cm,
top=2.5cm,
bottom=2.5cm
]{geometry}
\RequirePackage[localise]{xepersian}
\usemintedstyle{one-dark}
\setlength{\parindent}{0pt}
\renewcommand{\baselinestretch}{1.5}
\eqcommand{تارنما}{href}
\eqcommand{پایانساز}{makefooter}
\date{\persiantoday}
\renewcommand{\listingscaption}{قطعهکد}
\renewcommand{\maketitle}{%
\begin{center}
\textit{بسمه تعالی}
\vfill
{\huge تمرین \@title}\\[0.5cm]
{\large مهندسی اینترنت}\\[0.5cm]
{پاییز ۱۴۰۱}
\vfill
\end{center}
\newpage
}
\newcommand{\makefooter}{%
\vfill
\begin{center}
این سند برپایه بسته \متنلاتین{\زیپرشین} گونه \متنلاتین{\گونهزیپرشین} توسعه پیدا کرده است.
نگارش شده به تاریخ \@date
\end{center}
}
\settextfont[
Path = ../fonts/,
UprightFont = *-Regular,
BoldFont = *-Bold,
ItalicFont = *-Variable
]{Vazir}
\setlatintextfont[
Path = ../fonts/,
UprightFont = *-Regular,
BoldFont = *-Bold,
ItalicFont = *-Italic
]{Neuton}