From 11f0fba667d744d89c01e6001a073474acfefe68 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Wed, 23 Jan 2019 16:22:14 +0100 Subject: [PATCH] update title --- 455-Codage_Sources/Cours/main.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/455-Codage_Sources/Cours/main.tex b/455-Codage_Sources/Cours/main.tex index 3f6cabf..e219b7e 100644 --- a/455-Codage_Sources/Cours/main.tex +++ b/455-Codage_Sources/Cours/main.tex @@ -6,7 +6,7 @@ \title{Notes de Cours} \author{Pierre-Antoine Comby} \teacher{Michel Kieffer} -\module{455} +\module{455\\ Codage de source} \usepackage{listings} \definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue \definecolor{mylilas}{RGB}{170,55,241} @@ -40,3 +40,8 @@ \chapter{Codage prédictif} \subfile{chap3.tex} \end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: