-
Notifications
You must be signed in to change notification settings - Fork 17
/
UTNetLab.cls
140 lines (129 loc) · 4.51 KB
/
UTNetLab.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{UTNetLab}
\LoadClass[10pt,a4paper]{../UTNetLabBase}
\RequirePackage[colorlinks,plainpages,citecolor=Blue,linkcolor=Blue,urlcolor=Cyan,filecolor=Cyan]{hyperref} % has conflict with arabi package in referencing
\DeclareDefaultOption{\PassOptionsToClass{\CurrentOption}{UTNetLabBase}}
\ProcessKeyvalOptions*
\definecolor{magnolia}{rgb}{0.97, 0.96, 1.0}
\definecolor{magnolialight}{rgb}{0.98, 0.97, 1.0}
\makeatletter
\AtBeginDocument{
\hypersetup{pdftitle={Computer Network Lab :: \thetitle}}
\hypersetup{pdfauthor=\theauthorshort}
\renewcommand{\lstlistingname}{Code}
\renewcommand{\lstlistlistingname}{List of \lstlistingname s}
\fancyhead[L]{\footnotesize Computer Network Lab \\ \FR{آزمایشگاه شبکههای کامپیوتری}}
\fancyhead[R]{\footnotesize {{\thetitle{}} \\ Laboratory Manual}}
\fancyfoot[R]{\footnotesize School of Electrical and Computer Engineering\\\FR{دانشکدهی مهندسی برق و کامپیوتر}}
\fancyfoot[C]{\thepage}
\fancyfoot[L]{\footnotesize University of Tehran \\ \FR{دانشگاه تهران}}
\selectlanguage{english}
\maketitle
}
\newcommand{\maketitlepage}{
\begin{titlepage}
\let\footnotesize\small
\let\footnoterule\relax
\let \footnote \thanks
\null\vfil
% \vskip 60\p@
\begin{center}
{\LARGE {
\vspace{-25pt}
\Large\AR{\textmash{بِسم \allah\ الرحمن الرحيم}}\par
{\normalsize{}In the name of Allah\\}
\begin{center}
% \newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\begin{minipage}{0.48\textwidth}
\begin{flushleft}
\hspace*{-20pt}
\includegraphics[height=64pt]{../img/ut}
\end{flushleft}
\end{minipage}
\begin{minipage}{0.48\textwidth}
\begin{flushright}
\includegraphics[height=64pt]{../img/fanni}
\hspace*{-35pt}
\end{flushright}
\end{minipage}
\end{center}
\vspace*{-50pt}
% \horrule{0.5pt} \\[0.4cm]
{\huge\bfseries \@title \ifdefined\reference \footnote{\reference}\fi \par}
\LARGE\scshape Laboratory Manual \ifdefined\@labnumber \@labnumber\fi \par
\vspace{20pt}
% \horrule{2pt} \\[0.5cm]
} \par}
\vskip 3em
{\large
\lineskip .75em
{
{\Large University of Tehran\\}
{\large School of Electrical and Computer Engineering\par}
\vskip 1.5em
{\Large\FR{دانشگاه تهران}\\}
\FR{دانشکدهی مهندسی برق و کامپیوتر\par}
\vskip 3em
{\Large\bfseries Computer Network Lab\\}
\bfseries\FR{آزمایشگاه شبکههای کامپیوتری\par}
\vskip 1.5em
\normalfont
\normalsize
\begin{tabular}[t]{c}
\@author
\end{tabular}
}
\par}
\vskip 3em
{\small \@date \par}
\end{center}\par
\@thanks
\vfil\null
\end{titlepage}
\setcounter{footnote}{0}
\global\let\thanks\relax
\global\let\maketitle\relax
\global\let\@thanks\@empty
\global\let\@author\@empty
\global\let\@authorshort\@empty
\global\let\@date\@empty
\global\let\@title\@empty
\global\let\title\relax
\global\let\author\relax
\global\let\date\relax
\global\let\and\relax
}
\renewcommand{\maketitle}{\maketitlepage}
\newcommand{\authorshort}[1]{\def\theauthorshort{#1}}
\newcommand{\mail}[1]{\href{mailto:#1?subject=[CNL]\%20}{\ttfamily #1}}
\newenvironment{report}[1][]{\subsection*{Report}#1\begin{enumerate}}{\end{enumerate}}
\newenvironment{question}[1][]{\subsection*{Question}#1\begin{itemize}}{\end{itemize}}
\date{\today\\\vspace{10pt}{\selectlanguage{farsi}\today}}
\authorshort{A. Khonsari, A. HajiAliKhamseh'i, M. Borhani, A. Khordadi, S. Kashipazha, H. Safari}
\author{
Dr. Ahmad Khonsari\\
\FR{دکتر احمد خونساری}\\
\mail{a\[email protected]}
\end{tabular}\vskip 1em
\begin{tabular}[t]{c}
Amir Haji Ali Khamseh'i\\
\FR{امیر حاجیعلیخمسهء}\\
\mail{[email protected]}
\and
{Muhammad Borhani}\\
\FR{محمد برهانی}\\
\mail{[email protected]}
\and
{AmirAhmad Khordadi}\\
\FR{امیراحمد خردادی}\\
\mail{[email protected]}
\and
{Sina Kashipazha}\\
\FR{سینا کاشیپزها}\\
\mail{sina\[email protected]}
\and
{Hadi Safari}\\
\FR{هادی صفری}\\
\mail{[email protected]}
}
\makeatother