On Tue, Oct 22, 2002 at 05:08:22PM +0200, Dekel Tsur wrote:
> This patch breaks copying&pasting of a column in a math array.
> Trying to copy&paste a column [1 2 3]^t gives [1n2n3 ]^t
I thought I checked this case, but seemingly only for rows.
Fixed now.
Andre'
--
Those who desire to give up
On Tue, Oct 22, 2002 at 03:30:20PM +0200, Andre Poenitz wrote:
>
> This moves the format used by mathed's internal cut buffer from something
> called 'MathGridInset' to 'string'.
>
> The change is completely transparent to the outside world but moves math
> and non-math a bit closer together.
>
Andre Poenitz <[EMAIL PROTECTED]> writes:
| This moves the format used by mathed's internal cut buffer from something
| called 'MathGridInset' to 'string'.
>
| The change is completely transparent to the outside world but moves math
| and non-math a bit closer together.
>
| Actually I think we cou