latex2mathml


Namelatex2mathml JSON
Version 3.77.0 PyPI version JSON
download
home_pagehttps://github.com/roniemartinez/latex2mathml
SummaryPure Python library for LaTeX to MathML conversion
upload_time2023-12-06 20:32:05
maintainer
docs_urlNone
authorRonie Martinez
requires_python>=3.8.1,<4.0.0
licenseMIT
keywords latex mathml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <table>
    <tr>
        <td>License</td>
        <td><img src='https://img.shields.io/pypi/l/latex2mathml.svg?style=for-the-badge' alt="License"></td>
        <td>Version</td>
        <td><img src='https://img.shields.io/pypi/v/latex2mathml.svg?logo=pypi&style=for-the-badge' alt="Version"></td>
    </tr>
    <tr>
        <td>Github Actions</td>
        <td><img src='https://img.shields.io/github/actions/workflow/status/roniemartinez/latex2mathml/python.yml?branch=master&label=actions&logo=github%20actions&style=for-the-badge' alt="Github Actions"></td>
        <td>Coverage</td>
        <td><img src='https://img.shields.io/codecov/c/github/roniemartinez/latex2mathml/master?label=codecov&logo=codecov&style=for-the-badge' alt="CodeCov"></td>
    </tr>
    <tr>
        <td>Supported versions</td>
        <td><img src='https://img.shields.io/pypi/pyversions/latex2mathml.svg?logo=python&style=for-the-badge' alt="Python Versions"></td>
        <td>Wheel</td>
        <td><img src='https://img.shields.io/pypi/wheel/latex2mathml.svg?style=for-the-badge' alt="Wheel"></td>
    </tr>
    <tr>
        <td>Status</td>
        <td><img src='https://img.shields.io/pypi/status/latex2mathml.svg?style=for-the-badge' alt="Status"></td>
        <td>Downloads</td>
        <td><img src='https://img.shields.io/pypi/dm/latex2mathml.svg?style=for-the-badge' alt="Downloads"></td>
    </tr>
    <tr>
        <td>All Contributors</td>
        <td><a href="#contributors-"><img src='https://img.shields.io/github/all-contributors/roniemartinez/latex2mathml?style=for-the-badge' alt="All Contributors"></a></td>
    </tr>
</table>

# latex2mathml

Pure Python library for LaTeX to MathML conversion

## Installation

```bash
pip install latex2mathml
```

## Usage

### Python

```python
import latex2mathml.converter

latex_input = "<your_latex_string>"
mathml_output = latex2mathml.converter.convert(latex_input)
```

### Command-line

```shell
% latex2mathml -h
usage: latex2mathml [-h] [-V] [-b] [-t TEXT | -f FILE | -s]

Pure Python library for LaTeX to MathML conversion

options:
  -h, --help            show this help message and exit
  -V, --version         Show version
  -b, --block           Display block

required arguments:
  -t TEXT, --text TEXT  Text
  -f FILE, --file FILE  File
  -s, --stdin           Stdin
```

## References
### LaTeX

- https://en.wikibooks.org/wiki/LaTeX/Mathematics
- http://artofproblemsolving.com/wiki/index.php?title=Main_Page
- http://milde.users.sourceforge.net/LUCR/Math/
- https://math-linux.com/latex-26/faq/latex-faq/article/latex-derivatives-limits-sums-products-and-integrals
- https://www.tutorialspoint.com/tex_commands
- https://www.giss.nasa.gov/tools/latex/ltx-86.html
- https://ftp.gwdg.de/pub/ctan/info/l2tabu/english/l2tabuen.pdf

### MathML

- http://www.xmlmind.com/tutorials/MathML/


## Author

