-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathassignment.cls
87 lines (74 loc) · 2.05 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
\ProvidesClass{assignment}
[Example theme for AUT assignments]
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{booktabs}
\RequirePackage{enumerate}
\RequirePackage{minted}
\RequirePackage{enumerate}
\RequirePackage{graphicx}
\RequirePackage{keyval}
\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}
\eqcommand{جزئیاتدرس}{coursedetails}
\date{\persiantoday}
\define@key{course}{نام}[]{\gdef\course@name{#1}}
\define@key{course}{ترم}[]{\gdef\course@semester{#1}}
\def\coursedetails#1{{\setkeys{course}{#1}}}
\renewcommand{\maketitle}{%
\begin{minipage}{.25\textwidth}
\centering\includegraphics[width=.5\textwidth]{./img/aut.png}
\end{minipage}
\begin{minipage}{.5\textwidth}
\begin{center}
\textit{بسمه تعالی}\\
{دانشکده مهندسی کامپیوتر دانشگاه صنعتی امیرکبیر (پلیتکنیک تهران)}
\\
{درس \course@name \space \course@semester}
\\
{\@title}
\\
\end{center}
\end{minipage}
\begin{minipage}{.25\textwidth}
\centering\includegraphics[width=.5\textwidth]{./img/ce.png}
\end{minipage}
}
\newcommand{\makefooter}{%
\vfill
\begin{flushleft}
موفق و موید باشید
\end{flushleft}
\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}