Angus Leeming wrote:
> My question: Is there a way to wrap these two definitions inside
> if (<compiling with tex4ht --- htlatex, actually>)
> \newenvironment{mypicture}{\Picture*{}}{\EndPicture}
> else
> \newenvironment{mypicture}{}{}
>
> so I don't need to edit my preamble before launching the compiler?
Apologies for answering myself. google is a wonderful thing...
[EMAIL PROTECTED]
\newenvironment{mypicture}{\Picture*{}}{\EndPicture}
} {
\newenvironment{mypicture}{}{}
}
--
Angus
