Skip to content

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

Notifications You must be signed in to change notification settings

sansiddhjain/latex-to-html

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published