mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
branch: Fix bug #6709: Inserting a numbered equation to a display equation toggles the display style.
see r36674. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36678 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
132084b5ef
commit
9fd75e3702
@ -396,7 +396,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-toggle;"
|
||||
Item "Numbered Formula|N" "command-sequence math-mode on; math-mutate equation; math-number-toggle;"
|
||||
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;"
|
||||
|
@ -90,6 +90,9 @@ What's new
|
||||
- Update the status of the button in the Text Style dialog when the
|
||||
cursor is moved (bug 6952).
|
||||
|
||||
- Correctly toggle the numbering of an equation when issuing the
|
||||
"Insert->Numbered equation" on a displayed equation (bug 6709).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user