Sha256: bdb31af8f2eef289736ffa7709063e710cf6a8578ea6708f6e90cfabe7cc9558
Contents?: true
Size: 835 Bytes
Versions: 18
Compression:
Stored size: 835 Bytes
Contents
## Bug fixes If you're interested in fixing a bug, there are two files you'll likely need to change: * *lexer.l*, which contains the grammar rules for the TeX characters. * *parser.y*, which acts on the grammar states and converts the data into MathML. If you submit a PR for something new, you should also add tests. You may need to update [SUPPORTED.md](SUPPORTED.md), too. ## Feature requests Want something added, but don't want to code? That's cool! Please provide a clear example of the math TeX and a reason why you think it should be added. For example: > I'd like to be able to use `\douglas` in my equations, like this: > > $$ > \douglas - 2 = 40 > $$ > > This shorthand notation is very popular among British mathematicians. Simply stating "Please add this syntax" without a reason might not get a reply.
Version data entries
18 entries across 18 versions & 1 rubygems