Compare commits
No commits in common. "cdc874413ccdba9768e804647f4d662b919e6cde" and "c7e20cace71521bc0fd148c770d827fd2b86cfaf" have entirely different histories.
cdc874413c
...
c7e20cace7
@ -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"))[
|
||||||
|
16
general.typ
16
general.typ
@ -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
|
|
||||||
})
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
general.typ
|
|
Loading…
x
Reference in New Issue
Block a user