|
261 | 261 | </mrow> |
262 | 262 | en: the sum from 0 to n of i squared |
263 | 263 |
|
264 | | -
|
265 | | -
|
266 | 264 | - property: unit |
267 | 265 | type: units-and-currency |
268 | 266 | applicability: mi |
|
366 | 364 | effect: read the term as a chemical equation |
367 | 365 | comment: chemical equations include arrows, operators (e.g., `+`, `-`, `=`), and brackets (to indicate concentration) |
368 | 366 | examples: |
369 | | - - mathml: | |
370 | | - <mrow intent=':chemical-equation'> |
371 | | - <mrow intent=':chemical-equation'> |
372 | | - <mn>2</mn> |
373 | | - <mo>⁢</mo> |
374 | | - <mrow intent=':chemical-equation'> |
375 | | - <mmultiscripts intent=':chemical-formula'> |
376 | | - <mi mathvariant='normal' intent=':chemical-element'>H</mi> |
377 | | - <mn>2</mn> |
378 | | - <mrow/> |
379 | | - </mmultiscripts> |
380 | | - <mo>⁣</mo> |
381 | | - <mi mathvariant='normal' intent=':chemical-element'>O</mi> |
382 | | - </mrow> |
383 | | - </mrow> |
384 | | - <mo>⟶</mo> |
| 367 | + - mathml: | |
385 | 368 | <mrow intent=':chemical-equation'> |
386 | 369 | <mrow intent=':chemical-equation'> |
387 | 370 | <mn>2</mn> |
388 | 371 | <mo>⁢</mo> |
| 372 | + <mrow intent=':chemical-equation'> |
| 373 | + <mmultiscripts intent=':chemical-formula'> |
| 374 | + <mi mathvariant='normal' intent=':chemical-element'>H</mi> |
| 375 | + <mn>2</mn> |
| 376 | + <mrow/> |
| 377 | + </mmultiscripts> |
| 378 | + <mo>⁣</mo> |
| 379 | + <mi mathvariant='normal' intent=':chemical-element'>O</mi> |
| 380 | + </mrow> |
| 381 | + </mrow> |
| 382 | + <mo>⟶</mo> |
| 383 | + <mrow intent=':chemical-equation'> |
| 384 | + <mrow intent=':chemical-equation'> |
| 385 | + <mn>2</mn> |
| 386 | + <mo>⁢</mo> |
| 387 | + <mmultiscripts intent=':chemical-formula'> |
| 388 | + <mi mathvariant='normal' intent=':chemical-element'>H</mi> |
| 389 | + <mn>2</mn> |
| 390 | + <mrow/> |
| 391 | + </mmultiscripts> |
| 392 | + </mrow> |
| 393 | + <mo>+</mo> |
389 | 394 | <mmultiscripts intent=':chemical-formula'> |
390 | | - <mi mathvariant='normal' intent=':chemical-element'>H</mi> |
| 395 | + <mi mathvariant='normal' intent=':chemical-element'>O</mi> |
391 | 396 | <mn>2</mn> |
392 | 397 | <mrow/> |
393 | 398 | </mmultiscripts> |
394 | 399 | </mrow> |
395 | | - <mo>+</mo> |
396 | | - <mmultiscripts intent=':chemical-formula'> |
397 | | - <mi mathvariant='normal' intent=':chemical-element'>O</mi> |
398 | | - <mn>2</mn> |
399 | | - <mrow/> |
400 | | - </mmultiscripts> |
401 | 400 | </mrow> |
402 | | - </mrow> |
403 | | - en: '2, cap h, sub 2; cap o; reacts to form; 2 cap h, sub 2; plus cap o, sub 2' |
404 | | -
|
405 | | -
|
| 401 | + en: '2, cap h, sub 2; cap o; reacts to form; 2 cap h, sub 2; plus cap o, sub 2' |
406 | 402 |
|
407 | 403 | - property: pause-short |
408 | 404 | type: pause |
|
0 commit comments