Skip to content

Commit

Permalink
Top of abstract page
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust committed Nov 23, 2023
1 parent 55441d6 commit 2a3595c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// Example: `abstract: [This is my abstract...]`
abstract: lorem(59),
groupname: "cs-23-sw-1-p1-15",
department: "Computer Science",
date: "November 22, 2023",
logo: none,
)
Expand Down
19 changes: 17 additions & 2 deletions template.typ
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
abstract: [],
authors: (),
groupname: "",
department: "",
date: none,
logo: none,
body,
Expand Down Expand Up @@ -58,8 +59,22 @@
pagebreak()

// Abstract page.
v(1fr)
align(center)[
//v(1fr)
grid(
columns: (50%, 50%),
rows: (20%, 80%),
box(width: 100%, height: 100%, {
image("AAUgraphics/aau_logo_en.svg")
}),
box(width: 100%, height: 100%, {
align(right + horizon)[
**#(department)**\
Aalborg University\
http://cs.aau.dk
]
})
)
align(center)[
#heading(
outlined: false,
numbering: none,
Expand Down

0 comments on commit 2a3595c

Please sign in to comment.