61 lines
1.8 KiB
TeX
61 lines
1.8 KiB
TeX
\usepackage{lmodern}
|
|
\usepackage{latexsym}
|
|
\usepackage{float}
|
|
\usepackage{placeins}
|
|
\usepackage{graphicx}
|
|
\usepackage{indentfirst}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{changepage}
|
|
\usepackage{enumitem}
|
|
\usepackage{url}
|
|
\usepackage{amssymb}
|
|
\usepackage{subcaption}
|
|
\DeclareCaptionLabelSeparator{colon}{ : } % to add space before the colon in the figure caption.
|
|
%\usepackage[dvipsnames, table]{xcolor} %FIXME
|
|
\usepackage{hyperref}
|
|
\hypersetup{%
|
|
colorlinks=true,
|
|
%linkcolor=NavyBlue,
|
|
linkcolor=blue, % FIXME
|
|
filecolor=magenta,
|
|
urlcolor=blue,
|
|
citecolor=blue,
|
|
}
|
|
|
|
\usepackage[includeheadfoot, headheight=64pt, margin=1.25in]{geometry}
|
|
\usepackage{graphicx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{tikz}
|
|
|
|
|
|
%---------------------------------------------------------------------------------
|
|
% Title header
|
|
%---------------------------------------------------------------------------------
|
|
|
|
\fancypagestyle{title} {%
|
|
\pagestyle{fancy}
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
\renewcommand{\footrulewidth}{0pt}
|
|
\fancyhf{}
|
|
\chead{\includegraphics[width=\linewidth]{figs/epita-banner.png}}
|
|
\rfoot{\thepage}
|
|
\lfoot{Bruno BELAYI \\ \vspace{-11pt} \hspace{3.1cm} \href{https://www.linkedin.com/in/bruno-belanyi}{\includegraphics[height=0.5cm]{figs/linkedin.png}}}
|
|
}
|
|
|
|
%---------------------------------------------------------------------------------
|
|
% Header
|
|
%---------------------------------------------------------------------------------
|
|
|
|
\pagestyle{fancy}
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
\renewcommand{\footrulewidth}{0pt}
|
|
\fancyhf{}
|
|
\chead{
|
|
\begin{tikzpicture}
|
|
\draw (0, 0) node[inner sep=0] {\includegraphics[width=\linewidth]{figs/epita-banner.png}};
|
|
\draw (3, 0) node {\textcolor{white}{\textbf{End of studies internship report - IMAGE}}};
|
|
\end{tikzpicture}
|
|
}
|
|
\rfoot{\thepage}
|
|
\cfoot{IMC BV - Bruno BELANYI}
|