forked from UCL-INMA/LINMA2345
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinma2345.sty
More file actions
50 lines (36 loc) · 1.27 KB
/
linma2345.sty
File metadata and controls
50 lines (36 loc) · 1.27 KB
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
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesPackage{linma2345}[2015/03/06 EPL LINMA2345 package]
\ProcessOptions\relax
\newcommand{\TAone}{Matthew}
\newcommand{\TAtwo}{Beno\^it}
%%% Nice brackets
\newcommand\parent[1]{\left(#1\right)}
\newcommand\abs[1]{\left\lvert#1\right\rvert}
\newcommand\norm[1]{\left\lVert#1\right\rVert}
\newcommand\bracket[1]{\left\{#1\right\}}
\newcommand\squared[1]{\left[#1\right]}
\DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\usepackage{siunitx}
\DeclareSIUnit{\EUR}{\text{\euro}}
%\usepackage{amsthm}
\usepackage{framed}
\usepackage[amsmath,thref, framed]{ntheorem}
\theoremstyle{break} % passage à la ligne
\newframedtheorem{theorem}{{ Theorem}}
\newframedtheorem{procedure}{{Procedure}}
\newframedtheorem{proposition}{{Proposition}}
\newtheorem{lemme}[theorem]{{Lemma}}
\newtheorem{hypothese}{{Hypothesis}}
\newframedtheorem{definition}{Definition}
\newtheorem{remark}{{Remark}}
\newtheorem{exercise}{Exercise}
\newtheorem{notation}{Notation}[definition]
\newtheorem{axiom}{Axiom}
\theorembodyfont{\upshape}
\newtheorem{example}{Example}
\theoremstyle{nonumberbreak}
\newtheorem{proof}{Proof}
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
\endinput