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.
- Host: GitHub
- URL: https://github.com/albbus-stack/latex-simplified
- Owner: albbus-stack
- License: agpl-3.0
- Created: 2021-03-07T12:48:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T07:16:22.000Z (over 5 years ago)
- Last Synced: 2026-03-28T23:19:21.207Z (3 months ago)
- Topics: latex, parser, python, tex
- Language: Python
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LaTeX simplified
[](https://opensource.org/licenses/)
[](https://www.python.org/)
[](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).