aboutsummaryrefslogtreecommitdiffhomepage
path: root/notes/mathe2/header.tex
blob: d66e279fe34afc5a6ceb8fa39c6ab2a89b25ad87 (plain) (blame)
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
\usepackage{braket}
\usepackage{polynom}
\usepackage{amsthm}
\usepackage{csquotes}
\usepackage{svg}
\usepackage{environ}
\usepackage{tikz,pgfplots}
\usepackage{titleps}
\usepackage{tcolorbox}

\pgfplotsset{width=10cm,compat=1.15}
\usepgfplotslibrary{external}
\usetikzlibrary{calc,trees,positioning,arrows,fit,shapes}
%\tikzexternalize
\setcounter{MaxMatrixCols}{20}

\newpagestyle{main}{\sethead{\toptitlemarks\thesection\quad\sectiontitle}{}{\thepage}\setheadrule{.4pt}}
\pagestyle{main}

\newtcolorbox{defi-box}{colback=gray!5!white,arc=0pt,outer arc=0pt,colframe=gray!60!black}
\newtcolorbox{bsp-box}{colback=orange!5!white,arc=0pt,outer arc=0pt,colframe=orange!60!black}
\newtcolorbox{visu-box}{colback=cyan!5!white,arc=0pt,outer arc=0pt,colframe=cyan!60!black}
\NewEnviron{splitty}{\begin{displaymath}\begin{split}\BODY\end{split}\end{displaymath}}

\newcommand\N{\mathbb{N}}
\newcommand\R{\mathbb{R}}
\newcommand\Z{\mathbb{Z}}
\newcommand\Q{\mathbb{Q}}
\newcommand\C{\mathbb{C}}
\renewcommand\P{\mathbb{P}}
\renewcommand\O{\mathcal{O}}
\newcommand\pot{\mathcal{P}}
\newcommand{\cupdot}{\mathbin{\mathaccent\cdot\cup}}
\newcommand{\bigcupdot}{\dot{\bigcup}}

\newcommand\refiff[1]{\stackrel{\text{#1}}{\iff}}
\newcommand\refimp[1]{\stackrel{\text{#1}}{\implies}}
\newcommand\refeq[1]{\stackrel{\text{#1}}{=}}
\newcommand\refless[1]{\stackrel{\text{#1}}{<}}