From 022cf9f6b61e4e0b9a32a5a1a15bbcc7981322c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?El=20Kharroubi=20Micha=C3=ABl?=
 <michael.el-kharroubi@hesge.ch>
Date: Mon, 26 Feb 2024 15:22:58 +0100
Subject: [PATCH] Fix format issue

---
 cpp_basics_for_STL.typ | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/cpp_basics_for_STL.typ b/cpp_basics_for_STL.typ
index 6d816a2..cd0bca8 100644
--- a/cpp_basics_for_STL.typ
+++ b/cpp_basics_for_STL.typ
@@ -407,10 +407,14 @@ std::cout << std::endl;
   partiellement leur environnement
 - On peut capturer par référence ou par copie
 - Les algorithmes STL à connaître sont :
-  - `iota`
-  - `transform`
-  - `accumulate`
-  - `remove_if`
+
+#box(inset: 5%, columns(2, gutter: 22pt)[
+- `iota`
+- `transform`
+#colbreak()
+- `accumulate`
+- `remove_if`
+])
 ]
 
 #new-section-slide("Questions ?")
\ No newline at end of file
-- 
GitLab