-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathlivre-algebre-1-print.tex
61 lines (34 loc) · 1.26 KB
/
livre-algebre-1-print.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
\documentclass[11pt,twoside,openright]{report}
% les options possibles sont : [minimal], [screen] et [print]
% par defaut c'est screen
\usepackage[print]{exo7book}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Titre + préface + sommaire
\renewcommand{\contentsname}{Sommaire}
%\montitre{Algèbre\\ Cours de mathématiques\\ Première année}
\import{autres/}{preface-algebre.tex}
\debutchapitres
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Les chapitres
%-------------- Algèbre 1 -----------------
\import{logique/}{ch_logique.tex}
\import{ensembles/}{ch_ensembles.tex}
\import{complexes/}{ch_complexes.tex}
\import{arithmetique/}{ch_arithmetique.tex}
\import{polynomes/}{ch_polynomes.tex}
\import{groupes/}{ch_groupes.tex}
%-------------- Algèbre 2 -----------------
\import{syslin/}{ch_syslin.tex}
\import{matrices/}{ch_matrices.tex}
\import{erene/}{ch_erene.tex}
\import{ev/}{ch_ev.tex}
\import{dimension/}{ch_dimension.tex}
\import{matlin/}{ch_matlin.tex}
\import{determinants/}{ch_determinants.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Postface + index
\import{autres/}{postface-algebre.tex}
\vfill
\centerline{Version 1.00 -- Janvier 2016}
\end{document}