Metadata-Version: 2.1
Name: latextomd
Version: 0.1.2
Summary: Simple project to convert latex in markdown
Home-page: https://github.com/DavidCouronne/latextomd
License: MIT
Keywords: latex,markdown,convert
Author: David Couronné
Author-email: couronne.david@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: TexSoup (>=0.2.0,<0.3.0)
Project-URL: Repository, https://github.com/DavidCouronne/latextomd
Description-Content-Type: text/markdown

# latextomd

A simple python package to convert latex to markdown (katex)

## Installation

```bash
pip install latextomd
```

## Basic usage

```bash
latextomd source.tex export.md
```


