-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
45 lines (29 loc) · 895 Bytes
/
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
\documentclass[12pt]{extarticle}
%%%% paramètres généraux
\input{Structure_fichier}
%%%% quelques commandes
\input{commandes}
\input{chapitres}
%\fancyhead[L]{\textit{\textcolor{blue!20!red}{\textbf{Cours Chimie}} - Seconde}}
%\fancyhead[R]{\textit{Thème 1.1 - Chapitre 1}}
%%%% Paramètres réglables
%\modeCorrection
\colorlet{couleurPrincipale}{cyanSombre}
\colorlet{couleurImportant}{vertSombre}
%%%% doc
\begin{document}
%% Programme selon le BO
%\input{Programme_BO}
%%%%%%%%%% Plan du cours %%%%
%\input{PDT_SpectresEmission}
%%%%%%%%%% Cours %%%%%%%%%%%%
%\input{Chapitre6_VE}
\input{Chapitre6_VP}
%%%%%%%%%% Exercices %%%%%%%%
%%%%%%%%%% Activités %%%%%%%%
%\input{Activite_CompterEntites}
%%%%%%%%%% TP %%%%%%%%%%%%%%%
%\input{TP12_Electroneutralite}
%%%%%%%%%% Devoirs Notés %%%%%%%%%%
%\input{Eval_Diagnostique}
\end{document}