Create Your Cover

Your report should start with a page like the one before or shown below.

This is called a title page, which is an essential for any report you work on. It is the first page basically.

The files required to create this page are as simple as:


yassets/

main.tex

stun.tex

One folder for your logos and 2 files.

  1. Create a folder and name it first.

  2. Inside the first folder, create another folder and name it yassets.

  3. Inside the first folder, create two files: main.tex and stun.tex.

  4. Add this content to main.tex.

\documentclass[12pt,a4paper]{report}
\usepackage[top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm]{geometry}

\usepackage[English]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}

\usepackage[pdftex]{graphicx}
\usepackage{setspace}
\usepackage{hyperref}
\usepackage[English]{varioref}
\usepackage{fancyhdr}
\usepackage{color}
\usepackage{colortbl}
\usepackage{amsmath}
\usepackage{ifpdf} % part of the hyperref bundle
\usepackage{array} 
\usepackage{acro}

\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}

\pagestyle{fancy}
\fancyhead[L]{\nouppercase\leftmark} 
\fancyhead[C]{}
\fancyhead[R]{\nouppercase\rightmark}

\usepackage{float}

\fancyfoot[L]{}
\fancyfoot[C]{}
\fancyfoot[R]{\textbf{\thepage}}

\begin{document}

% HERE IS YOUR PAGE - YA
\include{stun}
% HERE IS YOUR PAGE - YA

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% University Assignment Title Page 
% LaTeX Template
% Version 1.0 (27/12/12)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% WikiBooks (http://en.wikibooks.org/wiki/LaTeX/Title_Creation)
%
% License is here for your reference:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
% 
% Instructions for using this template:
% This title page is capable of being compiled as is. This is not useful for 
% including it in another document. To do this, you have two options: 
%
% 1) Copy/paste everything between \begin{document} and \end{document} 
% starting at \begin{titlepage} and paste this into another LaTeX file where you 
% want your title page.
% OR
% 2) Remove everything outside the \begin{titlepage} and \end{titlepage} and 
% move this file to the same directory as the LaTeX file you wish to add it to. 
% Then add \input{./title_page_1.tex} to your LaTeX file where you want your
% title page.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



\begin{titlepage}

\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here

\center % Center everything on the page

%----------------------------------------------------------------------------------------
%   HEADING SECTIONS
%----------------------------------------------------------------------------------------


\begin{minipage}[l]{0.2\columnwidth}
\includegraphics[width=3cm,height=2cm]{yasset/yajpg/logo_istic.jpg}\\
\end{minipage}
\hfill
\begin{minipage}[l]{0.5\columnwidth}
\centering
\footnotesize
\textbf{\textsc{Tunisian Republic}}\\
\textbf{\textsc{Ministry of Higher Education\\
and Scientific Research}}\\
\medskip 
\textbf{\textsc{University of Carthage}}\\
\medskip 
\textbf{\textsc{Higher Institute of Information and Communication Technologies}}
\end{minipage}
\hfill
\begin{minipage}[l]{0.2\columnwidth}
\includegraphics[width=3cm,height=3cm]{yasset/yajpg/universite-carthage.jpg}\\
\end{minipage}

\vskip1cm
\textsc{\large End Of Study Project Report}\\[1cm] % Minor heading such as course title\\

\textbf{\large Bachelors in Computer Engineering
} % Minor heading such as course title\\


\textsc{Speciality : IOT And Embedded Systems}

\vskip1cm%

%-------------------------------------------------------------------------------
%   TITLE SECTION
%-------------------------------------------------------------------------------
\HRule \\[0.4cm]
\textcolor{blue}{ \LARGE \bfseries\hspace{0cm}Empowering Corporate Cyber Defense}\\[0.3cm] % Title of your document
\HRule \\[1cm]

\textit{Developed By}\
\textsc{\large Yahya Abulhaj}\\[0.6cm] % Minor heading


%\vspace{0.5cm}
%\begin{center}
%\smallskip

\includegraphics[width=0.6\columnwidth]{yasset/yajpg/ngcsc.jpg}\
%\end{center}

%\vskip0.1cm

%-------------------------------------------------------------------------------
%   Supervisor SECTION
%-------------------------------------------------------------------------------
%\hfill

\begin{center}
% Author and supervisor
\noindent

\begin{minipage}{0.9\textwidth}
  \begin{flushright} \large
    \begin{flushleft} \large
    \emph{Mentored By:} \\
        Mr. \textsc{Ben Ali} Tarek, Executive DIREC Tor , Cybersecurity at KPMG\\
    \hspace{0.3em} Mrs. \textsc{Marsit} Imen, MARS, Assistant professor in CS at ISTIC\\[0.1cm]
    \end{flushleft}

  \end{flushright}
\end{minipage}\\[1cm]

{\large \textit{Defended on 8 December 2023, before the jury composed of : }}\\[0.5cm]

\centering
\begin{tabular}{lll}
\large Mr. Wassim \textsc{ABBASSI} : & \large ISTIC & \large - Rapporteur \\[0.1cm]
\large  \hspace{1.2em} Mrs. Sana \textsc{Rekik} : & \large ISTIC & \large - President
\end{tabular}


\smallskip
\vskip1cm

%\hfill
 Period : 13/07/2022 - 29/12/2023


\vskip0.9cm
% Bottom of the page
{\large Promotion — 2022/2023}

 \end{center}


\vfill % Fill the rest of the page with whitespace

\end{titlepage}


%\end{document}

Go to overleaf, sign in or just up and import the zip.

Need masterY—ah? Refer to LaTe𝕏ellence at once.

You should be set to start writing your first LateX page as overleaf will preview the content for you.

In stun.tex, replace my content with yours.

alt text

For the logo below, add the logo of the company or organization related to your report in the yasset folder.

alt text

Under Mentored by, list the people who helped or would help you in your report. Include their names, positions, and organizations in this format:


$Name, $Position, $Expanded Position, at $Association

alt text

Under Defended on,

Whom you’ll present your project report.

alt text

For Period, specify the time spent working on the report and any experience gained.

alt text

Promotion refers to the academic year during which the report is finalized.

Congratulations! You've completed your first and most important LaTeX page. Now, convert it to PDF—you should have something like this.

Keep your title page handy, as we will use it in the next step where we work on the actual project and reference this file as our first page.