-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlog1.tex
73 lines (66 loc) · 2.22 KB
/
log1.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
61
62
63
64
65
66
67
68
69
70
71
72
73
% Cours de Logique 1ère à la HEB-ESI
% ----------------------------------
\documentclass[a4paper,oneside]{book}
\input{log1.sty} % Style principal pour le bouquin
\input{algoesi.sty} % Définition pour les algorithmes
\input{auto.sty} % Style généré par l'outil de conversion
\usepackage{makeidx} % pour générer un index
\makeindex
% Pour n'inclure que quelques chapitres
% (plus rapide en phase d'écriture)
% -------------------------------------
%\includeonly{log1-chapitre-liste}
% Constantes
% -----------------------------------------------
\newcommand{\ecole}{Haute École de Bruxelles}
\newcommand{\entite}{École Supérieure d'Informatique}
\newcommand{\entiteadresse}{Rue Royale 67 – 1000 Bruxelles}
\newcommand{\entitesite}{www.heb.be/esi}
\newcommand{\entitetel}{02/219.15.46}
\newcommand{\entitemail}{[email protected]}
\newcommand{\etude}{Bachelor en Informatique}
\newcommand{\cours}{Logique\\\&\\Techniques de programmation}
\newcommand{\siglecours}{LOG1}
\newcommand{\annee}{1\up{ère}}
\newcommand{\auteura}{L. Beeckmans}
\newcommand{\auteurb}{M. Codutti}
\newcommand{\auteurc}{G. Cuvelier}
\newcommand{\auteurd}{J. Dossogne}
\newcommand{\auteure}{A. Hallal}
\newcommand{\auteurf}{C. Leruste}
\newcommand{\auteurg}{E. Levy}
\newcommand{\auteurh}{N. Pettiaux}
\newcommand{\auteuri}{F. Servais}
\newcommand{\auteurj}{W. Willame}
\newcommand{\contact}{[email protected]}
\newcommand{\ladate}{\today}
\title{Cours de Logique \annee}
\author{}
\date{\today}
% Les différentes parties du document
% -----------------------------------
\begin{document}
\include{log1-debut}
\include{log1-chapitre-intro}
\include{log1-chapitre-robot}
\include{log1-chapitre-sequentiel}
\include{log1-chapitre-alternative}
\include{log1-chapitre-module}
\include{log1-chapitre-structure}
\include{log1-chapitre-boucle}
\include{log1-chapitre-tableau}
\include{log1-chapitre-tri}
\include{log1-chapitre-tableau2D}
\include{log1-chapitre-oo}
\include{log1-chapitre-liste}
\include{log1-chapitre-fichier}
\include{log1-chapitre-rupture}
\include{log1-chapitre-donnee}
\appendix
%\include{log1-annexe-parcours-tab}
%\include{log1-annexe-suites}
\include{log1-annexe-aide-memoire}
\include{log1-fin}
%\printindex
%\addcontentsline{toc}{chapter}{Index}
\end{document}