Skip to content

HTML to Latex converter can be directly used to make pdfs from input html files. It does so by doing lexical analysis of html followed by parsing and building of an Abstract Syntax Tree. The tree is maped to an euivalent AST of latex whose preorder traversal gives you the "texmaker" compilable code.

Notifications You must be signed in to change notification settings

piyushkansalongit/HTML-to-Latex-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

About

HTML to Latex converter can be directly used to make pdfs from input html files. It does so by doing lexical analysis of html followed by parsing and building of an Abstract Syntax Tree. The tree is maped to an euivalent AST of latex whose preorder traversal gives you the "texmaker" compilable code.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published