An-Najah National University template
Author
Reema Mhesin
Last Updated
3 years ago
License
Creative Commons CC BY 4.0
Abstract
This template has been prepared to be used for college reports and assignments.
\documentclass[12pt]{article}
\usepackage{amsmath,amsthm}
\usepackage{amssymb}
\usepackage[english]{babel}
\usepackage{latexsym}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{float}
\usepackage{graphics}
\usepackage{epsfig}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{authblk}
\usepackage[]{mcode}
\usepackage{natbib}
\usepackage{xcolor} % Required to specify font color
\usepackage{arabtex}
\usepackage{utf8}
\usepackage{graphicx}
\usepackage{subfig}
\newcommand{\Doctitle}{Document Title} % Generic publisher logo
\newcommand{\Docstitle}{Document subtitle} % Generic publisher logo
\newcommand{\DocAuthor}{Insert Author(s) name(s) here} % Generic publisher logo
\newcommand*{\WDnumber}{2014-01} % Generic publisher logo
\newcommand*{\keywords}{Regional economics} % Generic publisher logo
\newcommand*{\JELCODES}{R1}
\definecolor{wvublue}{HTML}{003366}
\definecolor{wvugold}{HTML}{FFCC00}
%----------------------------------------------------------------------------------------------------
% ---------------------------------------------------------------------
\RequirePackage{fancyhdr} % Needed to define custom headers/footers
\RequirePackage{lastpage} % Number of pages in the document
% \pagestyle{fancy} % Enables the custom headers/footers
% Headers
\chead{}%
\rhead{ \thepage/\pageref{LastPage}} %Logo MEI to include
% Footers
\lfoot{}%
\cfoot{}%
\rfoot{}%
\renewcommand{\headrulewidth}{0pt}% % No header rule
\renewcommand{\footrulewidth}{0pt}% % No footer rule
% ---------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\begin{document}
\newcommand*{\titleRRITD}{\begingroup % Create the command for including the title page in the document
\thispagestyle{empty}
\centering % Center all text
\setcode{utf8}
\begin{arabtext}
بسم الله الرحمن الرحيم\\
\end{arabtext}
\vspace{0.5cm}
{\Large \textbf{AN-NAJAH NATIONAL UNIVERSITY}}\\[0.75\baselineskip] % RRI
\vspace{0.3cm}
\begin{figure}[h]
\centering
\includegraphics[scale=1.3]{p.PNG}
\end{figure}
\vspace{0.4cm} % Whitespace between the title and short horizontal line
{\large \textbf{FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY}}\\[0.75\baselineskip] % Series name
{\small \textbf{Computer Engineering Department}}\\[0.75\baselineskip] % Series name
\vspace{0.4cm}
\centering % Center all text
{\Large \textcolor{wvublue}{\textbf{Software Graduation Project}}}\\[0.5\baselineskip] % Document title
\vspace{0.8cm}
{\huge \textcolor{wvublue}{\textbf{Project name}}}\\[0.75\baselineskip] %Document subtitle
\vspace{0.8cm}
{\small \text{students}}\par % Author(s) name(s)
{\large \text{---}}\par
{\large \textsc{---}}\par
\vspace{0.5cm}
{\small \textsc{Advisors}}\par
{\large \textsc{--------}}\par
\vfill % Whitespace between the author name and publisher text
{\small \textsc{May,2022}}\par
\endgroup}
\pagenumbering{gobble}
% Removes page numbers
\titleRRITD % This command includes the title page
\end{document}