diff --git a/GPGPU.typ b/GPGPU.typ
index 9b60830b028d909684dff67cd0a1f6de2de1a778..52288f0b3ce3fe3ab6d30daf6d60c5b41877ea7e 100644
--- a/GPGPU.typ
+++ b/GPGPU.typ
@@ -9,8 +9,8 @@
 #show math.equation: set text(font: "Fira Math")
 
 #title-slide(
-  title: "Algorithmes parallèles STL avec C++ 20",
-  subtitle: "GPGPU",
+  subtitle: "Algorithmes parallèles STL avec C++ 20",
+  title: "GPGPU",
   author: "Michaël El Kharroubi",
   date: "27.02.2024",
   extra: "HPC 2024 - HEPIA",
diff --git a/Nvidia_STL.typ b/Nvidia_STL.typ
index a75f8aef255d6e24515cc0222f2342b4f394f8ff..0c99118ec69abe5cd2d2b4ee56e8f5c5dccad599 100644
--- a/Nvidia_STL.typ
+++ b/Nvidia_STL.typ
@@ -9,8 +9,8 @@
 #show math.equation: set text(font: "Fira Math")
 
 #title-slide(
-  title: "Algorithmes parallèles STL avec C++ 20",
-  subtitle: "GPGPU avec les algorithmes STL",
+  subtitle: "Algorithmes parallèles STL avec C++ 20",
+  title: "GPGPU avec les algorithmes STL",
   author: "Michaël El Kharroubi",
   date: "27.02.2024",
   extra: "HPC 2024 - HEPIA",
diff --git a/cpp_basics_for_STL.typ b/cpp_basics_for_STL.typ
index 203fc31fac1615221526ad5a98fe1df315c0f3a2..9962388ca3b0f010343a10e71519dc5d774b2525 100644
--- a/cpp_basics_for_STL.typ
+++ b/cpp_basics_for_STL.typ
@@ -9,8 +9,8 @@
 #show math.equation: set text(font: "Fira Math")
 
 #title-slide(
-  title: "Algorithmes parallèles STL avec C++ 20",
-  subtitle: "Notions C++ de bases pour les algorithmes STL",
+  subtitle: "Algorithmes parallèles STL avec C++ 20",
+  title: "Notions C++ de bases pour les algorithmes STL",
   author: "Michaël El Kharroubi",
   date: "27.02.2024",
   extra: "HPC 2024 - HEPIA",
diff --git a/intro.typ b/intro.typ
index b07d69b486364d3c10910da1f51329d24a74af4e..0ae7ec3328500945df0546930d381e966d4368ea 100644
--- a/intro.typ
+++ b/intro.typ
@@ -9,19 +9,13 @@
 #show math.equation: set text(font: "Fira Math")
 
 #title-slide(
-  title: "Algorithmes parallèles STL avec C++ 20",
-  subtitle: "Introduction",
+  subtitle: "Algorithmes parallèles STL avec C++ 20",
+  title: "Introduction",
   author: "Michaël El Kharroubi",
   date: "27.02.2024",
   extra: "HPC 2024 - HEPIA",
 )
 
-//#slide(title: "Table des matières")[
-//  #metropolis-outline
-//]
-
-#new-section-slide("Introduction")
-
 #slide(
   title: "Objectif du cours",
 )[
diff --git a/summary.typ b/summary.typ
deleted file mode 100644
index 9ff38fbe8924102d4f14b1e825a54c6e4517591b..0000000000000000000000000000000000000000
--- a/summary.typ
+++ /dev/null
@@ -1,15 +0,0 @@
-#set text(font: "Fira Sans", weight: "light", size: 14pt)
-
-= Summary
-
-Notions à voir pour ce cours :
-
-+ Qu'est-ce qu'un itérateur en C++
-+ Les vecteurs, les arrays et les spans
-+ Les views en C++
-+ Les captures (\~lambda) en C++
-+ Présentation des algorithmes STL
-+ La gestion de la mémoire en programmation GPGPU
-+ Exemple de programmation GPGPU à _l'ancienne_
-+ Le compilateur
-+ Présentation du paradigme futur STL (mdspan, views)
\ No newline at end of file