Compare commits
No commits in common. "320494d9adac7f11f96f38862b12c3f2e1172d52" and "83120a9d91a70b704c9bec07b11104c0e581423e" have entirely different histories.
320494d9ad
...
83120a9d91
64
main.tex
64
main.tex
|
@ -1,64 +0,0 @@
|
||||||
\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}
|
|
||||||
\usepackage{hyperref}
|
|
||||||
\hypersetup{%
|
|
||||||
colorlinks=true,
|
|
||||||
linkcolor=NavyBlue,
|
|
||||||
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{Prénom Nom \\ \vspace{-11pt} \hspace{3.1cm} \href{https://www.linkedin.com/}{\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{Rapport de fin d'études - SCIA}}};
|
|
||||||
\end{tikzpicture}
|
|
||||||
}
|
|
||||||
\rfoot{\thepage}
|
|
||||||
\cfoot{Nom de l'entreprise - Prénom Nom}
|
|
||||||
|
|
||||||
%---------------------------------------------------------------------------------
|
|
||||||
% Document
|
|
||||||
%---------------------------------------------------------------------------------
|
|
||||||
\begin{document}
|
|
Loading…
Reference in a new issue