Richard Heck wrote: > I must have missed this rule. In any event, I've never followed it. I > don't know how tex2lyx works, and I don't propose to learn just so I can > do other format changes.
This is documented in lib/doc/Development.lyx. Updating tex2lyx at the same time as LyX is not a must, but "strongly recommended". The reason for this is that parts of tex2lyx implicitly produce always the latest format, because tex2lyx reuses LyX code. >> Besides this you could have at least added a not why tex2lyx can no >> longer handle format 474 in version.h development/FORMAT is supposed to contain the format documentation. This entry could indeed be a bit more verbose. > Sorry, this has been discussed a lot on the list, and I expect JMarc to > do this fairly soon. The need to commit was driven by a need for testing. I don't se any problem with this. In any case, it was better to keep an outdated tex2lyx than to pretend that it produces current file formats without implementing the needed support. > Won't tex2lyx forward whatever it creates to lyx2lyx, if need be? If > not, it really should. tex2lyx does not do it, but if LyX reads an old file it will do it, so everything works well here. Georg