-
Notifications
You must be signed in to change notification settings - Fork 2
/
preambule.tex
134 lines (118 loc) · 3.98 KB
/
preambule.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
% ************************
% * fichier de préambule *
% ************************
% ***** extensions *****
\def\renamesymbol#1#2{
\expandafter\let\expandafter\newsym\expandafter=\csname#2\endcsname
\expandafter\global\expandafter\let\csname#1#2\endcsname=\newsym
\expandafter\global\expandafter\let\csname#2\endcsname=\origsym
}
\usepackage[utf8x]{inputenc} % Utilisation du UTF8
\usepackage{textcomp} % Accents dans les titres
\usepackage [ french ] {babel} % Titres en français
\usepackage [T1] {fontenc} % Correspondance clavier -> document
\usepackage{wasysym}
\renamesymbol{wasysym}{iint}
\renamesymbol{wasysym}{iiint}
\usepackage[Lenny]{fncychap} % Beau Chapitre
\usepackage{dsfont} % Pour afficher N,Z,D,Q,R,C
\usepackage{fancyhdr} % Entete et pied de pages
\usepackage [outerbars] {changebar} % Positionnement barre en marge externe
\usepackage{amsmath} % Utilisation de la librairie de Maths
\usepackage{amssymb}
%\usepackage{amsfont} % Utilisation des polices de Maths
\usepackage{enumerate} % Permet d'utiliser la fonction énumerate
\usepackage{dsfont} % Utilisation des polices Dsfont
%\usepackage{ae} % Rend le PDF plus lisible
\usepackage[pdftex]{graphicx} % dernière étant la langue principale
\usepackage{color}
%\usepackage{palatino}
\usepackage{paralist}
\usepackage{natbib}
\usepackage[margin=3cm]{geometry}
\usepackage{fancyhdr}
\usepackage[Lenny]{fncychap}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{url}
\usepackage{graphics}
\usepackage{blkarray}
\definecolor{Dark}{gray}{.2}
\definecolor{Medium}{gray}{.6}
\definecolor{Light}{gray}{.8}
\newcommand*{\plogo}{\fbox{$\mathcal{PL}$}}
\newtheorem{de}{Définition}
\newtheorem{theo}{Théorème}
\newtheorem{prop}{Propriété}
\newtheorem{princ}{Principe}
\newtheorem{conv}{Convention}
\newtheorem{loi}{Loi}
\newtheorem{voc}{Vocabulaire}
\newtheorem{enon}{\'Enonc\'e}
\newtheorem{nota}{Nota}
\newtheorem{propfond}{Propriété fondamentale}
\newtheorem{lemme}{Lemme}
\newtheorem{corro}{Corollaire}
\newtheorem{corr}{Corollaire}
\newtheorem{coro}{Corollaire}
\newtheorem{hypo}{Hypothèses générales}
\newtheorem{gene}{Généralisation}
\newcommand{\mesbloc}[1]{\begin{array}{|c|} \hline #1 \\ \hline \end{array}}
\makeatletter
\newlength\BA@height
\def\BA@leftdel#1#2#3{%
\setlength\BA@height{\dimen\z@}%
\addtolength\BA@height{5pt}%
\llap{%
{#1}$\left#2\vrule height \BA@height width\z@ \right.$\kern-#3}}
\def\BA@rightdel#1#2#3{%
\setlength\BA@height{\dimen\z@}%
\addtolength\BA@height{5pt}%
\rlap{%
\kern-#3$\left.\vrule height \BA@height width\z@ \right#1${#2}}}%
\makeatother
\newlength{\drop}
\newcommand*{\titleGMPHY}{\begingroup% Gentle Madness
\setlength{\drop}{0.1\textheight}
%\vspace*{\baselineskip}
\vfill
\hbox{%
\hspace*{0.2\textwidth}%
\rule{1pt}{\textheight}
\hspace*{0.05\textwidth}%
\parbox[b]{0.75\textwidth}{
\vbox{%
%\vspace{\drop}
{\noindent\Huge\bfseries Fiches de Révision\\[0.5\baselineskip]
MP}\\[2\baselineskip]
{\Large\itshape TOME II - Mathématique}\\[4\baselineskip]
{\Large Jean-Baptiste Théou}\par
\vspace{0.5\textheight}
{\noindent Creactive Commons - Version 0.1}\\[\baselineskip]
}% end of vbox
}% end of parbox
}% end of hbox
\null
\endgroup}
\newcommand*{\titleGMMATH}{\begingroup% Gentle Madness
\setlength{\drop}{0.1\textheight}
%\vspace*{\baselineskip}
\vfill
\hbox{%
\hspace*{0.2\textwidth}%
\rule{1pt}{\textheight}
\hspace*{0.05\textwidth}%
\parbox[b]{0.75\textwidth}{
\vbox{%
%\vspace{\drop}
{\noindent\Huge\bfseries Fiches de Révision\\[0.5\baselineskip]
MPSI}\\[2\baselineskip]
{\Large\itshape TOME II - Mathématiques}\\[4\baselineskip]
{\Large Jean-Baptiste Théou}\par
\vspace{0.5\textheight}
{\noindent Creactive Commons}\\[\baselineskip]
}% end of vbox
}% end of parbox
}% end of hbox
\null
\endgroup}