Jürgen Spitzmüller wrote:
> Alex Fernandez wrote:
> > I have this pending task since almost a month ago, but am no nearer to
> > a solution. Any takers?
> 
> With the attached patch for LyX and a fixed (yet unreleased) version of 
> eLyXer 
> which Alex sent to me, the issue is resolved.
> 
> I'm gonna commit the patch to branch and trunk, if no one objects.

nice to see. while you are at it could you put some brief doc about copiers
usage somewhere? it was clear even devs are not sure how it works.

pavel

> 
> Jürgen

> Index: lib/configure.py
> ===================================================================
> --- lib/configure.py  (Revision 30107)
> +++ lib/configure.py  (Arbeitskopie)
> @@ -389,10 +389,10 @@
>      checkProg('an MS Word -> LaTeX converter', ['wvCleanLatex $$i $$o'],
>          rc_entry = [ r'\converter word       latex      "%%" ""' ])
>      #
> -    path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer.py $$i 
> $$o'],
> +    path, elyxer = checkProg('a LyX -> HTML converter', ['elyxer.py 
> --directory $$r $$i $$o'],
>        rc_entry = [ r'\converter lyx      html       "%%"     ""' ])
>      if elyxer.find('elyxer.py') >= 0:
> -      addToRC(r'''\copier    html       "python -tt $$s/scripts/ext_copy.py 
> -e html,png,css $$i $$o"''')
> +      addToRC(r'''\copier    html       "python -tt $$s/scripts/ext_copy.py 
> -e html,png,jpg,jpeg,css $$i $$o"''')
>      else:
>        # On SuSE the scripts have a .sh suffix, and on debian they are in 
> /usr/share/tex4ht/
>        path, htmlconv = checkProg('a LaTeX -> HTML converter', ['htlatex 
> $$i', 'htlatex.sh $$i', \

Reply via email to