-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpreambule.tex
112 lines (100 loc) · 3.39 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
% ************************
% * 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[usenames,dvipsnames]{pstricks}
\usepackage{epsfig}
\usepackage{pst-all} % For gradients
%\usepackage{pst-plot} % For axes
\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}
\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 I - Physique et Chimie}\\[4\baselineskip]
{\Large Jean-Baptiste Théou}\par
\vspace{0.5\textheight}
{\noindent Creactive Commons - Version 0.2}\\[\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}