[l2h] \includecomment problem

Graham Gough Graham Gough <graham@cs.man.ac.uk>
Tue, 24 Aug 1999 14:16:31 +0100 (BST)


I have been trying to use the includecomment feature of html.sty to
produce two versions from a single source, but unfortunately the
included text is turned into an image. I can find not mention of this
'feature' in the manual, can anyone tell me how to get the thing
treated as text? Here is an example file that illustrates the problem
(I'm using l2h 99.1)

Graham

\documentclass{article}
\usepackage{html}

 \includecomment{wanted}
 \excludecomment{unwanted}
\begin{document}
\begin{wanted}
Some wanted text
\end{wanted}
\begin{unwanted}
Some unwanted text
\end{unwanted}

\end{document}