Am Dienstag, 16. Dezember 2003 12:24 schrieb Jose' Matos: > I would like to improved the lyx2lyx documentation to help devies writing > new converter's. > > What would you like to see in there? [This question is not just for Angus.]
- How accurate is lyx2lyx output? Should the output be identical char by char to the one from lyx, or are things like additional/missing newlines etc. allowed if it makes the code simpler and lyx can read the document and the latex output is identical? - What input does lyx2lyx accept? Is it needed to not only accept keyword "value" but also keyword "value" - Does lyx2lyx rely on a syntactically correct file or are error conditions to be checked and reported? BTW, I have a hackish conversion frameless box -> minipage that works for my purposes. José, are you or anybody else working on that? If not, I could try to improve my python knowledge and produce something sensible. Georg