-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlog1-solutions.tex
98 lines (83 loc) · 2.12 KB
/
log1-solutions.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
% 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
\renewenvironment{sol}[1]{%
\vspace{-2mm}
\subsection*{\normalsize{\color{MidnightBlue}\Cadre{#1}}}
\vspace{-2mm}
}{%
}
% 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{\ladate}{\today}
\title{Cours de Logique \annee}
\author{}
\date{\today}
\begin{document}
% ===================================
% 1ère page
% ===================================
\thispagestyle{empty}
\begin{minipage}{3cm}
\includegraphics[width=25mm]{image/logo-esi}
\end{minipage}
\begin{minipage}{13cm}
\vspace{-6\baselineskip}
\sffamily
\Large\ecole\\\entite
\bigskip\\
\large\entiteadresse\\\entitetel{} – \entitemail
\end{minipage}
\vfill
\begin{center}
\sffamily
\Huge\cours{}
\bigskip\\
\Large\etude{} -- \annee\ année\\
\small Version du \today.{}
\end{center}
% ===================================
% 2ème page
% ===================================
\vfill{}
{
\color{MidnightBlue}
\Cadre{
\begin{minipage}{\textwidth}
\begin{Huge}
\begin{center}
\begin{bfseries}
\medskip
Recueil de solutions.
Ne pas diffuser ce document aux étudiants !
\medskip
\end{bfseries}
\end{center}
\end{Huge}
\end{minipage}
}
}
\vfill{}
% ===================================
% Les solutions
% ===================================
\clearpage{}
\begin{Emphase}{Remarque}
Le premier nombre indique le numéro du chapitre
et le second, le numéro de l'exercice dans ce chapitre.
\end{Emphase}
\input{solutions}
\end{document}