forked from redelmann/gyminf-informatique-theorique
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcours.tex
43 lines (29 loc) · 1.01 KB
/
cours.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
\documentclass[12pt,french,a4paper]{memoir}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[frenchb]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{proof}
\usepackage[french]{cleveref}
\usepackage{multirow}
\usepackage{tikz}
% Définition de la commande pour le signe = avec "déf" aussi dessus.
\newcommand\eqdef{\mathrel{\overset{\makebox[0pt]{\mbox{\normalfont\tiny\sffamily déf}}}{=}}}
\begin{document}
\title{Fondamentaux formels\\/\\Informatique théorique}
\author{Dr Romain Edelmann\\EPFL}
\date{2021}
\maketitle
\frontmatter
\chapter*{Remerciements}
Un grand merci à Patrick Rossi, Murièle Jacquier, James Jane, et Sebastien Murphy pour leur nombreuses contributions à ce document, aux exercices et à leur solutions.
\newpage
\tableofcontents
\mainmatter
\input{chapitres/1_calcul_des_propositions.tex}
\input{chapitres/2_calcul_des_predicats.tex}
\input{chapitres/3_ensembles_et_langages.tex}
\input{chapitres/4_langages_reguliers.tex}
\end{document}