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:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user