- [Ronie Martinez](mailto:ronmarti18@gmail.com)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tbody>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://ron.sh"><img src="https://avatars.githubusercontent.com/u/2573537?v=4?s=100" width="100px;" alt="Ronie Martinez"/><br /><sub><b>Ronie Martinez</b></sub></a><br /><a href="#maintenance-roniemartinez" title="Maintenance">🚧</a> <a href="https://github.com/roniemartinez/latex2mathml/commits?author=roniemartinez" title="Code">πŸ’»</a> <a href="#infra-roniemartinez" title="Infrastructure (Hosting, Build-Tools, etc)">πŸš‡</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://anwen.cc/"><img src="https://avatars.githubusercontent.com/u/1472850?v=4?s=100" width="100px;" alt="askender"/><br /><sub><b>askender</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/commits?author=askender" title="Documentation">πŸ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/06180339"><img src="https://avatars.githubusercontent.com/u/25408501?v=4?s=100" width="100px;" alt="06180339"/><br /><sub><b>06180339</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/commits?author=06180339" title="Code">πŸ’»</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/chaihahaha"><img src="https://avatars.githubusercontent.com/u/24356676?v=4?s=100" width="100px;" alt="chaihahaha"/><br /><sub><b>chaihahaha</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/commits?author=chaihahaha" title="Code">πŸ’»</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/huangradio"><img src="https://avatars.githubusercontent.com/u/63624395?v=4?s=100" width="100px;" alt="HQY"/><br /><sub><b>HQY</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Ahuangradio" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Sun-ZhenXing"><img src="https://avatars.githubusercontent.com/u/44517244?v=4?s=100" width="100px;" alt="ιΈ­ζ’¨"/><br /><sub><b>ιΈ­ζ’¨</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3ASun-ZhenXing" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/oliverstefanov"><img src="https://avatars.githubusercontent.com/u/33491656?v=4?s=100" width="100px;" alt="oliverstefanov"/><br /><sub><b>oliverstefanov</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aoliverstefanov" title="Bug reports">πŸ›</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/ghost"><img src="https://avatars.githubusercontent.com/u/10137?v=4?s=100" width="100px;" alt="Deleted user"/><br /><sub><b>Deleted user</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aghost" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/cesaryuan"><img src="https://avatars.githubusercontent.com/u/35998162?v=4?s=100" width="100px;" alt="Cesaryuan"/><br /><sub><b>Cesaryuan</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Acesaryuan" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/tonystank3000"><img src="https://avatars.githubusercontent.com/u/6315974?v=4?s=100" width="100px;" alt="TonyStank"/><br /><sub><b>TonyStank</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Atonystank3000" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://polarwinkel.de"><img src="https://avatars.githubusercontent.com/u/1512713?v=4?s=100" width="100px;" alt="Dirk Winkel"/><br /><sub><b>Dirk Winkel</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Apolarwinkel" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/sinslu"><img src="https://avatars.githubusercontent.com/u/12248270?v=4?s=100" width="100px;" alt="sinslu"/><br /><sub><b>sinslu</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Asinslu" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://ubavic.rs"><img src="https://avatars.githubusercontent.com/u/53820106?v=4?s=100" width="100px;" alt="Nikola UbaviΔ‡"/><br /><sub><b>Nikola UbaviΔ‡</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aubavic" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/abhisheksia"><img src="https://avatars.githubusercontent.com/u/68808662?v=4?s=100" width="100px;" alt="abhisheksia"/><br /><sub><b>abhisheksia</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aabhisheksia" title="Bug reports">πŸ›</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="http://denissalem.tuxfamily.org"><img src="https://avatars.githubusercontent.com/u/4476506?v=4?s=100" width="100px;" alt="Denis Salem"/><br /><sub><b>Denis Salem</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3ADenisSalem" title="Bug reports">πŸ›</a> <a href="https://github.com/roniemartinez/latex2mathml/commits?author=DenisSalem" title="Code">πŸ’»</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://clontz.org"><img src="https://avatars.githubusercontent.com/u/1559632?v=4?s=100" width="100px;" alt="Steven Clontz"/><br /><sub><b>Steven Clontz</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3AStevenClontz" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/yuwenjun1"><img src="https://avatars.githubusercontent.com/u/43265090?v=4?s=100" width="100px;" alt="η©Ίη™½"/><br /><sub><b>η©Ίη™½</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Ayuwenjun1" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/amuramatsu"><img src="https://avatars.githubusercontent.com/u/6500918?v=4?s=100" width="100px;" alt="MURAMATSU Atshshi"/><br /><sub><b>MURAMATSU Atshshi</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aamuramatsu" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/leingang"><img src="https://avatars.githubusercontent.com/u/570942?v=4?s=100" width="100px;" alt="leingang"/><br /><sub><b>leingang</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aleingang" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/Nigel-Amers"><img src="https://avatars.githubusercontent.com/u/14248498?v=4?s=100" width="100px;" alt="Nigel Amers"/><br /><sub><b>Nigel Amers</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3ANigel-Amers" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/retsyo"><img src="https://avatars.githubusercontent.com/u/7960913?v=4?s=100" width="100px;" alt="retsyo"/><br /><sub><b>retsyo</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aretsyo" title="Bug reports">πŸ›</a></td>
    </tr>
    <tr>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/miakramer"><img src="https://avatars.githubusercontent.com/u/16845265?v=4?s=100" width="100px;" alt="Mia Kramer"/><br /><sub><b>Mia Kramer</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/commits?author=miakramer" title="Code">πŸ’»</a> <a href="https://github.com/roniemartinez/latex2mathml/commits?author=miakramer" title="Documentation">πŸ“–</a></td>
      <td align="center" valign="top" width="14.28%"><a href="http://cnx.gdn"><img src="https://avatars.githubusercontent.com/u/13689192?v=4?s=100" width="100px;" alt="Nguyα»…n Gia Phong"/><br /><sub><b>Nguyα»…n Gia Phong</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3AMcSinyx" title="Bug reports">πŸ›</a> <a href="https://github.com/roniemartinez/latex2mathml/commits?author=McSinyx" title="Code">πŸ’»</a> <a href="https://github.com/roniemartinez/latex2mathml/commits?author=McSinyx" title="Tests">⚠️</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://cdelker.github.io"><img src="https://avatars.githubusercontent.com/u/44102190?v=4?s=100" width="100px;" alt="Collin Delker"/><br /><sub><b>Collin Delker</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Acdelker" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/jiotv321"><img src="https://avatars.githubusercontent.com/u/118644533?v=4?s=100" width="100px;" alt="jiotv321"/><br /><sub><b>jiotv321</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/issues?q=author%3Ajiotv321" title="Bug reports">πŸ›</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://github.com/felixonmars"><img src="https://avatars.githubusercontent.com/u/1006477?v=4?s=100" width="100px;" alt="Felix Yan"/><br /><sub><b>Felix Yan</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/commits?author=felixonmars" title="Code">πŸ’»</a></td>
      <td align="center" valign="top" width="14.28%"><a href="https://rob-blackbourn.github.io/blog/"><img src="https://avatars.githubusercontent.com/u/2880305?v=4?s=100" width="100px;" alt="Rob Blackbourn"/><br /><sub><b>Rob Blackbourn</b></sub></a><br /><a href="https://github.com/roniemartinez/latex2mathml/commits?author=rob-blackbourn" title="Code">πŸ’»</a></td>
    </tr>
  </tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/roniemartinez/latex2mathml",
    "name": "latex2mathml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "",
    "keywords": "latex,mathml",
    "author": "Ronie Martinez",
    "author_email": "ronmarti18@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/dc/6630656e3aa7430b61acefcc3d8a9c23110790193cde0eed1c27a31e4187/latex2mathml-3.77.0.tar.gz",
    "platform": null,
    "description": "<table>\n    <tr>\n        <td>License</td>\n        <td><img src='https://img.shields.io/pypi/l/latex2mathml.svg?style=for-the-badge' alt=\"License\"></td>\n        <td>Version</td>\n        <td><img src='https://img.shields.io/pypi/v/latex2mathml.svg?logo=pypi&style=for-the-badge' alt=\"Version\"></td>\n    </tr>\n    <tr>\n        <td>Github Actions</td>\n        <td><img src='https://img.shields.io/github/actions/workflow/status/roniemartinez/latex2mathml/python.yml?branch=master&label=actions&logo=github%20actions&style=for-the-badge' alt=\"Github Actions\"></td>\n        <td>Coverage</td>\n        <td><img src='https://img.shields.io/codecov/c/github/roniemartinez/latex2mathml/master?label=codecov&logo=codecov&style=for-the-badge' alt=\"CodeCov\"></td>\n    </tr>\n    <tr>\n        <td>Supported versions</td>\n        <td><img src='https://img.shields.io/pypi/pyversions/latex2mathml.svg?logo=python&style=for-the-badge' alt=\"Python Versions\"></td>\n        <td>Wheel</td>\n        <td><img src='https://img.shields.io/pypi/wheel/latex2mathml.svg?style=for-the-badge' alt=\"Wheel\"></td>\n    </tr>\n    <tr>\n        <td>Status</td>\n        <td><img src='https://img.shields.io/pypi/status/latex2mathml.svg?style=for-the-badge' alt=\"Status\"></td>\n        <td>Downloads</td>\n        <td><img src='https://img.shields.io/pypi/dm/latex2mathml.svg?style=for-the-badge' alt=\"Downloads\"></td>\n    </tr>\n    <tr>\n        <td>All Contributors</td>\n        <td><a href=\"#contributors-\"><img src='https://img.shields.io/github/all-contributors/roniemartinez/latex2mathml?style=for-the-badge' alt=\"All Contributors\"></a></td>\n    </tr>\n</table>\n\n# latex2mathml\n\nPure Python library for LaTeX to MathML conversion\n\n## Installation\n\n```bash\npip install latex2mathml\n```\n\n## Usage\n\n### Python\n\n```python\nimport latex2mathml.converter\n\nlatex_input = \"<your_latex_string>\"\nmathml_output = latex2mathml.converter.convert(latex_input)\n```\n\n### Command-line\n\n```shell\n% latex2mathml -h\nusage: latex2mathml [-h] [-V] [-b] [-t TEXT | -f FILE | -s]\n\nPure Python library for LaTeX to MathML conversion\n\noptions:\n  -h, --help            show this help message and exit\n  -V, --version         Show version\n  -b, --block           Display block\n\nrequired arguments:\n  -t TEXT, --text TEXT  Text\n  -f FILE, --file FILE  File\n  -s, --stdin           Stdin\n```\n\n## References\n### LaTeX\n\n- https://en.wikibooks.org/wiki/LaTeX/Mathematics\n- http://artofproblemsolving.com/wiki/index.php?title=Main_Page\n- http://milde.users.sourceforge.net/LUCR/Math/\n- https://math-linux.com/latex-26/faq/latex-faq/article/latex-derivatives-limits-sums-products-and-integrals\n- https://www.tutorialspoint.com/tex_commands\n- https://www.giss.nasa.gov/tools/latex/ltx-86.html\n- https://ftp.gwdg.de/pub/ctan/info/l2tabu/english/l2tabuen.pdf\n\n### MathML\n\n- http://www.xmlmind.com/tutorials/MathML/\n\n\n## Author\n\n- [Ronie Martinez](mailto:ronmarti18@gmail.com)\n\n## Contributors \u2728\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ron.sh\"><img src=\"https://avatars.githubusercontent.com/u/2573537?v=4?s=100\" width=\"100px;\" alt=\"Ronie Martinez\"/><br /><sub><b>Ronie Martinez</b></sub></a><br /><a href=\"#maintenance-roniemartinez\" title=\"Maintenance\">\ud83d\udea7</a> <a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=roniemartinez\" title=\"Code\">\ud83d\udcbb</a> <a href=\"#infra-roniemartinez\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">\ud83d\ude87</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://anwen.cc/\"><img src=\"https://avatars.githubusercontent.com/u/1472850?v=4?s=100\" width=\"100px;\" alt=\"askender\"/><br /><sub><b>askender</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=askender\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/06180339\"><img src=\"https://avatars.githubusercontent.com/u/25408501?v=4?s=100\" width=\"100px;\" alt=\"06180339\"/><br /><sub><b>06180339</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=06180339\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/chaihahaha\"><img src=\"https://avatars.githubusercontent.com/u/24356676?v=4?s=100\" width=\"100px;\" alt=\"chaihahaha\"/><br /><sub><b>chaihahaha</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=chaihahaha\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/huangradio\"><img src=\"https://avatars.githubusercontent.com/u/63624395?v=4?s=100\" width=\"100px;\" alt=\"HQY\"/><br /><sub><b>HQY</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Ahuangradio\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Sun-ZhenXing\"><img src=\"https://avatars.githubusercontent.com/u/44517244?v=4?s=100\" width=\"100px;\" alt=\"\u9e2d\u68a8\"/><br /><sub><b>\u9e2d\u68a8</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3ASun-ZhenXing\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/oliverstefanov\"><img src=\"https://avatars.githubusercontent.com/u/33491656?v=4?s=100\" width=\"100px;\" alt=\"oliverstefanov\"/><br /><sub><b>oliverstefanov</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aoliverstefanov\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ghost\"><img src=\"https://avatars.githubusercontent.com/u/10137?v=4?s=100\" width=\"100px;\" alt=\"Deleted user\"/><br /><sub><b>Deleted user</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aghost\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cesaryuan\"><img src=\"https://avatars.githubusercontent.com/u/35998162?v=4?s=100\" width=\"100px;\" alt=\"Cesaryuan\"/><br /><sub><b>Cesaryuan</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Acesaryuan\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tonystank3000\"><img src=\"https://avatars.githubusercontent.com/u/6315974?v=4?s=100\" width=\"100px;\" alt=\"TonyStank\"/><br /><sub><b>TonyStank</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Atonystank3000\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://polarwinkel.de\"><img src=\"https://avatars.githubusercontent.com/u/1512713?v=4?s=100\" width=\"100px;\" alt=\"Dirk Winkel\"/><br /><sub><b>Dirk Winkel</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Apolarwinkel\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/sinslu\"><img src=\"https://avatars.githubusercontent.com/u/12248270?v=4?s=100\" width=\"100px;\" alt=\"sinslu\"/><br /><sub><b>sinslu</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Asinslu\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ubavic.rs\"><img src=\"https://avatars.githubusercontent.com/u/53820106?v=4?s=100\" width=\"100px;\" alt=\"Nikola Ubavi\u0107\"/><br /><sub><b>Nikola Ubavi\u0107</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aubavic\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/abhisheksia\"><img src=\"https://avatars.githubusercontent.com/u/68808662?v=4?s=100\" width=\"100px;\" alt=\"abhisheksia\"/><br /><sub><b>abhisheksia</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aabhisheksia\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://denissalem.tuxfamily.org\"><img src=\"https://avatars.githubusercontent.com/u/4476506?v=4?s=100\" width=\"100px;\" alt=\"Denis Salem\"/><br /><sub><b>Denis Salem</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3ADenisSalem\" title=\"Bug reports\">\ud83d\udc1b</a> <a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=DenisSalem\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://clontz.org\"><img src=\"https://avatars.githubusercontent.com/u/1559632?v=4?s=100\" width=\"100px;\" alt=\"Steven Clontz\"/><br /><sub><b>Steven Clontz</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3AStevenClontz\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yuwenjun1\"><img src=\"https://avatars.githubusercontent.com/u/43265090?v=4?s=100\" width=\"100px;\" alt=\"\u7a7a\u767d\"/><br /><sub><b>\u7a7a\u767d</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Ayuwenjun1\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/amuramatsu\"><img src=\"https://avatars.githubusercontent.com/u/6500918?v=4?s=100\" width=\"100px;\" alt=\"MURAMATSU Atshshi\"/><br /><sub><b>MURAMATSU Atshshi</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aamuramatsu\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/leingang\"><img src=\"https://avatars.githubusercontent.com/u/570942?v=4?s=100\" width=\"100px;\" alt=\"leingang\"/><br /><sub><b>leingang</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aleingang\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Nigel-Amers\"><img src=\"https://avatars.githubusercontent.com/u/14248498?v=4?s=100\" width=\"100px;\" alt=\"Nigel Amers\"/><br /><sub><b>Nigel Amers</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3ANigel-Amers\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/retsyo\"><img src=\"https://avatars.githubusercontent.com/u/7960913?v=4?s=100\" width=\"100px;\" alt=\"retsyo\"/><br /><sub><b>retsyo</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Aretsyo\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/miakramer\"><img src=\"https://avatars.githubusercontent.com/u/16845265?v=4?s=100\" width=\"100px;\" alt=\"Mia Kramer\"/><br /><sub><b>Mia Kramer</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=miakramer\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=miakramer\" title=\"Documentation\">\ud83d\udcd6</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://cnx.gdn\"><img src=\"https://avatars.githubusercontent.com/u/13689192?v=4?s=100\" width=\"100px;\" alt=\"Nguy\u1ec5n Gia Phong\"/><br /><sub><b>Nguy\u1ec5n Gia Phong</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3AMcSinyx\" title=\"Bug reports\">\ud83d\udc1b</a> <a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=McSinyx\" title=\"Code\">\ud83d\udcbb</a> <a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=McSinyx\" title=\"Tests\">\u26a0\ufe0f</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://cdelker.github.io\"><img src=\"https://avatars.githubusercontent.com/u/44102190?v=4?s=100\" width=\"100px;\" alt=\"Collin Delker\"/><br /><sub><b>Collin Delker</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Acdelker\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jiotv321\"><img src=\"https://avatars.githubusercontent.com/u/118644533?v=4?s=100\" width=\"100px;\" alt=\"jiotv321\"/><br /><sub><b>jiotv321</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/issues?q=author%3Ajiotv321\" title=\"Bug reports\">\ud83d\udc1b</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/felixonmars\"><img src=\"https://avatars.githubusercontent.com/u/1006477?v=4?s=100\" width=\"100px;\" alt=\"Felix Yan\"/><br /><sub><b>Felix Yan</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=felixonmars\" title=\"Code\">\ud83d\udcbb</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://rob-blackbourn.github.io/blog/\"><img src=\"https://avatars.githubusercontent.com/u/2880305?v=4?s=100\" width=\"100px;\" alt=\"Rob Blackbourn\"/><br /><sub><b>Rob Blackbourn</b></sub></a><br /><a href=\"https://github.com/roniemartinez/latex2mathml/commits?author=rob-blackbourn\" title=\"Code\">\ud83d\udcbb</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pure Python library for LaTeX to MathML conversion",
    "version": "3.77.0",
    "project_urls": {
        "Donate": "https://www.buymeacoffee.com/roniemartinez",
        "Homepage": "https://github.com/roniemartinez/latex2mathml",
        "Repository": "https://github.com/roniemartinez/latex2mathml"
    },
    "split_keywords": [
        "latex",
        "mathml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f20a181ed55562ce90179aedf33b09fcd79db31c868a5d480f3cb71a31d19692",
                "md5": "36ce72d75b010d0001b518077eab672b",
                "sha256": "5531e18a2a9eae7c24e257118b6a444cbba253cd27ff3e81f1bd6c41e88e786e"
            },
            "downloads": -1,
            "filename": "latex2mathml-3.77.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "36ce72d75b010d0001b518077eab672b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 73722,
            "upload_time": "2023-12-06T20:32:03",
            "upload_time_iso_8601": "2023-12-06T20:32:03.239878Z",
            "url": "https://files.pythonhosted.org/packages/f2/0a/181ed55562ce90179aedf33b09fcd79db31c868a5d480f3cb71a31d19692/latex2mathml-3.77.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3dc6630656e3aa7430b61acefcc3d8a9c23110790193cde0eed1c27a31e4187",
                "md5": "f9a0ba3fee72f847148ac87b2c894c71",
                "sha256": "e2f501d1878f2e489c3f6f12786bef74c62f712d2770f7f3c837eb20a55d0a1e"
            },
            "downloads": -1,
            "filename": "latex2mathml-3.77.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f9a0ba3fee72f847148ac87b2c894c71",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 74064,
            "upload_time": "2023-12-06T20:32:05",
            "upload_time_iso_8601": "2023-12-06T20:32:05.898113Z",
            "url": "https://files.pythonhosted.org/packages/a3/dc/6630656e3aa7430b61acefcc3d8a9c23110790193cde0eed1c27a31e4187/latex2mathml-3.77.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 20:32:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "roniemartinez",
    "github_project": "latex2mathml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "latex2mathml"
}
        
Elapsed time: 0.16696s