3af4a5ec20Renamed main branch
Suzanne Soy
2021-04-04 07:23:01 +0100
e5ddba6d8ffixed contract of parameters in the docs
Suzanne Soy
2021-03-27 20:53:55 +0000
cc3351f5c1Added parameter for cusom KaTeX and MathJax locations
Suzanne Soy
2021-03-27 17:43:22 +0000
617fbce1acIgnore output of scribble --pdf scribblings/scribble-math.scrbl and --latex
Suzanne Soy
2021-03-23 17:12:01 +0000
f90a7fc86aFixed bug in $-mathjax and $$-mathjax (the LaTeX header was expecting the wrong \texMath instead of \math and was lacking the \ensuremath{})
Suzanne Soy
2021-03-23 17:10:40 +0000
581f9cb514Added examples of katex output to the docs
Suzanne Soy
2021-03-23 15:50:47 +0000
Added support for tex2svg
William J. Bowman
2020-07-19 23:04:16 -0700
1793123c88Updated Racket versions in .travis.yml
Georges Dupéron
2019-04-24 22:41:07 +0200
063604d4a2Adjusted spacing around ❬ and ❭
Georges Dupéron
2017-08-24 10:14:48 +0200
f1f53d69b4Adjust spacing around ❬ and ❭ in MathJax mode
Georges Dupéron
2017-08-23 00:01:01 +0200
31d4d96016Added ϱ
Georges Dupéron
2017-08-21 22:19:29 +0200
ba5a8796feAdded \bfit command
Georges Dupéron
2017-08-16 12:46:18 +0200
00917975b3Added ς character
Georges Dupéron
2017-08-13 14:29:45 +0200
d5218f9409Added some greek letters
Georges Dupéron
2017-08-13 12:11:13 +0200
a21c1e783fAdded ⋅ character
Georges Dupéron
2017-08-11 11:20:52 +0200
11b6094d38Added unofficial #:latex-style option
Georges Dupéron
2017-08-09 19:02:26 +0200
57529be1d1Added ▷
Georges Dupéron
2017-07-26 17:57:14 +0200
46e7ece370Added ∩ ∪
Georges Dupéron
2017-07-25 13:57:26 +0200
a53f9e9b02Added some characters
Georges Dupéron
2017-07-21 19:01:15 +0200
e2cd9520cbFixed typo in mathjax-convert-unicode
Georges Dupéron
2017-07-21 17:49:03 +0200
5ffa56c7e5Shortened javascript which loads MathJax so that it is easier to compare for removal (since we unfortunately cannot set its ID).
Georges Dupéron
2017-07-21 13:06:28 +0200
a762046efaDisambiguate prime after ⁺ and ⁻
Georges Dupéron
2017-07-21 03:54:53 +0200
d4e21dff28mathjax-convert-unicode, shortened javascript which loads MathJax so that it is easier to compare for removal (since we unfortunately cannot set its ID).
Georges Dupéron
2017-07-21 02:47:46 +0200
fbb7f162a0Added some characters, allow \tag in qaligned
Georges Dupéron
2017-07-19 22:42:35 +0200
2879b472afAdded • character
Georges Dupéron
2017-07-19 00:32:54 +0200
d52713a7b8New characters and fixes.
Georges Dupéron
2017-07-17 21:59:50 +0200
0b9e7188aeAdded a unicode character
Georges Dupéron
2017-07-14 02:15:56 +0200
140a703e9eAdded undocumented, unofficial qaligned environment, with (for now hardcoded) alignment rclrclrclrc and zero space between columns.
Georges Dupéron
2017-07-13 11:13:52 +0200
8c051a91d8Fix bug
Georges Dupéron
2017-07-12 20:40:40 +0200
4386f6563dAdd mathmode? option to katex-convert-unicode
Georges Dupéron
2017-07-12 19:17:51 +0200
e1f3c3daa6Use noReflows: false for higher quality (albeit slower) math rendering.
Georges Dupéron
2017-07-12 15:49:40 +0200
a03874e520Quick 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)
Georges Dupéron
2017-07-11 02:45:42 +0200
8714493822Revert "Preprocess some unicode characters in MathJax (see #7)"
Georges Dupéron
2017-07-11 01:37:19 +0200
e45cbe5c74Preprocess some unicode characters in MathJax (see #7)
Georges Dupéron
2017-07-11 00:58:00 +0200
98c6ac9a57Mark the STIX-Web font as available, not the STIX font. Should solve #5.
Georges Dupéron
2017-07-07 16:57:55 +0200
a3b3374c9bAllow $ and 16601 to take zero arguments.
Georges Dupéron
2017-07-06 11:11:54 +0200
8b439678f3Avoid the need to put the $…$ and \[…\]
Georges Dupéron
2017-06-28 23:28:28 +0200
53cfeaeca4Fixed#4 (In LaTeX, ($$ ...) does not render display mode)
Georges Dupéron
2017-06-05 17:21:53 +0200
b17206f270Added ∌ character
Georges Dupéron
2017-06-05 17:20:27 +0200
a088aa8defUpdated to MathJax v2.7.1 (copied files from github.com/jsmaniac/scribble-mathjax 99870c4 branch v2.7.1-racket-mini, and adjusted config.js)
Georges Dupéron
2017-05-02 20:07:46 +0200
df478817baPossible solution to avoid locking down the page while MathJax is rendering (unused for now)
Georges Dupéron
2017-05-02 17:15:59 +0200
3de70e4fefUpgrade to MathJax-2.7.1
#3
Kevin Tew
2017-04-29 23:56:08 -0600
3a29f77dc1Attempt to use async + defer to speed up loading of MathJax.
Georges Dupéron
2017-03-24 16:34:25 +0100
d9c3a561caFixed LaTeX rendering of the equations.
Georges Dupéron
2017-02-24 02:23:03 +0100
c3f96e43a7Fixed MathJax support, I'm definitely sure I had tested it at some point, but it seems that it was broken due to several factors!
Georges Dupéron
2017-02-24 01:58:40 +0100
e2ac677fa5Merge remote-tracking branch 'katex-upstream/gh-pages'
Georges Dupéron
2017-01-16 02:29:33 +0100
f761999a1bAutomatically convert some unicode characters to their LaTeX command
Georges Dupéron
2017-01-16 02:21:12 +0100
a4f19a4ae5Merge pull request #628 from gagern/pagesUpdate
Kevin Barabash
2017-01-15 18:12:51 -0500
e416b9cfe7Do display mode via settings instead of input string
Martin von Gagern
2017-01-15 22:26:25 +0100
d3402bcd30Show katex errors in HTML output if rendering fails
Martin von Gagern
2017-01-15 17:47:02 +0100
cd74447a2aUpdate katex to v0.7.0
Martin von Gagern
2017-01-15 17:41:26 +0100
9a515b72f4Also compile dev branch.
Georges Dupéron
2016-12-16 17:13:49 +0100
ffe4cfde69Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule.
Georges Dupéron
2016-10-11 00:24:31 +0200
d9507573e7Exclude MathJax/ and katex/ from raco setup and raco test.
Georges Dupéron
2016-09-15 23:34:28 +0200
8a35d2af26Fixes#2
Georges Dupéron
2016-09-01 11:30:41 +0200
406830625bSpeed up --check-pkg-deps
Georges Dupéron
2016-08-30 22:51:58 +0200
7e7d7220e6Bumped version number
Georges Dupéron
2016-08-23 14:42:43 +0200
b85a877149Revert "Removed texlive-latex-recommended dependency as it is already a dependency of texlive-latex-extra."
Georges Dupéron
2016-08-23 13:37:07 +0200
2a70bd9bacRemoved texlive-latex-recommended dependency as it is already a dependency of texlive-latex-extra.
Georges Dupéron
2016-08-23 13:31:06 +0200
324e94bee9Added texlive-fonts-extra dependency to Travis, so that the PDFs can be built
Georges Dupéron
2016-08-23 13:27:55 +0200
de7fa0e798Added texlive-latex-extra dependency to Travis, so that the PDFs can be built
Georges Dupéron
2016-08-23 13:24:36 +0200
680f7a32f6Added texlive-fonts-recommended dependency to Travis, so that the PDFs can be built
Georges Dupéron
2016-08-23 13:20:46 +0200
463d33940aAdded texlive-latex-base dependency to Travis, so that the PDFs can be built
Georges Dupéron
2016-08-23 13:16:16 +0200
f07dd73c96Added texlive-latex-recommended dependency to Travis, so that the PDFs can be built
Georges Dupéron
2016-08-23 13:13:14 +0200
2fde3d59d9Added texlive-base dependency to Travis, so that the PDFs can be built
Georges Dupéron
2016-08-23 13:06:36 +0200
ae1477a11cAdjusted install command
Georges Dupéron
2016-08-17 15:13:44 +0200
194b4e0922Filled in info.rkt
Georges Dupéron
2016-08-14 02:02:45 +0200
3516076e63Typos and rephrasings suggested by O. Andreescu. Thanks!
Georges Dupéron
2016-08-13 22:29:03 +0200
b442197d53Fixed author in scribble document.
Georges Dupéron
2016-08-13 21:42:23 +0200
73d270eb30Changed link to docs in README.
Georges Dupéron
2016-08-13 17:35:43 +0200
cd584b4ccfGit is unhappy with the ../asymptote-images symlink in some case, making it a plain copy for now.
Georges Dupéron
2016-08-13 04:01:58 +0200
896ae16710When executing tests with drdr, the asymptote-images directory is searched for inside scribblings instead of being in the root directory. Is this a bug?
Georges Dupéron
2016-08-12 15:52:38 +0200
f7f0340193Removed .travis.yml dependency on Asymptote, as the version hosted there is too old to generate SVGs. Added asymptote-images, as http://pkg-build.racket-lang.org/ does not have access to external tools such as Asymptote.
Georges Dupéron
2016-08-11 16:08:59 +0200
8291f6b495Filled in README.md
Georges Dupéron
2016-08-11 15:26:36 +0200