Am 17.03.2010 08:39, schrieb Alex Fernandez:

Yes, just be sure to run eLyXer with the --html flag, either
standalone or changing the converter line from within LyX:
   Tools>  Preferences>  External formats>  Converters>  LyX to HTML>  
Converter:
just add the --html option as the first one:
   elyxer.py --html --directory $$r $$i $$o
or
   python -m elyxer.py --html --directory $$r $$i $$o

Why the explicit --html option? As you know we use this call as default for LyX:

python -m elyxer --directory $$r $$i $$o

It the --html a new option and what is it for?

In fact, I don't see why eLyXer should not be the default Word
exporter.

We have a special export format names HTML (MS Word) that is created by tex4ht:

htlatex $$i 'html,word' 'symbol/!' '-cvalidate'

I don't know the difference between html and this special html variant. I therefore cannot answer you that question.

regards Uwe

Reply via email to