slidev
slidev copied to clipboard
Enhancement : Adding MathJax support and a series of interface allowing MathJax options configurations
Although Slidev supports LaTeX by integrating KaTeX , but seems like KaTeX does not have more features than MathJax . I use MathJax frequently and some of the MathJax packages is essential to my work , such as xyjax , colortbl and bussproofs . Here is an example of xyjax :
Below is the request :
- [ ] Would you mind integrating MathJax3 into Slidev , and ,
- [ ] Make it possible to load all the packages of MathJax 3 including xyjax-v3 , and ,
- [ ] provide as much interfaces as possible so that we can configure MathJax3 by our own ?
Cheers
I think this can be achieved via an addon like https://github.com/7086cmd/slidev-addon-tikzjax.
If I want to tweak slidev , how to I build and run after doing the git clone ?