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

fix: space should prevent optional argument to \\ #3746

Merged
merged 2 commits into from Dec 7, 2022
Merged

Commits on Nov 1, 2022

  1. fix: space should prevent optional argument to \\

    Fix `src/functions/cr.js`'s definition of `\\` to manually look for an
    optional argument via `future()` instead of `numOptionalArgs`, so that
    it does *not* skip over spaces.  This matches the existing behavior of
    `\\` in `src/environments/array.js` and AMSMath's behavior of `\math@cr`
    via `\new@ifnextchar`.
    
    Fixes #3745
    edemaine committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a80ddb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    f2120cb View commit details
    Browse the repository at this point in the history