forked from exo7math/cours-exo7
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlivre-algorithmes.tex
More file actions
41 lines (23 loc) · 854 Bytes
/
livre-algorithmes.tex
File metadata and controls
41 lines (23 loc) · 854 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
\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-algorithmes.tex}
\debutchapitres
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Les chapitres
\import{algo/}{ch_algo.tex}
\import{zeros/}{ch_zeros.tex}
\import{crypto/}{ch_crypto.tex}
\import{formel/}{ch_formel.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Postface + index
\import{autres/}{postface-algorithmes.tex}
\vfill
\centerline{Version 0.1 -- Juin 2016}
\end{document}