Alex Fernandez wrote:
> At this point I would like to convert eLyXer into a proper Python
> package:

i have no opinion about it. note however that Uwe is currently the
only one maintaining windows installers and if you break it on
his setup you might break it on his installer also ;)

besides this i have one particular question about the code below:

> +    path, elyxer = checkProg('a LyX -> MS Word converter',
> +        ['elyxer.py --directory $$r $$i $$o', 'elyxer --html --directory $$r 
> $$i $$o'],
> +        rc_entry = [ r'\converter lyx      wordhtml       "%%"       ""' ])
> +    if elyxer.find('elyxer') >= 0:
> +      elyxerfound = True

does elyxer do something specific for word output that we bump new target?
we do this for htlatex which distinguishes xhtml output for openoffice
and html for word. whats the point of doing it here?

pavel

Reply via email to