-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble.tex
40 lines (34 loc) · 982 Bytes
/
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
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{fontawesome5}
\usepackage{siunitx}
\usepackage{mathtools}
\usepackage{float}
\usepackage{tikz}
\usepackage{tikz-3dplot}
\usetikzlibrary{calc, decorations.markings}
\usetikzlibrary{plotmarks}
\usepackage{pgfplots}
\usepgfplotslibrary{fillbetween}
\tdplotsetmaincoords{60}{110}
%\tdplotsetmaincoords{90}{0}
\pgfmathsetmacro{\radius}{1}
\pgfmathsetmacro{\thetavec}{0}
\pgfmathsetmacro{\phivec}{0}
\pgfmathsetmacro{\dz}{.2}
\pgfmathsetmacro{\dzh}{\dz*.5}
\pgfmathsetmacro{\n}{4}
\pgfdeclareplotmark{gradient}{
\fill [
draw=black,
left color=white,
right color=black,
shading angle=45
] (0,0) circle [radius=\pgfplotmarksize];
}
\newcommand\notebook[1]{\noindent\faLaptopCode{} -- \textbf{Dans le notebook} : #1}
\newcommand\questions{\noindent\faQuestionCircle[regular] -- \textbf{Questions} :}