A bit more text
This commit is contained in:
parent
0f04918c33
commit
d21ab27062
3 changed files with 151 additions and 4 deletions
72
common/math.sty
Normal file
72
common/math.sty
Normal file
|
@ -0,0 +1,72 @@
|
|||
\usepackage{stmaryrd}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amssymb}
|
||||
\usepackage{amsthm}
|
||||
\usepackage{mathtools}
|
||||
\usepackage{fancybox}
|
||||
|
||||
% Intervalle discret.
|
||||
\newcommand{\discrIv}[1]{\llbracket #1 \rrbracket}
|
||||
|
||||
% ensembliste
|
||||
\newcommand{\set}[1]{\left\{ #1 \right\}}
|
||||
\newcommand{\card}[1]{\left\vert{} #1 \right\vert}
|
||||
\newcommand{\abs}[1]{\left\vert{} #1 \right\vert}
|
||||
\newcommand{\interior}[1]{\left({#1}\right)^\circ}
|
||||
\newcommand{\floor}[1]{\left\lfloor{} #1 \right\rfloor}
|
||||
\newcommand{\ceil}[1]{\left\lceil{} #1 \right\rceil}
|
||||
|
||||
% Abréviations courrantes
|
||||
\newcommand{\ie}{\textit{ie.}}
|
||||
\newcommand{\eg}{\textit{eg.}}
|
||||
\newcommand{\wrt}{\textit{wrt.}}
|
||||
|
||||
% Matrices
|
||||
\newcommand{\transp}{\top}
|
||||
|
||||
% Notations à polices étranges
|
||||
\newcommand{\domain}{\mathcal{D}}
|
||||
\newcommand{\bigO}{\mathcal{O}}
|
||||
\newcommand{\calA}{\mathcal{A}}
|
||||
\newcommand{\calC}{\mathcal{C}}
|
||||
\newcommand{\calG}{\mathcal{G}}
|
||||
\newcommand{\calV}{\mathcal{V}}
|
||||
\newcommand{\calT}{\mathcal{T}}
|
||||
\newcommand{\calP}{\mathcal{P}}
|
||||
\newcommand{\risk}{\mathcal{R}}
|
||||
\newcommand{\vect}[1]{\overrightarrow{#1}}
|
||||
|
||||
% Ensembles
|
||||
\newcommand{\realset}{\mathbb{R}}
|
||||
\newcommand{\natset}{\mathbb{N}}
|
||||
\newcommand{\relset}{\mathbb{Z}}
|
||||
\newcommand{\funcspace}{\mathcal{F}}
|
||||
|
||||
% Probas
|
||||
\newcommand{\prob}{\mathbb{P}}
|
||||
\newcommand{\probP}[1]{\mathbb{P}\left(#1\right)}
|
||||
\newcommand{\expec}{\mathbb{E}}
|
||||
\newcommand{\expecP}[1]{\mathbb{E}\left[#1\right]}
|
||||
\newcommand{\variance}{\mathbb{V}}
|
||||
\newcommand{\ber}{\mathcal{B}er}
|
||||
\newcommand{\bin}{\mathcal{B}in}
|
||||
\newcommand{\poi}{\mathcal{P}oi}
|
||||
|
||||
% Suppression des points
|
||||
\newcommand{\ibar}{\overline{\imath}}
|
||||
\newcommand{\jbar}{\overline{\jmath}}
|
||||
|
||||
% Fonctions
|
||||
%\newcommand{\functiondef}[4]{\left\lbrace \begin{tabular}{r l} #1 & \rightarrow #2 \\ #3 & \mapsto #4\end{tabular} \right.}
|
||||
\newcommand{\functiondef}[4]{\begin{cases}
|
||||
#1 & \to #2 \\
|
||||
#3 & \mapsto #4
|
||||
\end{cases}}
|
||||
|
||||
\newcommand{\argmin}{\operatorname{argmin}}
|
||||
|
||||
|
||||
% Preuve par équivalence - puces
|
||||
\newcommand{\impliesbullet}{\ovalbox{$\implies$}}
|
||||
\newcommand{\impliedbybullet}{\ovalbox{$\impliedby$}}
|
|
@ -24,3 +24,21 @@
|
|||
organization={IEEE}
|
||||
}
|
||||
|
||||
@inproceedings{babai2016graph,
|
||||
title={Graph isomorphism in quasipolynomial time},
|
||||
author={Babai, L{\'a}szl{\'o}},
|
||||
booktitle={Proceedings of the 48th Annual ACM SIGACT Symposium on Theory of Computing},
|
||||
pages={684--697},
|
||||
year={2016},
|
||||
organization={ACM}
|
||||
}
|
||||
|
||||
@inproceedings{cook1971complexity,
|
||||
title={The complexity of theorem-proving procedures},
|
||||
author={Cook, Stephen A},
|
||||
booktitle={Proceedings of the third annual ACM symposium on Theory of computing},
|
||||
pages={151--158},
|
||||
year={1971},
|
||||
organization={ACM}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue