Compare commits
2 Commits
c7e20cace7
...
cdc874413c
Author | SHA1 | Date | |
---|---|---|---|
cdc874413c | |||
0213d0bfe1 |
@ -10,6 +10,12 @@
|
|||||||
*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
Normal file
16
general.typ
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
// 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
math_prob.typ
Symbolic link
1
math_prob.typ
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
general.typ
|
Loading…
x
Reference in New Issue
Block a user