/latex-to-html

Code for implementing a Latex-to-HTML converter using Lex-Yacc

Primary LanguageHTML

latex-to-html

Code for creating a Latex-to-HTML converter using Lex-Yacc in Python (PLY).

Latex code first converted into an Abstract Syntax Tree (AST), and traversal of Abstract Syntax Tree leads to the HTML converted code.

Most latex tags such as sections, ordered/unordered list, text formatting, graphics, math, etc covered.

Written as an assignment for the Software Systems Lab course at IIT Delhi.