grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
124 stars 24 forks source link

use system MathJax (at least optionally) #271

Closed grzegorzmazur closed 4 years ago

grzegorzmazur commented 5 years ago

MathJax is available in many distributions. We should try to use system-wide package instead of bundling our own copy whenever possible.

This issue is a part separated from #269

grzegorzmazur commented 5 years ago

Apparently at least in disco dingo replacing mathjax and codemirror subdirs with symlinks to /usr/share/javascript counterparts works just fine. Andreas, would a set of options allowing you to either install the libraries or just make a symlink to existing installation do the trick for you? Or would you prefer changing the paths in html (more involved but definitely doable)?