Andrei Bazavan
Andrei Bazavan
I have a solution: ```javascript /** * @param {String} latex * @param {Object} config * @param {Object} config.charMap Object containing the characters and their corespondent {"⁶":"6"} * @param {String} config.startTag...
here's the map (not complete but there): ```javascript transformLatexUnicode(latex) { //superscript latex = this.unicodeGroupTransform(latex, { startTag: '^{', endTag: '}', charMap: { '⁺': '+', '⁻': '-', '⁼': '=', '⁽': '(', '⁾':...
@ronkok i can do it as an add-on, but i don't really have time right now, but i will get back at it 😄thx
@ronkok i also think that it can go in this: https://github.com/Khan/KaTeX/blob/master/src/symbols.js not 100% sure tho
@edemaine i have not tested the way through macros, but ideally we might have a group of superscript unicode characters, that's why i've done the code that way, to tag...
@wagenaartje thank you!! and also I propose this (nodejs): ```javascript const {Architect, Network, Layer, Trainer} = require('synaptic') class Fusion { constructor () { } /* expecting network.toJSON as entries (Object,...
It will be great to get a bit of help building the modules for applications. Thanks!