jgm / jgm/texmath

Support vertical lines in arrays

Open
#127 12 comments 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
406
Forks
86
Avg merge
1h 25m
Merged PRs (30d)
1

Description

```latex
\begin{array}{rrr|r}
1 & 0 & 0 & x\\
0&1&0&b\\
0&0&1&c
\end{array}
```
Currently we get
```
\begin{array}{rrr|r}
^
unexpected "|"
expecting letter, white space or "}"
```
It would be nice if we could represent these vertical lines. (This would require changing the EArray type.) Second best, perhaps the `|` could just be skipped?

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.