(responding to one item below)

On Tue, 3 Apr 2012, Richard Heck wrote:

> > 6) The xhtml output had links to horizontal rules in my table of
> > contents:
> > 
> > <!-- Output Error: Tags still open in closeFontTags(). Probably not a
> > problem,
> > but you might want to check these tags: --><!-- Output Error: div
> > --><!-- Output Error: div --><!-- Output Error: Tried to close pending
> > tag `a' when other tags were pending. Last pending tag is
> > `&LyX_parsep_tag&'. Tag discarded. --><div class='lyxtoc-2'>  <a
> > href='#magicparlabel-236' class='tocarrow'>&gt;</a><!-- Output Error:
> > Closing tag `div' when other tags are open, namely: --><!-- Output
> > Error:&LyX_parsep_tag&  --></div>
> > 
> > I simple removed that line for each.
> > 
> Can you provide a simple file showing the problem? This kind of thing is also
> fairly easy to fix, usually.

I didn't notice before ... but now I realize that all my Section* (note 
the asterisk) were added to my table of contents.  I had the following 
code to put a horizontal rule before my summary at end of each chapter. 
(It looks nice in my PDF.) This is what caused the above error.

\begin_layout Section*
\noindent
\begin_inset CommandInset line
LatexCommand rule
offset "0.5ex"
width "100line%"
height "1pt"

\end_inset


\end_layout



I don't mind that lyxhtml exported all my Section* (except the 
horizontal rule above) into my ebook table of contents. It looks useful. 
But that is different that my PDF.

Reply via email to