fix: alles-zum-abi bio

This commit is contained in:
Erik Grobecker 2025-02-06 09:05:20 +01:00
parent 666a1015e6
commit 7d2cfd22c4
Signed by: Erik
GPG key ID: 80D020D0ABBD3FB2

View file

@ -1,20 +1,6 @@
#import "@preview/grape-suite:1.0.0": exercise
// using this repo: https://github.com/piepert/grape-suite
#import exercise: project, task, subtask
#import "@preview/glossarium:0.5.0": make-glossary, register-glossary, print-glossary, gls, glspl
#show: make-glossary
#let entry-list = (
(
key: "kuleuven",
short: "KU Leuven",
long: "Katholieke Universiteit Leuven",
description: "A university in Belgium."
),
// Add more terms
)
#register-glossary(entry-list)
// Your document body
#set text(lang: "de")
@ -66,11 +52,6 @@ Welche Themen hatte ich:
== Replikation
#figure(
image("assets/BIO_Schritte zur Proteinbildung.excalidraw.png"),
image("../assets/excalidraw/BIO_Schritte zur Proteinbildung.excalidraw.png"),
caption: [Schritte zur Bildung von Proteinen]
)
#print-glossary(
entry-list
)