@@ -208,7 +208,7 @@ See #link("https://typst.app/docs/reference/math/variants/#functions-scr")[`scr`
208208 [`tack.r` ],
209209
210210 [$ in $ ], [`in` ], [$ nothing $ ], [`nothing` ], [$ models $ ], [`models` ],
211- [$ in . not $ ], [`in.not` ], [$ alef $ ], [`alef ` ], [$ without $ ], [`without` ],
211+ [$ in . not $ ], [`in.not` ], [$ aleph $ ], [`aleph ` ], [$ without $ ], [`without` ],
212212 ),
213213)
214214
@@ -370,35 +370,23 @@ $ cosec x = 1 / (sin x) $
370370 [`divides.not` ],
371371
372372 [$ asymp $ ], [`asymp` ], [$ tilde . eq $ ], [`tilde.eq` ], [$ n!$ ], [`n!` ],
373- [$ equiv $ ], [`equiv` ], [$ tilde . not $ ], [`tilde.not` ], [$ diff $ ], [`diff` ],
374- [$ prec $ ], [`prec` ], [$ plus . circle $ ], [`plus.circle` ], [$ nabla $ ], [`nabla` ],
375- [$ prec . eq $ ],
376- [`prec.eq` ],
377- [$ minus . circle $ ],
378- [`minus.cirle` ],
379- [$ planck . reduce $ ],
380- [`planck.reduce` ],
381-
382- [$ succ $ ],
383- [`succ` ],
384- [$ dot . circle $ ],
385- [`dot.circle` ],
386- [$ compose $ ],
387- [`compose` ],
388-
389- [$ succ . eq $ ],
390- [`succ.eq` ],
391- [$ times . circle $ ],
392- [`times.circle` ],
393- [$ star $ ],
394- [`star` ],
395-
396- [$ prop $ ],
397- [`prop` ],
398- [$ \u{2298} $ ],
399- [`\u{2298}` @tricky ],
400- [$ sqrt ("" )$ ],
401- [`sqrt("")` ],
373+
374+ [$ equiv $ ],
375+ [`equiv` ],
376+ [$ tilde . not $ ],
377+ [`tilde.not` ],
378+ [$ partial $ ],
379+ [`partial` ],
380+
381+ [$ prec $ ], [`prec` ], [$ plus . o $ ], [`plus.o` ], [$ nabla $ ], [`nabla` ],
382+
383+ [$ prec . eq $ ], [`prec.eq` ], [$ minus . o $ ], [`minus.o` ], [$ planck $ ], [`planck` ],
384+
385+ [$ succ $ ], [`succ` ], [$ dot . o $ ], [`dot.o` ], [$ compose $ ], [`compose` ],
386+
387+ [$ succ . eq $ ], [`succ.eq` ], [$ times . o $ ], [`times.o` ], [$ star $ ], [`star` ],
388+
389+ [$ prop $ ], [`prop` ], [$ slash . o $ ], [`slash.o` ], [$ sqrt ("" )$ ], [`sqrt("")` ],
402390
403391 [$ \u{2250} $ ],
404392 [`\u{2250}` @tricky ],
@@ -469,8 +457,8 @@ These do the same.
469457 row-gutter : 0.5em ,
470458 [$ ()$ ],
471459 [`()` ],
472- [$ angle . l angle . r $ ],
473- [`angle .l angle .r` ],
460+ [$ chevron . l chevron . r $ ],
461+ [`chevron .l chevron .r` ],
474462 [$ abs ("" )$ ],
475463 [`abs("")` ],
476464
@@ -502,10 +490,10 @@ To have them grow with the enclosed formula, also use the `lr` function.
502490 table (
503491 columns : 2 ,
504492 column-gutter : 1em ,
505- [$ lr (angle . l i, 2^( 2^i) angle . r ) $ ],
493+ [$ lr (chevron . l i, 2^( 2^i) chevron . r ) $ ],
506494 [
507495 ```
508- lr(angle .l i, 2^(2^i) angle .r)
496+ lr(chevron .l i, 2^(2^i) chevron .r)
509497 ```
510498 ],
511499 ),
0 commit comments