/pandoc-math

A pandoc filter for converting LaTeX to html for mathematics documents

Primary LanguagePythonMIT LicenseMIT

pandoc-math

A pandoc filter for converting LaTeX to html for mathematics documents. Provides support for various environments & commands in the amsthm/amsmath packages and equation labelling & referencing.

Installation

Requires Python > 3.7 which can be installed here: Python download page and Pandoc > 2.11 which can be installed here: Pandoc installation page.

To download pandoc-math, use the pip tool with the command:

pip install pandoc-math

Documentation:

https://gavinmcwhinnie.github.io/pandoc-math

Usage

The basic usage of pandoc-math is:

pandoc-math [file] [options]

Where [file] is a .TeX file to be converted to html.