[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
% Load this before the config file
% Imports %
% ── Imports ─────────────────────────────────────────────────────────
\typeout{[Core] Importing!}
\usepackage[table, dvipsnames]{xcolor}
\usepackage{amsmath}
\usepackage{graphicx}
@@ -37,7 +39,8 @@
\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
\newcounter{lang}
@@ -78,6 +81,7 @@
\newcounter{descriptorShadeStrength}
\newcounter{shadeStrength}
% ── Setup ───────────────────────────────────────────────────────────
% Set up the latex document, configure author, title (as first argument), as well as headers and footers
\newcommand{\setup}[1]{
\typeout{[Setup] Setting up...}