From d8f9f3fdc7a515a947f0cd5581f7c267e494c2b5 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Thu, 26 Sep 2024 21:08:27 +0200 Subject: [PATCH] Separate lof by chapter --- config/thesis_commands.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/thesis_commands.tex b/config/thesis_commands.tex index 3a891fa..55e642d 100644 --- a/config/thesis_commands.tex +++ b/config/thesis_commands.tex @@ -18,6 +18,8 @@ }{% \oldchapter{#3}% Regular chapter }% + \addcontentsline{lof}{chapter}{#3}% Add to the list of figures + %\addcontentsline{lot}{chapter}{#3}% Add to the list of tables }% }