From f5ca82cb3f16e11ac6ce42605ab921b58705f048 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 31 Mar 2024 20:15:06 +0200 Subject: [PATCH] make toc multicols --- layout.sty | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layout.sty b/layout.sty index 198b87fb..3a61b3cd 100644 --- a/layout.sty +++ b/layout.sty @@ -259,8 +259,10 @@ bookmarks=true]% \renewcommand\tableofcontents{% { - \large - \@starttoc{toc} + \Large + \begin{multicols}{2} + \@starttoc{toc} + \end{multicols} } } -- GitLab