Angus Leeming wrote:
> Hmmm. But it is conceptually the same problem as gerneating different latex
> files for subsequent compilation with either latex or pdflatex and we
> certainly have a solution for that. It's quite clean too in current cvs.
>
> if (runparams.flavor == LatexRunParams::LATEX) {
> ...
> } else if (runparams.flavor == LatexRunParams::PDFLATEX) {
> ...
> }
>
> You could have another enum HTMLFLAVOUR or somesuch and use it to decide
> what latex code to export.
Ah, I see. Then the situation is certainly better as it used to be
http://www.mail-archive.com/[EMAIL PROTECTED]/msg33481.html
Wouldn't this be a nice little exercation for Chemnitz (given the beer is
empty)?
Juergen.