On Tue, Feb 04, 2003 at 06:52:01PM -0800, Eran Guendelman wrote: > First, is there any keyboard-shortcut way of inserting a matrix in a > math formula (I usually prefer keyboard shortcuts to having to go to the > math panel).
Since I use matrix *a lot*, I define many shortcuts like the following: # matrices \bind "C-s m" "math-matrix 2 2 cll" \bind "C-s S-M" "math-matrix 3 3 clll" \bind "C-s C-m 1 2" "math-matrix 2 1" \bind "C-s C-m 1 3" "math-matrix 3 1" ... For a full list of such shortcuts, see http://www.stat.rice.edu/~bpeng/personal.bind. Hope this helps. -- Bo Peng
