[Tex/LaTex] How to use LaTeX to build the website

cssonline

Can I use LaTeX to specify cascading style sheet?
Can someone enlighten me something about using LaTeX with my website?

Basically to setup layout like how I do for documents, setting up fonts, spacing etc

Best Answer

You could also look at Pandoc, which can be used as follows:

pandoc -r latex -w html -o outfile.html infile.tex

This will generate the HTML for you. You will have to specify your own stylesheets, however. Also, Pandoc only supports a subset of LaTeX.