Document Classes ⇒ letter class and html output
-
- Posts: 2
- Joined: Thu Oct 09, 2008 3:40 pm
letter class and html output
This morning I starting working with the letter class. My needs are simple so this class seemed ideal. Beyond PDF and DVIPS I'd also like to output a letter as HTML. Using other classes this has been easy using latex2html or hevea. Alas this class seems for force both tools to turn the letter into an image instead of HTML. Is there a way to output a document using this class as HTML and not an image?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: letter class and html output
If you really need HTML and PDF from the same source, I would say go for writing the letter in a higher level markup language (XML?, SGML?), which you are able to both display in a web browser and also convert to LaTeX source code, which can be compiled to PDF.