Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for column separators in arrays (#127). #168

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2021

  1. Add support for column separators in arrays (jgm#127).

    - Add [ColumnSeparator] to EArray.
    - Readers.MathML can generate any of {CSNone, CSDashed, CSSolid}, which should round-trip through Writers.MathML
    - {Readers,Writers}.TeX only support {CSNone, CSSolid}
    - Readers.OMML currently generates CSNone, and Writers.OMML doesn't emit ColumnSeparator information
    aweinstock314 committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    e808517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4660eed View commit details
    Browse the repository at this point in the history
  3. Deduplicate "columnalign" and "columnlines" in the MathML writer, fix…

    … an off-by-1 in the TeX reader, and add the augmented matrix example to the test suite.
    aweinstock314 committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    b0885e1 View commit details
    Browse the repository at this point in the history