Compare commits

..

1 Commits

Author SHA1 Message Date
a38d8e79e3
Added README and docs
Some checks failed
CI / Typst formatting (pull_request) Successful in 4s
CI / Typos (pull_request) Failing after 12s
CI / Build (pull_request) Has been skipped
2025-02-06 09:19:30 -08:00

View File

@ -60,7 +60,7 @@ Don't even try to load `titlesec`.
All these macros have the following syntax: `\problem{title}<label>` All these macros have the following syntax: `\problem{title}<label>`
- `title` is the problem's title, and may be empty. - `title` is the problem's title, and may be empty.
- `label` is the problem's label. This is optional. \ - `label` is the problem's label. This is optional. \
If a label is provided, this section may be referenced with `\ref{label}`. If a label is provided, this section may be referened with `\ref{label}`.
Examples: Examples:
- `\problem{}` - `\problem{}`