• Stars
    star
    176
  • Rank 216,987 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 9 years ago
  • Updated 4 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

qpixmapwidget

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

rasam

Rasa Improved
Python
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