-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathlivre-analyse-1.tex
More file actions
59 lines (32 loc) · 1.17 KB
/
livre-analyse-1.tex
File metadata and controls
59 lines (32 loc) · 1.17 KB
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
\documentclass[11pt,twoside,openright]{report}
% les options possibles sont : [minimal], [screen] et [print]
% par defaut c'est screen
\usepackage[screen]{exo7book}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Titre + préface + sommaire
\renewcommand{\contentsname}{Sommaire}
%\montitre{Algèbre\\ Cours de mathématiques\\ Première année}
\import{autres/}{preface-analyse.tex}
\debutchapitres
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Les chapitres
%-------------- Analyse 1 -----------------
\import{reels/}{ch_reels.tex}
\import{suites/}{ch_suites.tex}
\import{fonctions/}{ch_fonctions.tex}
\import{usuelles/}{ch_usuelles.tex}
\import{derivee/}{ch_derivee.tex}
% -------------- Analyse 2 -----------------
\import{int/}{ch_int.tex}
\import{dl/}{ch_dl.tex}
\import{courbes/}{ch_courbes.tex}
\import{equadiff/}{ch_equadiff.tex}
% -------------- Leçons de choses -----------------
\import{lecons/}{ch_lecons.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Postface + index
\import{autres/}{postface-analyse.tex}
\vfill
\centerline{Version 1.00 -- Janvier 2016}
\end{document}