Dear l2h users, 

I have recently started to use latex2html and would now need to convert
some of my seminar notes (slides and interleaving notes) to html. I am
using pstricks package for framing and backgrounds etc. and have a lot of
eps graphics in the slides and this creates a problem for reproduction of
the slides in HTML format. 

To work around this I would like to convert the notes to HTML document
with the actual slides as images (figures). After the initial struggle I
managed to go ahead by defining a new environment Hslide inside which I
type set the slides:

\renewenvironment{Hslide}{\begin{latexonly}\begin{slide}}%
{\end{slide}\end{latexonly}}

This forces ltex2html to use LaTeX to typeset the slide content and
create an image of it. Fine. But the images lack the slideframes,
background colour etc, which I would like to keep. Why is the slideframe
missing and how could I fix this ? I tried to go through images.tex, but
couldn't see what was causing this behaviour. I would also prefer
latex2html to pass slides automatically to LaTeX without need for the
above "\newenvironment" command. Can I somehow define environments which
automatically would not be converted by latex2html but typeset by latex
and converted to images, as can be done with commands using
.latex2html_init file. 

Another trouble I am having is with a style file I always read in using
\usepackage command  in the beginning of my latex files and which loads
the standard packages I normally  use and defines several mainly text
macros for me. Now since I do not have perl file for this style file, l2h
ignores it and my text becomes unreadable as several macros dissappear.
Easy way out is to inlcude all the commands in the LaTeX file, but then
running latex comes a pain as these commands are already defined in the
style file. Is there any easy solution around this ?  There is nothing
fancy in my style file, and I would just like to get it included in the
run.
 
All suggestions are appreciated. 

thanks, Marko

     
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

 Marko Hyvonen                tel:   +44-(0)1223-766030
 Department of Biochemistry   fax:   +44-(0)1223-333345
 University of Cambridge      email: [EMAIL PROTECTED]
 80 Tennis Court Road         http://www-cryst.bioc.cam.ac.uk/~marko
 CB2 1QW Cambridge            
 England                      home:  10 Green Park, CB4 1SX Cambridge
                               tel:  +44-(0)1223-424707

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
                          




Reply via email to