An open API service indexing awesome lists of open source software.

https://github.com/albbus-stack/latex-simplified

A faster syntax parser to LaTeX.
https://github.com/albbus-stack/latex-simplified

latex parser python tex

Last synced: about 2 months ago
JSON representation

A faster syntax parser to LaTeX.

Awesome Lists containing this project

README

          

# LaTeX simplified
[![GPLv3 License](https://img.shields.io/badge/%20License-GPL%20v3-yellow?style=flat-square&labelColor=black)](https://opensource.org/licenses/)
[![Python](https://img.shields.io/static/v1?label=&message=Python&color=darkblue&style=flat-square&logo=python&logoColor=white&logoWidth=16&labelColor=&link=)](https://www.python.org/)
[![LaTeX](https://img.shields.io/static/v1?label=&message=LaTeX&color=success&style=flat-square&logo=latex&logoColor=black&logoWidth=16&labelColor=&link=)](https://www.latex-project.org/)

A faster syntax parser to LaTeX.

# Build it

###### Requirements

* A LaTeX compiler (like [latexmk](https://mg.readthedocs.io/latexmk.html))
* Python 3.8
* Install all the requirements in [requirements.txt](requirements.txt).

###### Steps

1. Run `python app.py` in your venv.

# Syntax

Just look through the [LaTeXSimplified file](/document.texs) and compare it with the results on the [compiled pdf](/full.pdf).