Hi, On Thu, Sep 24, 2009 at 2:02 PM, s0r05000 <[email protected]> wrote: > My problem is this: > I have fair documentation written with lyx, and i'm having trouble > converting it to html in such way, that tree view would be shown on the left > in htm. > I've tried latex2html and elyxer, but neither have option to hardcode frames > into html. So all my results end in having html that is very similar to dpf > output i get straight from lyx. > Real problem is the navigation inside the html. With normal tools we'll have > settle for browsing through the manual with up/next/previous without seeing > the tree.
Within eLyXer there is no option currently to do what you want. But it is planned as a future extension, and in fact if you run elyxer.py --toc you will see a half-baked attempt at building a tree of links (not yet an official option). If there is interest in this feature I can try to fit it in the next release after this one (ETA couple of weeks). Keep in mind that it will generate a different HTML that points to the first one, but everything will be in one big page as is now; the issue of building the frames would be up to you. (Subdividing the generated HTML is another planned extension but it would probably take longer.) Alex.
