-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
179 lines (167 loc) · 5.22 KB
/
main.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[14pt]{extbook}
%%%% french character
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
%%%% useful package
\usepackage[left=1.8cm, right=1.8cm, top=2cm, bottom=2.5cm]{geometry}
\usepackage{subcaption} % for figure caption
\usepackage{graphicx} % image
\usepackage{tabularx} % table
\usepackage[table]{xcolor} % color in table
\usepackage{amsmath} % math
\usepackage{amssymb} % bold math
\usepackage{wasysym} % integral
\usepackage[many]{tcolorbox} % colored box
\usepackage{fancyhdr} % headers
\usepackage{enumitem} % for bullet in itemize
\usepackage{hyperref} % for link
\usepackage[version=4]{mhchem}
\usepackage{braket}
\usepackage{awesomebox}
\usepackage{chemist}
\usepackage[squaren, Gray, cdot]{SIunits}
%%%% settings
\setlength{\parskip}{0cm}
\setlength{\parindent}{0.8cm}
\setlength{\headheight}{25.86253pt}
\renewcommand{\baselinestretch}{1}
\renewcommand{\thesection}{\Roman{section}}
\addto\captionsfrench{\renewcommand\chaptername{Leçon}}
\newenvironment{changemargin}[2]{%
\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{\parskip}%
}%
\item[]}{\end{list}}
%%%% small macros
%\newcommand{\unit}[1]{\; \mathrm {#1}}
\newcommand{\ex}{\mathrm {e}}
%\newcommand{\deriv}{\mathrm {d}}
\newcommand{\timeD}[1]{\frac{\deriv #1}{\deriv t}}
\newcommand{\fracD}[2]{\frac{\deriv #1}{\deriv #2}}
\newcommand{\partialD}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\timeCode}[1]{\textit{#1}\bigskip}
\newcommand{\Int}{\displaystyle\int}
\newcommand{\grad}{\mathbf{\mathrm{grad}}}
\newcommand{\Frac}[2]{\displaystyle\frac{#1}{#2}}
\newcommand{\vecb}[1]{\mathbf {#1}}
\newcommand{\sinc}{\mathrm{sinc}}
% fluide
\newcommand{\Rey}{$R_e$ }
\newcommand{\convec}{(\Vec{v}\cdot\grad)\Vec{v}}
\newcommand{\visq}{\eta\Delta\Vec{v}}
\newcommand{\ud}{\mathrm{d}}
%%%% color
\definecolor{correction}{rgb}{0.58, 0.00, 0.82}
\definecolor{experience}{rgb}{0.00, 0.48, 0.44}
\definecolor{highlight} {rgb}{0.78, 0.12, 0.12}
\definecolor{section} {rgb}{0.00, 0.45, 0.00}
\definecolor{slide} {rgb}{0.89, 0.00, 0.30}
%%%% color macros
\newcommand{\correction}[1]{\textcolor{correction}{#1}}
\newcommand{\experience}[1]{\textcolor{experience}{#1}}
\newcommand{\partC}[1]{\textcolor{section}{\textbf{#1}}}
\newcommand{\slide}[1]{\textcolor{slide}{$\rightarrow$ #1}}
%%%% bigger macros
\input{macros_physique.tex}
%%%% document
\begin{document}
\tableofcontents
\newpage
\input{Transition_Physique.tex}
\input{LP_avancement.tex}
\newpage
\input{LP_Gravitation/LP_Gravitation.tex}
\newpage
\input{LP_LoisConservation/LP_LoideConservation}
\newpage
\input{LP_Viscosite/LP_Viscosite.tex}
\newpage
\input{LP_EcoulementsParfaits/LP_EcoulementParfait.tex}
\newpage
\input{LP_TensionSurface/LPF3_Tension_surface.tex}
\newpage
\input{LP_PremierPrincipe/LP_PremierPrincipe}
\newpage
\input{LP_TransitionPhase/LP_TransitionPhase}
\newpage
\input{LP_PhenomenesTransports/LP_PhenomenesTransport}
\newpage
\input{LP_ConversionPuissance/LP_ConversionPuissance}
\newpage
\input{LP_Induction/LP_Induction.tex}
\newpage
\input{LP_RetroactionsOscillations/LP_RetroactionOscillation.tex}
\newpage
\input{LP_TraitementSignal/LP_TraitementSignal}
\newpage
\input{LP_OndesProgressives/LP_OndeProgressive.tex}
\newpage
\input{LP_OndesAcoustiques/LP_OndeAcoustique.tex}
\newpage
\input{LP_PropagationGuidee/LP_PropagationGuidee}
\newpage
\input{LP_Microscopie/LP_Microscospie.tex}
\newpage
\input{LP_InterferencesDeuxOndes/LP_InterferencesDeuxOndes.tex}
\newpage
\input{LP_DivisionAmplitude/LPO3_Division_Amplitude.tex}
\newpage
\input{LP_DiffractionFraunhofer/LP_DiffractionFraunhofer}
\newpage
\input{LP_DiffractionPeriodique/LP_DiffractionStructurePeriodique.tex}
\newpage
\input{LP_AbsorptionEmission/LP_AbsorptionEmission.tex}
\newpage
\include{LP_Ferromagnetisme/LP_Ferromagnetisme.tex}
\newpage
\include{LP_ConductionElec/LP_ConductionElec.tex}
\newpage
\include{LP_Resonance/LP_Resonance}
\newpage
\include{LP_PortaitPhase/LP_PortaitPhase.tex}
\newpage
\include{LP_CinematiqueRelativiste/LP_CinematiqueRelativiste.tex}
\newpage
\include{LP_EffetTunnel/LP_EffetTunnel}
\newpage
\input{Transition_Chimie.tex}
\newpage
\input{Leçon_chimie/LC_Avancement.tex}
\newpage
\input{Leçon_chimie/LC_Eau.tex}
\newpage
\input{Leçon_chimie/LC_ST2S/LC_ControlequaliteEauAir}
\newpage
\input{Leçon_chimie/LC_SPCL/LC_Solubilite.tex}
\newpage
\input{Leçon_chimie/LC_SPCL/LC_DiagrammeBinaire/LC_Diagramme_binaire.tex}
\newpage
\input{Leçon_chimie/LC_SPCL/LC_Stereochimie.tex}
\newpage
\input{Leçon_chimie/LC_SPCL/LC_Electrolyse_SPCL.tex}
\newpage
\input{Leçon_chimie/LC_SPCL/LC_Oxydoreduction_SPCL.tex}
\newpage
\input{Leçon_chimie/LC_SPCL/LC_Conductimetrie/LC22_Conductimétrie.tex}
\newpage
\input{Leçon_chimie/LC_CinetiqueElectrochimique}
\newpage
\input{Leçon_chimie/LC_DiagrammeEpH.tex}
\newpage
\input{Leçon_chimie/LC_SyntheseTraitement}
\newpage
\input{Leçon_chimie/LC_BiomoleculesEnergie.tex}
\newpage
\input{Leçon_chimie/LC_GestionRisqueLabo.tex}
\newpage
\input{Leçon_chimie/LC_STI2D/LC_Oxydroreduction.tex}
\newpage
\input{Leçon_chimie/LC_MPSI/LC_Metaux.tex}
\end{document}