Tagged Questions
0
votes
1answer
133 views
How to convert HTML markup into LaTeX markup?
I have one input file which will be used for LaTeX and HTML (Java program). Input file has HTML markups like
<b></b> for bold.
<li></li> for list.
How can I convert above ...