Re: [patch] full support for table cell rotation

2012-03-14 Thread Uwe Stöhr
Am 13.03.2012 09:34, schrieb Lars Gullik Bjønnes: Hmm... why are you using svn? Because I started to work on this 2 weeks ago. As it is a fileformat change I always ask on the list, no matter how when and if I commit. If you have questions about git usage, please ask. I admit I failed, s

Re: [patch] full support for table cell rotation

2012-03-13 Thread Lars Gullik Bjønnes
Uwe Stöhr writes: | Am 12.03.2012 23:07, schrieb Uwe Stöhr: > >> The attached patch implements this. This would be a fileformat change. OK? >> (the necessary tex2lyx change follows) > | Now the tex2lyx part is included. > | tex2lyx btw. never supported rotated table cells and has a bug (#8081).

Re: [patch] full support for table cell rotation

2012-03-12 Thread Uwe Stöhr
Am 12.03.2012 23:07, schrieb Uwe Stöhr: The attached patch implements this. This would be a fileformat change. OK? (the necessary tex2lyx change follows) Now the tex2lyx part is included. tex2lyx btw. never supported rotated table cells and has a bug (#8081). regards Uwe Index: lib/lyx2lyx/l

[patch] full support for table cell rotation

2012-03-12 Thread Uwe Stöhr
Since ages LyX supports to rotate table cells, but for an unknown reason it only supports rotation by 90°. The LaTeX command LyX is using for this is "rotating" and this package already provides support to rotate by any angle thus LyX can easily offer that too. The attached patch implements thi