From 641cf03bbcdbb86c1618071aca1961e33bce51c8 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 25 Aug 2025 11:33:22 +0200 Subject: [PATCH] feat(lib): Print relevant education modules --- lib/lib.typ | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/lib.typ b/lib/lib.typ index ff4c0ed..d0000fc 100644 --- a/lib/lib.typ +++ b/lib/lib.typ @@ -83,6 +83,12 @@ [- #bullet.at(lang)] } } + if "modules" in item { + subdued[Relevante Module:] + for bullet in item.modules { + subdued[ - #bullet.at(lang)] + } + } if "publication" in item { subdued[#item.publication.at(lang) \ ] }