Giter Site home page Giter Site logo

Comments (5)

distler avatar distler commented on June 20, 2024

Out of curiousity, what (La)TeX constructs, that you like to use, are supported in MathJax, but not in itex2MML ?

from instiki.

structuralist avatar structuralist commented on June 20, 2024

Here are some MathJax features I'd like to use:

  1. Spacing: For example, itex2MML puts superfluous space around \bot, while MathJax does it correctly (e.g. in $\mathcal{C}(X, \bot)$).

  2. Macros: I'd like to be able to define my own within a wiki page.

  3. Plugins: There's a MathJax plugin for commutative diagrams I'd like to use: http://sonoisa.github.io/xyjax/xyjax.html

  4. Unicode: If a symbol is missing I'd like to be able to use a unicode symbol in its place (e.g. $\def\multimapinv{\mathrel{⟜}}$).

from instiki.

distler avatar distler commented on June 20, 2024

Not that this addresses your other issues, but

$\mathrel{⟜}$

is perfectly fine itex input (for stupid architectural reasons, itex2MML is restricted to ASCII input, hence the NCR).

from instiki.

structuralist avatar structuralist commented on June 20, 2024

That's good to know, thanks!

from instiki.

distler avatar distler commented on June 20, 2024

The list of symbols supported in itex is the union (symbols defined in AMSLaTeX)∪(symbols requested by users). Hence \multimap is there, but (heretofore) \multimapinv is not.

It (along with other symbols you're interested in) could be in the next version. If you want to discuss this, I suggest doing so over here.

As to your point 1, it sounds like itex needs something like a \mathord{} command. I will look into that ...

from instiki.

Related Issues (20)

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.