-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.tex
69 lines (63 loc) · 1.97 KB
/
header.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
\usepackage{graphics}
\usepackage{pifont}
\usepackage{ulem}
\usepackage{xcolor}
\usepackage{modifycolor}
\usepackage{lipsum}
\usepackage{fontspec}
\usepackage{caption}
\renewcommand{\figurename}{FIGURE}
\captionsetup[figure]{labelfont={color=leftFootlineColor, scriptsize}, textfont={color=normalBlockColor, scriptsize}}
\usepackage{tabularx}
\newcolumntype{Y}{>{\centering\arraybackslash}X}
\usepackage{tikz}
\usepackage{standalone}
\usepackage{svg}
\usepackage{multicol}
\usepackage{catchfilebetweentags}
\usepackage{xifthen}
\usetikzlibrary{arrows}
\usetikzlibrary{backgrounds}
\setmonofont[
Contextuals={Alternate}
]{FuraCode Nerd Font}
\setsansfont{Roboto Medium}
\usepackage{pgfpages}
\usepackage{hyperref}
\usepackage[cache=false,outputdir=build]{minted}
\definecolor{bg_code}{HTML}{282828}
\usemintedstyle{darcula}
\setminted{
fontsize=\scriptsize,
linenos,
numbersep=0pt,
gobble=5,
framesep=3mm}
\renewcommand{\theFancyVerbLine}{\texttt{{{\arabic{FancyVerbLine}}}}}
\usepackage{adjustbox}
\usepackage{environ}%
\usepackage{tikz}
\usetikzlibrary{patterns}
\usepackage[french]{babel}
\usepackage{beamerthemesideblue}
\setbeamerfont{note page}{size=\footnotesize}
\setbeamertemplate{note page}[custom]
\setbeamercolor{note page}{bg=backgroundColor, fg=white}
\newcommand{\insertlicense}{\includegraphics[height=1cm]{img/by-sa.png}}
\title[]{La rétroingénierie appliquée à Android}
\subtitle{La traque aux traqueurs}
\author{Maxime Catrice}
\date{21 février 2018}
\titlegraphic{\includegraphics[height=0.95cm]{logo.png}\bigbreak\insertlicense}
\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true,shadow=false]
\setbeamercolor{background canvas}{bg=backgroundColor}
\setbeamertemplate{blocks}[rounded][shadow=false]
\beamertemplatenavigationsymbolsempty
\input{funcs}
\newcommand{\nologo}{\setbeamertemplate{logo}{}}
\newcommand{\slidetitle}[1][]{
\frametitle{\insertsection\ifthenelse{\equal{#1}{}}{}{: #1}}
}
\newcommand{\mono}[1]{
\texttt{#1}
}