Commit 891264c
fix: quote NP in Typst math mode to fix doc build (#698)
In Typst math mode, `NP` is parsed as variable `N` * variable `P`.
Wrapping it in quotes (`"NP"`) renders it as a text literal.
Fixes #697
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8ee70ee commit 891264c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2305 | 2305 | | |
2306 | 2306 | | |
2307 | 2307 | | |
2308 | | - | |
| 2308 | + | |
2309 | 2309 | | |
2310 | 2310 | | |
2311 | 2311 | | |
| |||
0 commit comments