Hacker News new | ask | show | jobs
by rrhjm53270 571 days ago
I prefer write LaTex document, compile to pdf and then convert pdf to html using pdf2htmlEX.
2 comments

If your .tex is simple enough, it can be converted directly to plain html using a tiny sed script.
Does that work well in practice? It seems like you'd throw away all (remaining, given that LaTeX freely mixes style and semantics in practice already) separation between style and content that way.