-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtex_preamble.tex
74 lines (62 loc) · 2.27 KB
/
tex_preamble.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
70
71
72
\usepackage[utf8]{inputenc}
\usepackage{utopia} %font utopia imported
%-------------------------------------------------
% slide appearance
\usetheme{Boadilla}
\usecolortheme{default}
%-------------------------------------------------
% listing
\usepackage{listings}
\usepackage{xcolor}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\lstset{style=mystyle}
%--------------------------------------------------
% aide LaTeX : http://l.roussarie.free.fr/IMG/pdf/ltx101-4-2.pdf
\newcommand\FAIRB{FAIR{\_}bioinfo}
%------------------------------------------------------------
%This block of code defines the information to appear in the
%Title page
\title[FAIR{\_}Bioinfo] %optional
{FAIR{\_}bioinfo : Open Science and FAIR principles in a bioinformatics project}
\subtitle{How to make a bioinformatics project more reproducible}
\author[Céline, Claire] % (optional)
{C.~Hernandez\inst{1} \and T.~Denecker\inst{2} \and J.~Seiler\inst{2} \and G.~Le Corguillé\inst{2} \and C.~Toffano-Nioche\inst{1}}
\institute[I2BC-IFB] % (optional)
{
\inst{1}%https://fr.overleaf.com/project/5e749e3c458ed8000166a12b
Institute for Integrative Biology of the Cell (I2BC)\\
UMR 9198, Université Paris-Sud, CNRS, CEA\\
91190 - Gif-sur-Yvette, France
\and
\inst{2}%
IFB Core Cluster taskforce
}
\date[IFB 2021] % (optional)
{June 2021}
\logo{\includegraphics[height=0.5cm]{shared/logo-ifb.jpg}}
%End of title page configuration block
%------------------------------------------------------------
%------------------------------------------------------------
%logos definition
\input{shared/logos}