Giter Club home page Giter Club logo

Comments (3)

dpvc avatar dpvc commented on June 19, 2024

Do you have a GitHub repository for your extension? If not, that would be a good place to start, as you can use that as a platform from which to publish your code. If you include the web packed component file in the repository, then people can use a CDN like jsDelivr to access the component directly from there, so that is an easy approach. Even better would be to create an npm package (you can arrange fro GitHub to publish that when you tag a release), so that node users can include your component directly into their projects that way.

As for how you set up the extension itself, there is an example in the MathJax web demos repository (the custom tex extension example).

This example is also listed in the MathJax Documentation with a little more detail in the instructions for building and loading the extension.

See if that gets you where you need to go. Otherwise, once you make the code available on GitHub, we can take look and her more specific about what you would need to do.

from mathjax-third-party-extensions.

dpvc avatar dpvc commented on June 19, 2024

PS, note that the README for this repository indicates that it is for v2 only. WE no longer house a third-party repository for v3, since it is no longer necessary to have a common repository in order to get the extensions hosted on a CDN. Every GitHub repository can be accessed vis CDN now, so it is easy to just use your won repository for that.

from mathjax-third-party-extensions.

vigou3 avatar vigou3 commented on June 19, 2024

Marc-André (madev34) was working with me on the actuarialsymbol-mathjax project. The goal is to bring most of the functionality of the actuarialangle and actuarialsymbol LaTeX packages to MathJax, mostly for people using Bookdown to write actuarial documentation.

(I'm not the target audience since I use LaTeX exclusively; I merely do this for the community.)

Now, we still have two main issues:

  1. I need a MathJax frontend for the MathML element <mmultiscripts> to position sub- and superscripts on all four corners of a principal symbol. There seems to already exist an implementation. How do we reuse this in our code?
  2. Publishing our extension so that it is trivial for writer to use it. I'm quite familiar with the LaTeX and R package system, but not with the MathJax one (or, for full disclosure, with MathJax at all).

If you can bear with me and hold my hand a little, it'd be greatly appreciated to get your help to complete this project.

Perhaps we could start with the first issue above?

Thanks in advance!

from mathjax-third-party-extensions.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.