Skip to content

Commit

Permalink
Update main.typ
Browse files Browse the repository at this point in the history
Updates date automatically now


Change in teport-template-empty main, so the date updates automatically now and you don't forget
  • Loading branch information
patrickreiffenstein authored Feb 7, 2024
1 parent 7d0279f commit bf2f1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions report-template-empty/main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
supervisor: (
(name: "Supervisor 1", email: "supervisor@studnet.aau.dk"),
),
date: "21. December 2023",
date: datetime.today().display()
),
// Insert your abstract after the colon, wrapped in brackets.
// Example: `abstract: [This is my abstract...]`
Expand All @@ -32,4 +32,4 @@
#include "chapters/chapter2.typ"
#pagebreak(weak: true)

#bibliography("sources/sources1.bib")
#bibliography("sources/sources1.bib")

0 comments on commit bf2f1a7

Please sign in to comment.