Martijn Brouwer wrote:
>
> Is there an easy way to insert math-delimiters with the keyboard?
>
> __________________________________________________
> Martijn Brouwer [EMAIL PROTECTED]
Try putting the following in your lyxrc file.
# These do pairs of: () {} [] <> ||
\bind "M-9" "math-delim ( )"
\bind "M-bracketright" "math-delim [ ]"
\bind "M-bracketleft" "math-delim { }"
\bind "C-period" "math-insert dots"
\bind "C-comma" "math-delim langle rangle"
\bind "M-slash" "math-delim | |"
I give you the following word of warning. These are very
convienient to use. However math-delim tends to use
sizes of delimiters that are too large when used in text mode.
Thus you should use these keyboard shortcuts wisely.
I wish latex or lyx had a "small-math-delim" capability but
none exists as far as I know.
Ralph Boland