Commit Graph

27 Commits

Author SHA1 Message Date
Suzanne Soy
a69b6fad19 Fixed bugs reported by @encomer on Slack. Thanks! 2021-04-06 00:03:45 +01:00
Suzanne Soy
cc3351f5c1 Added parameter for cusom KaTeX and MathJax locations 2021-03-27 17:43:22 +00:00
Suzanne Soy
f90a7fc86a Fixed bug in $-mathjax and $$-mathjax (the LaTeX header was expecting the wrong \texMath instead of \math and was lacking the \ensuremath{}) 2021-03-23 17:10:40 +00:00
Suzanne Dupéron
f6b388b462
Don't export identifiers which are not implemented before Racket 6.12 2020-07-25 04:36:31 +01:00
Suzanne Dupéron
11600d212e
Fix escape sequence in regexp 2020-07-23 23:10:05 +01:00
Suzanne Dupéron
6094bbc572
Update dollar.rkt 2020-07-23 22:24:38 +01:00
Suzanne Dupéron
a2467d1682
Need racket/base at the macro level. 2020-07-23 22:04:21 +01:00
Suzanne Dupéron
7a4b5139bb
Don't use version-case, it is not compatible with Racket 6.1 2020-07-23 22:00:27 +01:00
Suzanne Dupéron
52423aca0d
Use version-case to enable tex2svg on Racket 6.12 and above (previous versions lack xexpr-property).
Will add the dependency on version-case in `info.rkt` as a separate commit, since you can't make code suggestions for lines which are too far from the diff, see https://github.com/isaacs/github/issues/284)
2020-07-23 21:26:38 +01:00
William J. Bowman
2521bab254
Added support for tex2svg 2020-07-19 23:07:47 -07:00
Georges Dupéron
11b6094d38 Added unofficial #:latex-style option 2017-08-09 19:02:26 +02:00
Georges Dupéron
5ffa56c7e5 Shortened javascript which loads MathJax so that it is easier to compare for removal (since we unfortunately cannot set its ID). 2017-07-21 13:06:28 +02:00
Georges Dupéron
d4e21dff28 mathjax-convert-unicode, shortened javascript which loads MathJax so that it is easier to compare for removal (since we unfortunately cannot set its ID). 2017-07-21 02:47:46 +02:00
Georges Dupéron
8c051a91d8 Fix bug 2017-07-12 20:40:40 +02:00
Georges Dupéron
8714493822 Revert "Preprocess some unicode characters in MathJax (see #7)"
This reverts commit e45cbe5c74.
2017-07-11 01:37:19 +02:00
Georges Dupéron
e45cbe5c74 Preprocess some unicode characters in MathJax (see #7) 2017-07-11 00:58:00 +02:00
Georges Dupéron
a3b3374c9b Allow $ and 16601 to take zero arguments. 2017-07-06 11:11:54 +02:00
Georges Dupéron
8b439678f3 Avoid the need to put the $…$ and \[…\] 2017-06-28 23:28:28 +02:00
Georges Dupéron
53cfeaeca4 Fixed #4 (In LaTeX, ($$ ...) does not render display mode) 2017-06-05 17:21:53 +02:00
Georges Dupéron
df478817ba Possible solution to avoid locking down the page while MathJax is rendering (unused for now) 2017-05-02 17:15:59 +02:00
Georges Dupéron
3a29f77dc1 Attempt to use async + defer to speed up loading of MathJax. 2017-03-24 16:34:25 +01:00
Georges Dupéron
d9c3a561ca Fixed LaTeX rendering of the equations. 2017-02-24 02:23:03 +01:00
Georges Dupéron
c3f96e43a7 Fixed MathJax support, I'm definitely sure I had tested it at some point, but it seems that it was broken due to several factors! 2017-02-24 01:58:40 +01:00
Georges Dupéron
f761999a1b Automatically convert some unicode characters to their LaTeX command 2017-01-16 02:21:12 +01:00
Georges Dupéron
15813a783d Fixed LaTeX rendering (add missing commands) 2016-08-23 13:01:26 +02:00
Georges Dupéron
8b2456cd56 Copied over a couple of comments from math.rkt in https://github.com/jsmaniac/scribble-enhanced.git 2016-08-11 19:27:46 +02:00
Georges Dupéron
03bdcc592f Split math-scribble.rkt into dollar.rkt and asymptote.rkt. Added documentation, added possibility to use KaTeX instead of MathJax 2016-08-11 01:23:00 +02:00