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

Numbered equations #1821

Closed
wants to merge 13 commits into from
Closed

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    39f5121 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d179665 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

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

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    f62b3a2 View commit details
    Browse the repository at this point in the history
  2. add a 'numbered' option to number equations, and a 'counter' option t…

    …o set a custom counter id
    leorosa authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    05155b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d9bb34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f47639 View commit details
    Browse the repository at this point in the history
  5. add some documentation

    leorosa authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4967292 View commit details
    Browse the repository at this point in the history
  6. add the '\equation{...}' shortcut command to call '\math[mode=display…

    …, counter="equation]{...}'
    leorosa authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    faaaf0c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    0f97f48 View commit details
    Browse the repository at this point in the history
  2. feat(math): numbered equations

    Enable numbering in mathml;
    Revert the definition of a '\equation' command;
    Fix documentation.
    leorosa authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    b5cf4a2 View commit details
    Browse the repository at this point in the history
  3. feat(math): numbered equations

    Using 'pushExplicitGlue', as suggested
    Renamed the numbering format to 'math:numberingstyle'
    leorosa authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c4db864 View commit details
    Browse the repository at this point in the history