Compare commits

..

No commits in common. "cdc874413ccdba9768e804647f4d662b919e6cde" and "c7e20cace71521bc0fd148c770d827fd2b86cfaf" have entirely different histories.

3 changed files with 0 additions and 23 deletions

View File

@ -10,12 +10,6 @@
*Status*: Completed *Status*: Completed
] ]
}) })
} else if stat == "cheated" {
align(center, {
text(fill: rgb("#aaaa22"))[
*Status*: Solved with editorial
]
})
} else { } else {
align(center, { align(center, {
text(fill: rgb("#aa4422"))[ text(fill: rgb("#aa4422"))[

View File

@ -1,16 +0,0 @@
// general document
#import "main.typ": gen_title, gen_authors, doc_template
#let template(
title: none,
authors: none,
body
) = {
doc_template({
gen_title(title: title)
v(15pt, weak: true)
gen_authors(authors: authors)
body
})
}

View File

@ -1 +0,0 @@
general.typ