Fix bug 2901: Add menu entry for numbered formulas

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15309 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-10-12 15:06:32 +00:00
parent 1bdc00f8d1
commit 17f2dfdda4
2 changed files with 3 additions and 0 deletions

View File

@ -291,6 +291,7 @@ Menuset
Menu "insert_math"
Item "Inline Formula|I" "math-mode on"
Item "Display Formula|D" "math-display"
Item "Numbered Formula|N" "command-sequence math-display; math-number;"
Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;"
Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;"
Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;"

View File

@ -31,6 +31,8 @@ What's new
- Add an external template for LilyPond (a music typesetter)
- Add a menu entry for numbered formulas (bug 2901)
** Bug fixes:
* Document Input/Output