fix: alles-zum-abi bio
This commit is contained in:
parent
666a1015e6
commit
7d2cfd22c4
1 changed files with 1 additions and 20 deletions
|
@ -1,20 +1,6 @@
|
||||||
#import "@preview/grape-suite:1.0.0": exercise
|
#import "@preview/grape-suite:1.0.0": exercise
|
||||||
// using this repo: https://github.com/piepert/grape-suite
|
// using this repo: https://github.com/piepert/grape-suite
|
||||||
#import exercise: project, task, subtask
|
#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")
|
#set text(lang: "de")
|
||||||
|
|
||||||
|
@ -66,11 +52,6 @@ Welche Themen hatte ich:
|
||||||
== Replikation
|
== Replikation
|
||||||
|
|
||||||
#figure(
|
#figure(
|
||||||
image("assets/BIO_Schritte zur Proteinbildung.excalidraw.png"),
|
image("../assets/excalidraw/BIO_Schritte zur Proteinbildung.excalidraw.png"),
|
||||||
caption: [Schritte zur Bildung von Proteinen]
|
caption: [Schritte zur Bildung von Proteinen]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
#print-glossary(
|
|
||||||
entry-list
|
|
||||||
)
|
|
Loading…
Add table
Reference in a new issue