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

Optionally use KaTeX for csug and release_notes #761

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 25, 2024

  1. optionally use KaTeX for csug and release_notes

    KaTeX renders LaTeX math ahead-of-time to MathML and/or HTML.
    Its output is accessible to screen readers and other tools
    (instead of appearing as "<graphic>"), and it also does not
    suffer from the pixelation of math rendered to GIFs.
    
    Also, use scheme.sty and scheme.hsty from stex instead of
    stale copies with ad-hoc changes.
    
    Depends on dybvig/stex#7
    LiberalArtist committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    2aa6ce5 View commit details
    Browse the repository at this point in the history