project: initial pandoc template
This commit is contained in:
commit
ae17115f19
8 changed files with 167 additions and 0 deletions
60
header.tex
Normal file
60
header.tex
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
\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{IMV BV - Bruno BELANYI}
|
||||
Reference in a new issue