From 2312ee83b1d81588586baec9331e09491c24f649 Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 30 Oct 2002 02:00:46 +0000 Subject: [PATCH] re-add stuff to math menu git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5551 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++ lib/ui/default.ui | 77 ++++++++++++++++++++++++++++------------------- 2 files changed, 51 insertions(+), 31 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 67ecee35a2..0547081177 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2002-10-30 John Levon + + * ui/default.ui: re-add table-like commands to math, and + some minor fixes + 2002-10-29 Dekel Tsur * configure.m4: Remove files in ~/.lyx/xfonts if fonts.dir was erased. diff --git a/lib/ui/default.ui b/lib/ui/default.ui index f8f1c9eefd..dabea346d4 100644 --- a/lib/ui/default.ui +++ b/lib/ui/default.ui @@ -129,17 +129,23 @@ Menuset Item "Toggle numbering|n" "math-number" Item "Toggle numbering of line|u" "math-nonumber" # Item "Toggle limits|l" "math-limits" - Submenu "Change limits type...|l" "edit_math_limits" + Submenu "Change limits type|l" "edit_math_limits" Separator - Submenu "Change formula type...|t" "edit_math_mutate" + Submenu "Change formula type|f" "edit_math_mutate" Separator - Submenu "Use computer algebra system|t" "edit_math_extern" - - #Item "Line Top|T" "tabular-feature toggle-line-top" - #Item "Line Bottom|B" "tabular-feature toggle-line-bottom" - #Item "Line Left|L" "tabular-feature toggle-line-left" - #Item "Line Right|R" "tabular-feature toggle-line-right" - #Separator + Submenu "Use computer algebra system|s" "edit_math_extern" + Separator + Submenu "Alignment|A" "edit_math_align" + Separator + Item "Add Row|R" "tabular-feature append-row" + Item "Delete Row|D" "tabular-feature delete-row" + Item "Copy Row" "tabular-feature copy-row" + Item "Swap Rows" "tabular-feature swap-row" + Separator + Item "Add Column|C" "tabular-feature append-column" + Item "Delete Column|e" "tabular-feature delete-column" + Item "Copy Column" "tabular-feature copy-column" + Item "Swap Columns" "tabular-feature swap-column" End Menu "edit_math_limits" @@ -160,18 +166,27 @@ Menuset End Menu "edit_math_mutate" - Item "Inline formula|I" "math-mutate simple" - Item "Displayed formula|D" "math-mutate equation" - Item "Eqnarray environment|q" "math-mutate eqnarray" - Item "Align environment|A" "math-mutate align" - Item "AlignAt environment" "math-mutate alignat" - Item "Flalign environment|f" "math-mutate flalign" - #Item "XAlignAt environment" "math-mutate xalignat" - #Item "XXAlignAt environment" "math-mutate xxalignat" - Item "Gather environment" "math-mutate gather" - Item "Multline environment" "math-mutate multline" + Item "Inline Formula|I" "math-mutate simple" + Item "Displayed Formula|D" "math-mutate equation" + Item "Eqnarray Environment|q" "math-mutate eqnarray" + Item "Align Environment|A" "math-mutate align" + Item "AlignAt Environment" "math-mutate alignat" + Item "Flalign Environment|f" "math-mutate flalign" + #Item "XAlignAt Environment" "math-mutate xalignat" + #Item "XXAlignAt Environment" "math-mutate xxalignat" + Item "Gather Environment" "math-mutate gather" + Item "Multline Environment" "math-mutate multline" End + Menu "edit_math_align" + Item "Align Left|L" "tabular-feature align-left" + Item "Align Center|C" "tabular-feature align-center" + Item "Align Right|R" "tabular-feature align-right" + Separator + Item "V.Align Top|T" "tabular-feature valign-top" + Item "V.Align Center|e" "tabular-feature valign-center" + Item "V.Align Bottom|B" "tabular-feature valign-bottom" + End # # INSERT MENU # @@ -184,7 +199,7 @@ Menuset Item "Label...|L" "label-insert" Item "Footnote|F" "footnote-insert" Item "Marginal Note|M" "marginalnote-insert" - Item "Short title" "optional-insert" + Item "Short Title" "optional-insert" Item "Index Entry|I" "index-insert" Item "URL...|U" "url-insert" Item "Note|N" "note-insert" @@ -206,7 +221,7 @@ Menuset Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free; " Item "HFill|H" "hfill-insert" Item "Hyphenation Point|P" "hyphenation-point-insert" - Item "Ligature break|k" "ligature-break-insert" + Item "Ligature Break|k" "ligature-break-insert" Item "Protected Blank|B" "protected-space-insert" Item "Linebreak|L" "break-line" Item "Ellipsis|i" "dots-insert" @@ -218,17 +233,17 @@ Menuset Menu "insert_math" Item "Inline Formula|I" "math-mode" Item "Display Formula|D" "math-display" - Item "Eqnarray environment|E" "command-sequence math-mode; math-mutate eqnarray;" - Item "AMS align environment|A" "command-sequence math-mode; math-mutate align;" - Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;" - Item "AMS flalign environment|f" "command-sequence math-mode; math-mutate flalign;" - #Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;" - #Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;" - Item "AMS gather environment" "command-sequence math-mode; math-mutate gather;" - Item "AMS multline environment" "command-sequence math-mode; math-mutate multline;" + Item "Eqnarray Environment|E" "command-sequence math-mode; math-mutate eqnarray;" + Item "AMS align Environment|A" "command-sequence math-mode; math-mutate align;" + Item "AMS alignat Environment|t" "command-sequence math-mode; math-mutate alignat;" + Item "AMS flalign Environment|f" "command-sequence math-mode; math-mutate flalign;" + #Item "AMS xalignat Environment|x" "command-sequence math-mode; math-mutate xalignat;" + #Item "AMS xxalignat Environment" "command-sequence math-mode; math-mutate xxalignat;" + Item "AMS gather Environment" "command-sequence math-mode; math-mutate gather;" + Item "AMS multline Environment" "command-sequence math-mode; math-mutate multline;" Separator - Item "Array environment|y" "math-matrix 2 2" - Item "Cases environment|C" "math-insert \cases" + Item "Array Environment|y" "math-matrix 2 2" + Item "Cases Environment|C" "math-insert \cases" Separator Submenu "Font Change|f" "insert_math_font" Item "Math Panel|l" "math-panel" -- 2.39.5