1
0
mirror of https://gitlab.cvh-server.de/skrause/flashcards.git synced 2025-12-12 06:41:38 +01:00

push local changes

This commit is contained in:
2025-03-29 14:38:21 +01:00
parent a90db5b042
commit 9f5f951a9f
12 changed files with 488 additions and 495 deletions

View File

@@ -1,4 +1,4 @@
#import "template.typ": *
#import "template.typ": project
#show: project.with(
title: "Karteikarten-Anwendung in C mit GTK4 und Libadwaita",
@@ -6,6 +6,9 @@
authors: (
"Sophie Krause",
),
profs: (
"Prof. Dr. Gerwinski",
),
logo: "BO_Logo.svg"
)

View File

@@ -1,6 +1,6 @@
#import "@preview/hydra:0.6.0": hydra
#let project(title: "", subtitle: "", authors: (), logo: none, body) = {
#let project(title: "", subtitle: "", authors: (), profs: (), logo: none, body) = {
// Basic properties
set document(author: authors, title: title)
set text(lang: "de")
@@ -22,14 +22,21 @@
// Subtitle
text(2em, weight: 400, subtitle)
v(1fr)
set align(left)
// Author
grid(
gutter: 1em,
..authors,
)
v(1fr)
pagebreak()
// Profs
grid(
gutter: 1em,
..profs,
)
// Table of contents
set align(left)