-
Notifications
You must be signed in to change notification settings - Fork 987
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Depends on dybvig/stex#7
- Loading branch information
1 parent
0654a2d
commit 0651eca
Showing
6 changed files
with
86 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule stex
updated
19 files
+27 −19 | Makefile | |
+3 −2 | Makefile.template | |
+63 −9 | Mf-stex | |
+11 −0 | doc/.gitignore | |
+7 −1 | doc/Makefile | |
+167 −36 | doc/stex.html | |
+22 −0 | doc/stex.katex-css-link | |
+ − | doc/stex.pdf | |
+90 −14 | doc/stex.stex | |
+8 −1 | inputs/scheme.hsty | |
+10 −0 | inputs/scheme.sty | |
+13 −2 | math/Makefile | |
+2 −0 | math/katexmacros | |
+1 −0 | src/VERSION | |
+8 −5 | src/fixbibtex.ss | |
+95 −28 | src/html-prep.ss | |
+3 −2 | src/preplib.ss | |
+1 −0 | src/scheme-prep.ss | |
+7 −1 | src/script.ss |