slidev icon indicating copy to clipboard operation
slidev copied to clipboard

Enhancement : Adding MathJax support and a series of interface allowing MathJax options configurations

Open ych817 opened this issue 9 months ago • 2 comments

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 :

Image

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

ych817 avatar Mar 19 '25 03:03 ych817

I think this can be achieved via an addon like https://github.com/7086cmd/slidev-addon-tikzjax.

kermanx avatar Mar 19 '25 03:03 kermanx

If I want to tweak slidev , how to I build and run after doing the git clone ?

ych817 avatar Mar 20 '25 09:03 ych817