On Dec 21, 2007, at 11:09 AM, Jürgen Spitzmüller wrote:
I don't know what's the status wrt math grids. Bennett, does
copying from math
grids work?
You mean matrices? -- I did this, and with 1.5.3 it works, but with
some differences from how your patch works in tables.
In a 5x5 matrix, cutting
1 2 3 4 5
and pasting into the second column of another row yields
1 2 3 45
Similarly, pasting into a row that already contains a b c d e yields
1a 2b 3c 4d 5e
With a 5x5 table (with Jürgen's patch applied), cutting
1 2 3 4 5
and pasting into the second column of another row yields
1 2 3 4
(with the "5" simply disappearing). Similarly, pasting into a row
that already contains a b c d e yields
1 2 3 4 5
Bennett