Am 23.04.2015 um 10:01 schrieb Jürgen Spitzmüller:
2015-04-22 18:24 GMT+02:00 Wolfgang Engelmann:
I have copied the lyx2lyx in a file. Is it correct to add .py to it?
No, you need to download the whole lyx2lyx folder.
By using trac? --->
* first install of the latest stable version Trac 0.12.1, with i18n
support:
easy_install Babel==0.9.5 Genshi==0.6
easy_install Trac
/It's very important to run the two easy_install commands
separately, otherwise the message catalogs won't be generated./
* upgrade to the latest stable version of Trac:
easy_install -U Trac
* upgrade to the latest trunk development version (0.13dev):
easy_install -U Trac==dev
And how do I use it to convert a file
x.lyx from a too new version to a 2.0x version file?
python -tt <path-to>/lyx2lyx/lyx2lyx -t 474 inputfile.lyx > outputfile.lyx
Jürgen
Wolfgang