Andre Poenitz wrote: > Try to stick to LyX-style formatting: > > if (c == '{') { > > [There are other plases like that]
I accidently sent the wrong patch. The non tex2lyx part of the patch was not intended and contains some half-finished test stuff written some time ago. I hope you noticed that I tried to follow the LyX-style formatting in the tex2lyx part ;-) > Does minipage really code its inner_position as 0 1 2 3 instead of 't', > 'c', 'b'? *sigh* Yes. Note that this is the old minipage inset, not the new box inset from Martin. The latter is more sensible in this respect. > Ok. I don't have the time to check this thoroughly. It looks sensible, > so if you can confirm that the ound-trip on the UserGuide is no worse > than before, I'd commit this. There are still nesting errors with nesting list like environments. They are different than without the patch. I will have a look at that again, but it would be nice if somebody who understands need_deeper, deeper_paragraph, etc. better could help. Apart from nesting the round-trip on the Userguide is better than before. Georg