From 0213d0bfe118c2d3831df62766f205069d470f09 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 20 May 2023 12:41:29 -0400 Subject: [PATCH] compsci.typ: add "cheated" problem status --- compsci.typ | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compsci.typ b/compsci.typ index a4e89c1..5b5d9ca 100644 --- a/compsci.typ +++ b/compsci.typ @@ -10,6 +10,12 @@ *Status*: Completed ] }) + } else if stat == "cheated" { + align(center, { + text(fill: rgb("#aaaa22"))[ + *Status*: Solved with editorial + ] + }) } else { align(center, { text(fill: rgb("#aa4422"))[