On 2017-03-20, Patrick Dupre wrote: > Hello, > If I remember correctly, I was able to convert directly a lyx file to a > rtf file in the past. Did this option disappear ?
It seems to be still in LyX but depends on the external program latex2rtf: configure.py contains the code: checkProg('a LaTeX -> RTF converter', ['latex2rtf -p -S -o $$o $$i', 'latex2rt -p -S -o $$o $$i'], rc_entry = [ r'\converter latex rtf "%%" "needaux"' ]) Günter