[Core] add preliminary support for multicols
Some checks failed
Update docs / build_docs (push) Failing after 3m20s
Update helpers / build_helpers (push) Successful in 15s

This commit is contained in:
2026-01-22 14:34:57 +01:00
parent 4577950acc
commit 6f2c05b6eb
6 changed files with 115 additions and 5 deletions

View File

@@ -42,3 +42,9 @@
% The colour-saturation of the shade command (default = 20)
\setcounter{shadeStrength}{20}
% Whether or not to use landscape orientation for the cheat sheet
\boolfalse{cheatSheetLandscape}
% Set the number of columns to use (only affects the CheatSheet style and only if cheatSheetLandscape is set to true)
\setcounter{colCount}{3}