ForNeVeR / ForNeVeR/xaml-math

Support for \begin and \end named environments

Open
#191 8 comments 1 reaction 0 assignees View on GitHub
help-wanted kind:feature
Dominant language
C#
Stars
719
Forks
113
Avg merge
6d 12h
Merged PRs (30d)
1

Description

Would be great if the engine/parser could support \begin and \end **named** environments.

Examples:

\begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix}

\begin{array}{c|c} 1 & 2 \\ \hline 3 & 4 \end{array}

f(n) = \begin{cases} n/2 & \quad \text{if } n \text{ is even}\\ -(n+1)/2 & \quad \text{if } n \text{ is odd} \end{cases}

\left(\begin{ array}{c} n \\ r \end{array} \right) = \frac{n!}{r!(n-r)!}

## TODO[F]
- [x] `pmatrix` (see #329)
- [ ] `array`
- [ ] `cases`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.