generated from sanjib-sen/WebLaTex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Arnaud_C_rds.sty
63 lines (44 loc) · 2.2 KB
/
Arnaud_C_rds.sty
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
\usepackage[top=2.54cm,bottom=2cm,left=2.54cm,right=2.54cm]{geometry} %margins %standard word margins exepte for bottom
\usepackage[T1]{fontenc} %used to make sure accented lettre are displayed correctly
\usepackage{lmodern}
\usepackage{csquotes,xpatch} %necessary for biblatex to work
\usepackage[backref=section,sorting=none]{biblatex} %,style=science
\addbibresource{refs.bib}
% \usepackage{amssymb}
\usepackage{mathtools}
\usepackage{mathabx}
\usepackage{xfrac}%allows to make inline fractions
%\usepackage{mathptmx} %times new roman %math package to make equations
% \numberwithin{equation}{section} %allows to rest numbering for long documents
% \numberwithin{figure}{section} %allows to rest numbering for long documents
\usepackage{hyperref} %Insert links %[backref] usefull
\hypersetup{
colorlinks,
linkcolor=[rgb]{0.6,0,0},
citecolor=[rgb]{0,0.5,0},
urlcolor=[rgb]{0,0,0.8}
}
\usepackage{graphicx} % Required for inserting images [draft]
\graphicspath{{./img/}} %specify the path to the images {subdir1/}{subdir2/}{subdir3/}...{subdirn/} works
\usepackage{caption}%make caption on figures
\usepackage{subcaption}%make caption on subfigures
\captionsetup{width=.9\textwidth} %set the width of the caption
\subcaptionsetup{width=.85\textwidth} %set the width of the subcaption
\usepackage{pgfplots} % used to make plots in latex
\pgfplotsset{compat=1.18} %set the version of pgfplots
%\usepackage{fontawesome} %icons
%\usepackage[inkscapelatex=false]{svg} %allow to import svg files %requires inkscape intalelled
%\usepackage{minted} %code Highlighting
\usepackage{siunitx} %used to typeset SI units
\usepackage{wrapfig} %allows to have figures besides text
\usepackage{changepage} %allows to change the format of the page middocument
\usepackage{multicol} %allows to have mutiple columns
\usepackage{lipsum} % generate filler text
\usepackage{perpage}%the perpage package resets the footnote counter on each page
\MakePerPage{footnote}
\usepackage{tocloft} %used to control the layout of a table of contents
\setlength{\cftparskip}{0.2 em}
\setlength{\cftbeforesecskip}{0.5em}
\usepackage{pdfpages} %allows to include external pdf files
\usepackage[nameinlink,french]{cleveref}
\author{Arnaud COSTERMANS}