On Tuesday 16 December 2003 21:01, Georg Baum wrote: > > - 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?
The later option, since sometimes between different versions that way as lyx outputs whitespace changes for no apparent reason. That is always a question of 90%-10%, if the code only requires a single line to have the same output as whitespaces concerned I will do it, else I don't bother. > - What input does lyx2lyx accept? Is it needed to not only accept > > keyword "value" > > but also > > keyword "value" That was one of my major concerns when I started lyx2lyx, after some time I noticed that we can almost always use the first form since that is what lyx uses. I have developed also some code technics to deal with those cases without resorting to regular expressions. > - Does lyx2lyx rely on a syntactically correct file or are error conditions > to be checked and reported? I'm working on that. > 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. I'm not working on that, so be my guest. Don't hesitate to question me. :-) > Georg -- José Abílio LyX and docbook, a perfect match. :-)