LaTeX-to-MyST

A pandoc-based converter from LaTeX to MyST.

LaTeX-to-MyST is a Python package that implements a pandoc filter which converts a subset of LaTeX environments to MyST directives.

It was developed as part of my work in creating an online book (based on Jupyter Book) for the course Computational Neuroscience: Circuits in the Brain taught by Prof. Aurel Lazar.

This project is a work in progress, and though it is probably more pandoc compatible to write a custom pandoc writer instead of using RawBlocks and RawInline to mimics one, the existence of panflute makes it much easier for python developers like me to work with filters instead of writers.