HTML output without styles

2007-10-15 Thread Laurent Duperval
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?

Right now, I export to HTML then I have to manually delete all style
information. It makes the process longer and more painful than it should
be.

I use HEVEA as an output engine but I'm open to using other engines. As
long as everything is exported in a single HTML file, that's fine by me.

Thanks,

L


-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186



Re: HTML output without styles

2007-10-15 Thread killermike
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.



HTML output without styles

2007-10-15 Thread Laurent Duperval
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?

Right now, I export to HTML then I have to manually delete all style
information. It makes the process longer and more painful than it should
be.

I use HEVEA as an output engine but I'm open to using other engines. As
long as everything is exported in a single HTML file, that's fine by me.

Thanks,

L


-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186



Re: HTML output without styles

2007-10-15 Thread killermike
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.



HTML output without styles

2007-10-15 Thread Laurent Duperval
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?

Right now, I export to HTML then I have to manually delete all style
information. It makes the process longer and more painful than it should
be.

I use HEVEA as an output engine but I'm open to using other engines. As
long as everything is exported in a single HTML file, that's fine by me.

Thanks,

L


-- 
Prenez la parole en public en étant Speak to an audience while being
moins nerveux et plus convaincant! less nervous and more convincing!
Éveillez l'orateur en vous!Bring out the speaker in you!

Information: [EMAIL PROTECTED]   http://www.duperval.com   (514) 902-0186



Re: HTML output without styles

2007-10-15 Thread killermike
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  and . 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.