Re: [PATCH] lyxconvert224.py (valignment middle)

2003-08-21 Thread José Abílio Oliveira Matos
On Thu, Aug 21, 2003 at 09:34:43AM +0200, Michael Schmitt wrote: > How about the following patch? (Please apply) I don't like it either, although it is a step in the right direction. Bellow you have what I applied: +def valignment_middle(lines, start, end): +for i in range(start, end):

Re: [PATCH] lyxconvert224.py (valignment middle)

2003-08-21 Thread Michael Schmitt
Jose wrote: I don't like this transformation, because you are replacing all the ocurrences without looking to the surrounding context. Suppose that I was documenting the tables file format, there 'valignment="center"' is something sensible to appear. What insets do we intend to change? I tried

Re: [PATCH] lyxconvert224.py (valignment middle)

2003-08-20 Thread José Abílio Oliveira Matos
On Tue, Aug 19, 2003 at 03:23:17PM +0200, Michael Schmitt wrote: > Hello, > > please find the missing patch for lyx2lyx which transforms vertical > alignment "center" to "middle". > > Please check and - if OK - apply. > > Michael > Index: lib/ChangeLog > ===

[PATCH] lyxconvert224.py (valignment middle)

2003-08-19 Thread Michael Schmitt
Hello, please find the missing patch for lyx2lyx which transforms vertical alignment "center" to "middle". Please check and - if OK - apply. Michael Index: lib/ChangeLog === RCS file: /cvs/lyx/lyx-devel/lib/ChangeLog,v retrieving r