Commit Graph

3455 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
3af4a5ec20 Renamed main branch 2021-04-04 07:23:01 +01:00
Suzanne Soy
e5ddba6d8f fixed contract of parameters in the docs 2021-03-27 20:53:55 +00:00
Suzanne Soy
cc3351f5c1 Added parameter for cusom KaTeX and MathJax locations 2021-03-27 17:43:22 +00:00
Suzanne Soy
617fbce1ac Ignore output of scribble --pdf scribblings/scribble-math.scrbl and --latex 2021-03-23 17:12:01 +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 Soy
581f9cb514 Added examples of katex output to the docs 2021-03-23 15:50:47 +00:00
Suzanne Soy
566564d50e Updated katex 2021-03-23 15:50:27 +00:00
Suzanne Soy
844fbcc3fb Too many missing packages with a small TeXLive, installing texlive-full 2021-03-22 18:09:05 +00:00
Suzanne Soy
58ef5a8187 Add TeXLive dependency for binhex.tex 2021-03-22 17:29:58 +00:00
Suzanne Soy
1f5f17f7c8 Turn off coverage in older versions; test on more versions of Racket 2021-03-05 14:39:13 +00:00
Suzanne Soy
ff4fe9ba82 Changed my name :) 2021-03-04 20:38:06 +00:00
Suzanne Dupéron
d3ede272e4
Merge pull request #10 from wilbowma/master
Added support for tex2svg
2020-07-25 06:13:48 +01: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
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