-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathprofs.tex
More file actions
80 lines (43 loc) · 1.59 KB
/
profs.tex
File metadata and controls
80 lines (43 loc) · 1.59 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
\documentclass[11pt]{report}
\usepackage[screen]{scratch}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Titre + préface + sommaire
\renewcommand{\contentsname}{Sommaire}
% Préface
\import{divers/}{preface_feuilles.tex}
\debutchapitres
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Les feuilles
\import{premiers_pas/}{prof_premiers_pas.tex}
\import{repeter/}{prof_repeter.tex}
\import{operations_algebriques_1/}{prof_operations_algebriques_1.tex}
\import{vrai_faux/}{prof_vrai_faux.tex}
\import{operations_algebriques_2/}{prof_operations_algebriques_2.tex}
\import{si_alors/}{prof_si_alors.tex}
\import{boucles_1/}{prof_boucles_1.tex}
\import{chercher/}{prof_chercher.tex}
\import{puissances_de_2/}{prof_puissances_de_2.tex}
\import{binaire/}{prof_binaire.tex}
\import{boucles_2/}{prof_boucles_2.tex}
\import{graphe/}{prof_graphe.tex}
\import{base_de_donnees/}{prof_base_de_donnees.tex}
\import{pixels/}{prof_pixels.tex}
\import{diviser_pour_regner/}{prof_diviser_pour_regner.tex}
\import{couleurs/}{prof_couleurs.tex}
\import{crypto/}{prof_crypto.tex}
\import{triangulation/}{prof_triangulation.tex}
\import{distance_mots/}{prof_distance_mots.tex}
\newpage
\
\vfill
Autres fiches à faire :\\[1ex]
\begin{itemize}
\item Code correcteur (numéro sécu, numéro carte bancaire, isbn, 1 bit, 2 bits, tableau de parité).
\item Autres idées à creuser : calcul parallèle, quantique, blokus, bitcoin,...
\item ...
\end{itemize}
\vspace*{5cm}
\centerline{Version 0.01 -- Novembre 2016}
\vspace*{1cm}
\end{document}