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(math): Math font size must follow the document font size #2149

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 23, 2024

  1. fix(math): Math font size must follow the document font size

    Math formula in block quotes, footnotes, and even headers
    shall use the current document font size, not some hard-coded
    10pt default.
    Omikhleia authored and Didier Willis committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4c1bd3b View commit details
    Browse the repository at this point in the history
  2. test(math): Upgrade math tests that were relying on the font size

    These tests use document font size at 11pt, but formulas would be
    typeset at 10pt as the math.font.size default was hard-coded.
    It now follows the current document font size, so enforce it back
    to 10pt in order for the test to pass unchanged.
    Omikhleia authored and Didier Willis committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a8a11c7 View commit details
    Browse the repository at this point in the history