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
746d58b426
Use version-case to enable tex2svg on Racket 6.12 and above (previous versions lack xexpr-property
).
2020-07-23 21:28:03 +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
Suzanne Dupéron
cb0c2b623a
Apply suggestions from code review
2020-07-23 19:22:50 +01:00
William J. Bowman
2521bab254
Added support for tex2svg
2020-07-19 23:07:47 -07:00
Georges Dupéron
1793123c88
Updated Racket versions in .travis.yml
2019-04-24 22:41:07 +02:00
Georges Dupéron
063604d4a2
Adjusted spacing around ❬ and ❭
2017-08-24 10:14:48 +02:00
Georges Dupéron
f1f53d69b4
Adjust spacing around ❬ and ❭ in MathJax mode
2017-08-23 00:01:01 +02:00
Georges Dupéron
31d4d96016
Added ϱ
2017-08-21 22:19:29 +02:00
Georges Dupéron
ba5a8796fe
Added \bfit command
2017-08-16 12:46:18 +02:00
Georges Dupéron
00917975b3
Added ς character
2017-08-13 14:29:45 +02:00
Georges Dupéron
d5218f9409
Added some greek letters
2017-08-13 12:11:13 +02:00
Georges Dupéron
a21c1e783f
Added ⋅ character
2017-08-11 11:20:52 +02:00
Georges Dupéron
11b6094d38
Added unofficial #:latex-style option
2017-08-09 19:02:26 +02:00
Georges Dupéron
57529be1d1
Added ▷
2017-07-26 17:57:14 +02:00
Georges Dupéron
46e7ece370
Added ∩ ∪
2017-07-25 13:57:26 +02:00
Georges Dupéron
a53f9e9b02
Added some characters
2017-07-21 19:01:15 +02:00
Georges Dupéron
e2cd9520cb
Fixed typo in mathjax-convert-unicode
2017-07-21 17:49:03 +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
a762046efa
Disambiguate prime after ⁺ and ⁻
2017-07-21 03:54:53 +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
fbb7f162a0
Added some characters, allow \tag in qaligned
2017-07-19 22:42:35 +02:00
Georges Dupéron
2879b472af
Added • character
2017-07-19 00:32:54 +02:00
Georges Dupéron
d52713a7b8
New characters and fixes.
2017-07-17 21:59:50 +02:00
Georges Dupéron
0b9e7188ae
Added a unicode character
2017-07-14 02:15:56 +02:00
Georges Dupéron
140a703e9e
Added undocumented, unofficial qaligned environment, with (for now hardcoded) alignment rclrclrclrc and zero space between columns.
2017-07-13 11:13:52 +02:00
Georges Dupéron
8c051a91d8
Fix bug
2017-07-12 20:40:40 +02:00
Georges Dupéron
4386f6563d
Add mathmode? option to katex-convert-unicode
2017-07-12 19:17:51 +02:00
Georges Dupéron
e1f3c3daa6
Use noReflows: false for higher quality (albeit slower) math rendering.
2017-07-12 15:49:40 +02:00
Georges Dupéron
a03874e520
Quick patch to avoid LaTeX errors with double subscripts, now that I'm using katex-convert-unicode to convert some characters to LaTeX directly (I should do this only for HTML output… to be fixed later)
2017-07-11 02:45:42 +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
98c6ac9a57
Mark the STIX-Web font as available, not the STIX font. Should solve #5 .
2017-07-07 16:57:55 +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
b17206f270
Added ∌ character
2017-06-05 17:20:27 +02:00
Georges Dupéron
a088aa8def
Updated to MathJax v2.7.1 (copied files from github.com/jsmaniac/scribble-mathjax 99870c4 branch v2.7.1-racket-mini, and adjusted config.js)
2017-05-02 20:08:14 +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
e2ac677fa5
Merge remote-tracking branch 'katex-upstream/gh-pages'
2017-01-16 02:29:33 +01:00
Georges Dupéron
f761999a1b
Automatically convert some unicode characters to their LaTeX command
2017-01-16 02:21:12 +01:00
Kevin Barabash
a4f19a4ae5
Merge pull request #628 from gagern/pagesUpdate
...
Webpage: update katex to 0.7.0, show error messages
2017-01-15 18:12:51 -05:00
Martin von Gagern
e416b9cfe7
Do display mode via settings instead of input string
2017-01-15 22:26:25 +01:00
Martin von Gagern
d3402bcd30
Show katex errors in HTML output if rendering fails
2017-01-15 17:47:02 +01:00
Martin von Gagern
cd74447a2a
Update katex to v0.7.0
...
As v0.7.0 has some problems with its bower distribution, the files included
in this commit are taken from the npm release instead.
2017-01-15 17:41:26 +01:00
Georges Dupéron
9a515b72f4
Also compile dev branch.
2016-12-16 17:13:49 +01:00