alias PenaltyNodeSubtype
(alias) PenaltyNodeSubtype = (0|1|2|3|4|5|6|7|8)
| 0 -- userpenalty
| 1 -- linebreakpenalty
| 2 -- linepenalty
| 3 -- wordpenalty
| 4 -- finalpenalty
| 5 -- noadpenalty
| 6 -- beforedisplaypenalty
| 7 -- afterdisplaypenalty
| 8 -- equationnumberpenalty
Reference:
- Corresponding C source code: texnodes.c#L587-L595
😱 Types incomplete or incorrect? 🙏 Please contribute!