• Stars
    star
    176
  • Rank 215,700 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pure Python library for LaTeX to MathML conversion
License License Version Version
Github Actions Github Actions Coverage CodeCov
Supported versions Python Versions Wheel Wheel
Status Status Downloads Downloads
All Contributors All Contributors

latex2mathml

Pure Python library for LaTeX to MathML conversion

Installation

pip install latex2mathml

Usage

Python

import latex2mathml.converter

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

Command-line

% 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

MathML

Author

Contributors โœจ

Thanks goes to these wonderful people (emoji key):

Ronie Martinez
Ronie Martinez

๐Ÿšง ๐Ÿ’ป ๐Ÿš‡
askender
askender

๐Ÿ“–
06180339
06180339

๐Ÿ’ป
chaihahaha
chaihahaha

๐Ÿ’ป
HQY
HQY

๐Ÿ›
้ธญๆขจ
้ธญๆขจ

๐Ÿ›
oliverstefanov
oliverstefanov

๐Ÿ›
Deleted user
Deleted user

๐Ÿ›
Cesaryuan
Cesaryuan

๐Ÿ›
TonyStank
TonyStank

๐Ÿ›
Dirk Winkel
Dirk Winkel

๐Ÿ›
sinslu
sinslu

๐Ÿ›
Nikola Ubaviฤ‡
Nikola Ubaviฤ‡

๐Ÿ›
abhisheksia
abhisheksia

๐Ÿ›
Denis Salem
Denis Salem

๐Ÿ› ๐Ÿ’ป
Steven Clontz
Steven Clontz

๐Ÿ›
็ฉบ็™ฝ
็ฉบ็™ฝ

๐Ÿ›
MURAMATSU Atshshi
MURAMATSU Atshshi

๐Ÿ›
leingang
leingang

๐Ÿ›
Nigel Amers
Nigel Amers

๐Ÿ›
retsyo
retsyo

๐Ÿ›
Mia Kramer
Mia Kramer

๐Ÿ’ป ๐Ÿ“–
Nguyแป…n Gia Phong
Nguyแป…n Gia Phong

๐Ÿ› ๐Ÿ’ป โš ๏ธ
Collin Delker
Collin Delker

๐Ÿ›
jiotv321
jiotv321

๐Ÿ›
Felix Yan
Felix Yan

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

More Repositories

1

dude

dude uncomplicated data extraction: A simple framework for writing web scrapers using Python decorators
Python
414
star
2

libqpsd

PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
C++
109
star
3

real-time-charts-with-flask

Sample application for the blog "Creating Real-Time Charts with Flask"
HTML
73
star
4

real-time-charts-with-fastapi

Sample application for the blog "Creating Real-Time Charts with FastAPI"
HTML
63
star
5

tauri-plugin-htmx

htmx plugin for Tauri
JavaScript
44
star
6

pulsars

A Tauri-based spreadsheet
Rust
33
star
7

browsers

Python library for detecting and launching browsers
Python
24
star
8

amortization

Python library for calculating amortizations and generating amortization schedules
Python
21
star
9

IPToCC

Get country code of IPv4/IPv6 address. Address lookup is done offline.
Python
17
star
10

HumanFramework

Human Framework: Test Automation Framework for Humansโ„ข
Python
8
star
11

docker-django-template

Template repository for a Docker+Django project
Python
6
star
12

qdsvtablemodel

Qt/C++ class for reading and writing CSV (Comma-Separated Values), TSV(Tab-Separated Values), and other DSV(Delimiter-Separated Values) files.
C++
5
star
13

DocCron

Schedule with Docstrings
Python
4
star
14

rate-limiting-with-python-and-redis

Sample application for the blog "Rate Limiting with Python and Redis"
Python
3
star
15

rasam

Rasa Improved
Python
2
star
16

qpixmapwidget

QWidget-based class used for viewing QPixmaps
C++
2
star
17

qpspplugin

PSP (PaintShop Pro) Plugin for Qt/C++ (Qt4/Qt5)
C++
2
star
18

2-domains-1-flask

Sample application for the blog Two Domains, One Flask
Python
2
star
19

flask-inliner

Flask-Inliner converts CSS <style> blocks to inline style attributes
Python
2
star
20

django_htmx_minesweeper

Django + HTMX Minesweeper
Python
1
star
21

qbox2d

An attempt to use Erin Catto's Box2D (http://www.box2d.org) API with Qt/C++ Graphics VIew Framework
C++
1
star
22

libqpcx

Qt C++ plugin for ZSoft's PCX (Personal Computer Exchange) and DCX (Multipage PCX) image file format
C++
1
star
23

wet

Web Extension Template
JavaScript
1
star
24

SiteSummarizerBot

I am a bot that summarizes content of a URL-only submission on Reddit
Python
1
star