Compare commits

..

1 Commits

Author SHA1 Message Date
85697226e5
Added README and docs
All checks were successful
CI / Typos (pull_request) Successful in 13s
CI / Typst formatting (pull_request) Successful in 6s
CI / Build (pull_request) Successful in 8m43s
2025-02-06 09:22:45 -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 referened with `\ref{label}`. If a label is provided, this section may be referenced with `\ref{label}`.
Examples: Examples:
- `\problem{}` - `\problem{}`