-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathcours-fpv.tex
More file actions
46 lines (29 loc) · 888 Bytes
/
cours-fpv.tex
File metadata and controls
46 lines (29 loc) · 888 Bytes
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[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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Les chapitres
%\tableofcontents
\import{fpv/}{preface-fpv.tex}
\debutchapitres
\import{fpv/}{ch_plusvar.tex}
\import{fpv/}{ch_calculdiff.tex}
\import{fpv/}{ch_jacob.tex}
\import{fpv/}{ch_gradient.tex}
\import{fpv/}{ch_diffeo.tex}
\import{fpv/}{ch_extrem.tex}
%
%\import{fpv/}{ch_intvar.tex}
%
%\import{fpv/}{ch_intcurv.tex}
%
%\import{fpv/}{ch_todo.tex}
\vfill
\centerline{Version 1.0 -- Octobre 2022}
\end{document}