mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
1bdc00f8d1
commit
17f2dfdda4
@ -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;"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user