On Monday 15 October 2007 15:11:12 Laurent Duperval wrote:
> Hi,
>
> I sometimes need to export to HTML without style sheets. Basically, I only
> want the proper tags, no classes, no stylesheets, plain Jane output. Is
> this possible?

I use latex2html with its "version 2.0" flag to export to basic html. Here is 
the converter string:

noexist $$i ;latex2html -no_auto_link -no_navigation -html_version 
2.0 -no_subdir -info 0 --split 0 $$i

That creates a single HTML 2.0 file with tags like <B> and <U>. The only snag 
is that it doesn't close HTML paragraphs. In practise, this lack doesn't 
cause any real problems.


-- 
http://www.unmusic.co.uk - about me, music, geek sitcom etc.

Reply via email to