|
| 1 | +# mmacells |
| 2 | + |
| 3 | +[](https://github.com/jkuczm/mmacells/releases/latest) |
| 4 | +[](http://semver.org/spec/v2.0.0.html) |
| 5 | +[](http://www.ctan.org/license/lppl1.3) |
| 6 | + |
| 7 | + |
| 8 | +Mathematica cells in TeX. |
| 9 | + |
| 10 | + |
| 11 | +* [Usage example](#usage-example) |
| 12 | +* [Installation](#installation) |
| 13 | +* [Compatibility](#compatibility) |
| 14 | +* [Bugs and requests](#bugs-and-requests) |
| 15 | +* [Contributing](#contributing) |
| 16 | +* [License](#license) |
| 17 | +* [Versioning](#versioning) |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +## Usage example |
| 22 | + |
| 23 | +You can find usage examples in |
| 24 | +[answer to "Fanciest way to include Mathematica code in LaTeX" question](http://tex.stackexchange.com/a/223898/70587) |
| 25 | +on TeX Stack Exchange. |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +## Installation |
| 30 | + |
| 31 | +1. Download |
| 32 | + [mmacells.sty](https://github.com/jkuczm/mmacells/blob/master/mmacells.sty) |
| 33 | + file. |
| 34 | + |
| 35 | +2. Put it someplace [where your TeX distribution can find it](http://tex.stackexchange.com/q/1137/70587). |
| 36 | + |
| 37 | +3. To use the package in a document add `\usepackage{mmacells}` to document's |
| 38 | + preamble. |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +## Bugs and requests |
| 43 | + |
| 44 | +If you find any bugs or have feature request please create an |
| 45 | +[issue on GitHub](https://github.com/jkuczm/mmacells/issues). |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +## Contributing |
| 50 | + |
| 51 | +Feel free to fork and send pull requests. |
| 52 | + |
| 53 | +All contributions are welcome! |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | +## License |
| 58 | + |
| 59 | +This package is released under |
| 60 | +[The LaTeX Project Public License 1.3](http://www.ctan.org/license/lppl1.3). |
| 61 | + |
| 62 | +Copyright (c) 2015 [Jakub Kuczmarski](mailto:Jakub.Kuczmarski@gmail.com) |
| 63 | + |
| 64 | + |
| 65 | +## Versioning |
| 66 | + |
| 67 | +Releases of this package will be numbered using |
| 68 | +[Semantic Versioning guidelines](http://semver.org/). |
0 commit comments