Skip to content

Add support for amsmath cases enviroment #74

Open
@bananaboy139

Description

How should the input text representation look like

Example: f(x) = \begin{cases} 1 \; if ; x < 2 \\ 0 \; if \; x \le 2 \end{cases}

How should the ASCII art output look like

     ⎧ 1 if x < 2
f(x)=⎨
     ⎩ 0 if x ≥ 2

useful for functions, such as characteristic functions

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions