mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
feat(snip): add product snippets
This commit is contained in:
@@ -94,6 +94,9 @@ return {
|
||||
snip('osm', 'sum_Omega ', {}, math),
|
||||
snip('dsm', 'sum_(<>) ', { i(1, 'I') }, math),
|
||||
|
||||
snip('prd', 'product ', {}, math),
|
||||
snip('prod', 'product_(<>)^(<>) ', { i(1, 'k=1'), i(2, 'n') }, math),
|
||||
|
||||
snip('lm', 'lim ', {}, math),
|
||||
snip('lim', 'lim_(<> ->> <>) ', { i(1, 'n'), i(2, 'oo') }, math),
|
||||
snip('lim (sup|inf)', 'lim<> ', { cap(1) }, math),
|
||||
|
||||
Reference in New Issue
Block a user