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

Version Path
mathematical-1.6.20 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.18 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.14 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.13 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.12 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.11 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.10 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.9 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.8 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.7 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.6 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.5 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.4 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.3 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.2 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.1 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.6.0 ext/mathematical/mtex2MML/CONTRIBUTING.md
mathematical-1.5.12 ext/mathematical/mtex2MML/CONTRIBUTING.md