On 2010-11-02, Frederick Noronha wrote: > Is there some tool that makes the sharing of documents among different > versions of Lyx a little easier? FN
lyx2lyx comes with every LyX version. It's a Python module (i.e. a set of interdependent Python scripts living in LYXDIR/lyx2lyx/). To down-convert from a non-installed newer LyX version, it suffices to get and install the new version of this module. You could try to place it somewhere Python finds it and use it from Python. Or you could try to copy or link LYXDIR/lyx2lyx/lyx2lyx to the binary PATH and use it from the command line. Günter