General ⇒ LaTeX web design?
LaTeX web design?
Are there any converters? Alternatively, are there any css sheets (I could make gif's of formulas)
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: LaTeX web design?
Some the the subtle features that make LaTeX so pretty, such as pair kerning, ligatures, automatic hyphenation, optimized white-space usage and paragraph layout, are just not going to be possible on the web, at least not without rendering the entire page as an SVG or something like that (and even then you need to worry about how well browsers will support it).
Re: LaTeX web design?
By the way, SVG seems to be an interesting alternative. What is the best way to convert LaTeX -> SVG? Maybe PDF->SVG?
LaTeX web design?
I wouldn’t get too excited about this though. Remember that some browsers (e.g., Internet Explorer, the most common browser there is!) don’t support SVGs except with plugins. You might need a .png or .jpg fallback.
As for preserving “font style” and “formatting”, well, those are still too huge issues. I’ve had the best luck using htlatex/TeX4ht for conversions, though I’ve done so sparingly. Any half-way decent conversion should preserve thinks like italics, bold, small-caps, and things like that. But if by ”formatting” you mean any of the things I mentioned above, you may be out of luck.
If you like the default Computer/Latin modern fonts, you might look at the @font-face kit for Latin modern available at Font-Squirrel, for embedding it in a web page. It isn’t a great screen font, though (in my opinion).