start modifying contrib section
All checks were successful
/ test_checkout (push) Successful in 1m0s
All checks were successful
/ test_checkout (push) Successful in 1m0s
This commit is contained in:
parent
ad66b1293d
commit
fd4d6fa239
49 changed files with 22629 additions and 88 deletions
22
papers/3_rasta/X_lib.typ
Normal file
22
papers/3_rasta/X_lib.typ
Normal file
|
@ -0,0 +1,22 @@
|
|||
#let ok = text(fill: olive, sym.checkmark)
|
||||
#let okk = text(fill: olive, tracking: -5pt, sym.checkmark+sym.checkmark)
|
||||
|
||||
#let bad = text(fill: orange, sym.circle.stroked.small)
|
||||
#let ko = text(fill: maroon, sym.crossmark)
|
||||
#let nr = sym.dash.en
|
||||
|
||||
#let str2sym(s) = {
|
||||
if s == "ok" {
|
||||
ok
|
||||
} else if s == "okk" {
|
||||
okk
|
||||
} else if s == "bad" {
|
||||
bad
|
||||
} else if s == "ko" {
|
||||
ko
|
||||
} else if s == "nr" {
|
||||
nr
|
||||
} else {
|
||||
s
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue