PATCH InfoInset

2010-10-30 Thread Stephan Witt
I've got a crash when place info-insert buffer vcs-date into CVS controlled file. The attached patch helps, but I'm not sure if there's some more elegant solution. Any opinions? Stephan Index: src/insets/InsetInfo.cpp === ---

Bug in equation label

2010-10-30 Thread Anand Rangarajan
Sorry if this has come up previously but I've encountered a problem with lyx equation labels (lyx-1.6.7 on linux x86_64). When I use the label 'x=1' for an equation, lyx changes it to 'x=3D1'. If I edit and save the lyx file in emacs, then the next time lyx opens the file, the label

[patch] support for multirow vertical offset

2010-10-30 Thread Uwe Stöhr
We implemented support for multirows the following way: \multirow{ncols}{width}{content} but \multirow supports this scheme: \multirow{ncols}[struts]{width}[offset]{content} The attached patch adds support for the offset. It is a fileformat change. Support for struts is not planned because

PATCH InfoInset

2010-10-30 Thread Stephan Witt
I've got a crash when place "info-insert buffer vcs-date" into CVS controlled file. The attached patch helps, but I'm not sure if there's some more elegant solution. Any opinions? Stephan Index: src/insets/InsetInfo.cpp === ---

Bug in equation label

2010-10-30 Thread Anand Rangarajan
Sorry if this has come up previously but I've encountered a problem with lyx equation labels (lyx-1.6.7 on linux x86_64). When I use the label 'x=1' for an equation, lyx changes it to 'x=3D1'. If I edit and save the lyx file in emacs, then the next time lyx opens the file, the label

[patch] support for multirow vertical offset

2010-10-30 Thread Uwe Stöhr
We implemented support for multirows the following way: \multirow{ncols}{width}{content} but \multirow supports this scheme: \multirow{ncols}[struts]{width}[offset]{content} The attached patch adds support for the offset. It is a fileformat change. Support for struts is not planned because