[Core] Improve layout
Some checks failed
Update helpers / build_helpers (push) Failing after 13s

This commit is contained in:
2026-01-09 14:17:27 +01:00
parent 2c0db60c7d
commit bcd7ed17d0

View File

@@ -8,9 +8,11 @@
% ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀ % ▀▀█████▀ ▀█████▀▄████▄ ▀█████▀
% This file contains all necessary dependencies for the document to compile (at all) and some core macros % This file contains all necessary dependencies for the document to compile (at all) and some core macros
% Load this before the config file
% Imports % % ── Imports ─────────────────────────────────────────────────────────
\typeout{[Core] Importing!} \typeout{[Core] Importing!}
\usepackage[table, dvipsnames]{xcolor} \usepackage[table, dvipsnames]{xcolor}
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{graphicx} \usepackage{graphicx}
@@ -37,7 +39,8 @@
\usepackage{pifont} \usepackage{pifont}
% Language Switching. Currently only English and German are supported % ── Language Switching. ─────────────────────────────────────────────
% Currently only English and German are supported
% See docs for how to use % See docs for how to use
\newcounter{lang} \newcounter{lang}
@@ -78,6 +81,7 @@
\newcounter{descriptorShadeStrength} \newcounter{descriptorShadeStrength}
\newcounter{shadeStrength} \newcounter{shadeStrength}
% ── Setup ───────────────────────────────────────────────────────────
% Set up the latex document, configure author, title (as first argument), as well as headers and footers % Set up the latex document, configure author, title (as first argument), as well as headers and footers
\newcommand{\setup}[1]{ \newcommand{\setup}[1]{
\typeout{[Setup] Setting up...} \typeout{[Setup] Setting up...}