mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 07:51:38 +01:00
push local changes
This commit is contained in:
@@ -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