]> git.lyx.org Git - features.git/blob - lib/ui/default.ui
Herbert's 'gather' patch
[features.git] / lib / ui / default.ui
1 # This is the default LyX user interface definition file.         -*- text -*-
2 # The syntax should be straightforward enough. 
3
4 Menuset
5
6     Menubar
7         Submenu "File|F" "file"
8         Submenu "Edit|E" "edit"
9         Submenu "Insert|I" "insert"
10         Submenu "Layout|L" "layout"
11         Submenu "View|V" "view"
12         Submenu "Navigate|N" "navigate"
13         Submenu "Documents|D" "documents"
14         Submenu "Help|H" "help"
15     End
16
17 #
18 # FILE MENU
19 #
20
21     Menu "file"
22         Item "New|N" "buffer-new"
23         Item "New from Template...|T" "buffer-new-template"
24         Item "Open...|O" "file-open"
25         Separator
26         Item "Close|C" "buffer-close"
27         Item "Save|S" "buffer-write"
28         Item "Save As...|A" "buffer-write-as"
29         Item "Revert|R" "buffer-reload"
30         Submenu "Version Control|V" "file_vc"
31         Separator
32         Submenu "Import|I" "file_import"
33         Submenu "Export|E" "file_export"
34         Item "Print...|P" "buffer-print"
35         OptItem "Fax...|F" "buffer-export fax"
36         Separator
37         Item "Exit|x" "lyx-quit"
38         Separator
39         Lastfiles
40     End
41
42     Menu "file_vc"
43         OptItem "Register|R" "vc-register"
44         OptItem "Check In Changes...|I" "vc-check-in"
45         OptItem "Check Out for Edit|O" "vc-check-out"
46         OptItem "Revert to Last Version|L" "vc-revert"
47         OptItem "Undo Last Check In|U" "vc-undo-last"
48         OptItem "Show History|H" "vc-history"
49     End
50
51     Menu "file_import"
52         ImportFormats
53     End
54
55     Menu "file_export"
56         ExportFormats
57         Item "Custom...|C" "buffer-export custom"
58     End
59
60 #
61 # EDIT MENU
62 #
63
64     Menu "edit"
65         Item "Undo|U" "undo"
66         Item "Redo|d" "redo"
67         Separator
68         Item "Cut|C" "cut"
69         Item "Copy|o" "copy"
70         Item "Paste|a" "paste"
71         Submenu "Paste External Selection|x" "edit_paste"
72         Separator
73         Item "Find & Replace...|F" "find-replace"
74         Submenu "Tabular|T" "edit_tabular"
75         Submenu "Math|M" "edit_math"
76         Separator
77         #Item "Read Only" "buffer-toggle-read-only"
78         Item "Spellchecker|S" "spellchecker"
79         Item "Thesaurus" "thesaurus-entry"
80         Item "Check TeX|h" "buffer-chktex"
81         Item "Remove All Error Boxes|E" "error-remove-all"
82         Item "Open/Close float|l" "inset-toggle"
83         Separator
84         Item "Preferences|P" "dialog-preferences"
85         Item "Reconfigure|R" "reconfigure"
86     End
87
88     Menu "edit_paste"
89         Item "as Lines|L" "primary-selection-paste"
90         Item "as Paragraphs|P" "primary-selection-paste paragraph"
91     End
92
93     Menu "edit_tabular"
94         Item "Multicolumn|M" "tabular-feature multicolumn"
95         Separator
96         Item "Line Top|T" "tabular-feature toggle-line-top"
97         Item "Line Bottom|B" "tabular-feature toggle-line-bottom"
98         Item "Line Left|L" "tabular-feature toggle-line-left"
99         Item "Line Right|R" "tabular-feature toggle-line-right"
100         Separator
101         Item "Align Left|e" "tabular-feature align-left"
102         Item "Align Center|C" "tabular-feature align-center"
103         Item "Align Right|i" "tabular-feature align-right"
104         Separator
105         Item "V.Align Top|o" "tabular-feature valign-top"
106         Item "V.Align Center|n" "tabular-feature valign-center"
107         Item "V.Align Bottom|V" "tabular-feature valign-bottom"
108         Separator
109         Item "Add Row|A" "tabular-feature append-row"
110         Item "Delete Row|w" "tabular-feature delete-row"
111         Separator
112         Item "Add Column|u" "tabular-feature append-column"
113         Item "Delete Column|D" "tabular-feature delete-column"
114     End
115
116     Menu "edit_math"
117 #       Item "Make eqnarray|e" "break-line e"
118 #       Item "Make multline|m" "break-line m"
119 #       Item "Make align 1 column|1"  "break-line 1"
120 #       Item "Make align 2 columns|2"  "break-line 2"
121 #       Item "Make align 3 columns|3"  "break-line 3"
122 #       Item "Make alignat 2 columns|2"  "break-line B"
123 #       Item "Make alignat 3 columns|3"  "break-line C"
124 #       Separator
125         Item "Toggle numbering|n" "math-number"
126         Item "Toggle numbering of line|u" "math-nonumber"
127         Item "Toggle limits|l" "math-limits"
128         Separator
129         Submenu "Change formula type...|t" "edit_math_mutate"
130         Separator
131         Submenu "Use computer algebra system|t" "edit_math_extern"
132         Separator
133         Item "Align Left|f" "math-halign left"
134         Item "Align Center|C" "math-halign center"
135         Item "Align Right|R" "math-halign right"
136         Separator
137         Item "V.Align Top|T" "math-valign top"
138         Item "V.Align Center|e" "math-valign center"
139         Item "V.Align Bottom|B" "math-valign bottom"
140         Separator
141         Item "Add Row" "math-row-insert"
142         Item "Delete Row" "math-row-delete"
143         Separator
144         Item "Add Column" "math-column-insert"
145         Item "Delete Column" "math-column-delete"
146     End
147
148     Menu "edit_math_extern"
149         Item "Octave" "math-extern octave"
150         Separator
151         Item "Maple, simplify" "math-extern maple simplify"
152         Item "Maple, factor" "math-extern maple factor"
153         Item "Maple, evalm" "math-extern maple evalm"
154         Item "Maple, evalf" "math-extern maple evalf"
155     End
156
157     Menu "edit_math_mutate"
158         Item "Inline formula|I" "math-mutate simple"
159         Item "Displayed formula|D" "math-mutate equation"
160         Item "Eqnarray environment|q" "math-mutate eqnarray"
161         Item "Align environment|A" "math-mutate align"
162         Item "AlignAt environment" "math-mutate alignat"
163         Item "XAlignAt environment" "math-mutate xalignat"
164         Item "XXAlignAt environment" "math-mutate xxalignat"
165         Item "Gather environment" "math-mutate gather"
166         Item "Multline environment" "math-mutate multline"
167     End
168
169 #
170 # INSERT MENU
171 #
172     Menu "insert"
173         Submenu "Math|h" "insert_math"
174         Separator
175         Submenu "Special Character|S" "insert_special"
176         Item "Citation Reference...|C" "citation-insert"
177         Item "Cross Reference...|R" "reference-insert"
178         Item "Label...|L" "label-insert"
179         Item "Footnote|F" "footnote-insert"
180         Item "Marginal Note|M" "marginalnote-insert"
181         Item "Index Entry|I" "index-insert"
182         Item "URL...|U" "url-insert"
183         Item "Note|N" "note-insert"
184         Submenu "Lists & TOC|O" "insert_toc"
185         Separator
186         Item "TeX|T" "ert-insert"
187         Item "Minipage|p" "minipage-insert"
188         Item "Graphics...|G" "graphics-insert"
189         Item "Tabular Material...|b" "tabular-insert"
190         Submenu "Floats|a" "insert_floats"
191         Separator
192         Item "Include File...|d" "buffer-child-insert"
193         Submenu "Insert File|e" "insert_file"
194         Item "External Material...|x" "external-insert"
195     End
196
197     Menu "insert_special"
198         Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free; "
199         Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free; "
200         Item "HFill|H" "hfill-insert"
201         Item "Hyphenation Point|P" "hyphenation-point-insert"
202         Item "Ligature break|k" "ligature-break-insert"
203         Item "Protected Blank|B" "protected-space-insert"
204         Item "Linebreak|L" "break-line"
205         Item "Ellipsis|i" "dots-insert"
206         Item "End of Sentence|E" "end-of-sentence-period-insert"
207         Item "Ordinary Quote|Q" "self-insert \""
208         Item "Menu Separator|M" "menu-separator-insert"
209     End
210
211     Menu "insert_math"
212         Item "Inline Formula|I" "math-mode"
213         Item "Display Formula|D" "math-display"
214         Item "Eqnarray environment|E" "command-sequence math-mode; math-mutate eqnarray;"
215         Item "AMS align environment|A" "command-sequence math-mode; math-mutate align;"
216         Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
217         Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
218         Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
219         Item "AMS gather environment" "command-sequence math-mode; math-mutate gather;"
220         Item "AMS multline environment" "command-sequence math-mode; math-mutate multline;"
221   Separator
222         Item "Array environment|y" "math-insert matrix 2 2"
223         Item "Cases environment|C" "math-insert cases 2"
224   Separator
225         Submenu "Font Change|f" "insert_math_font"
226         Item "Math Panel|l" "math-panel"
227     End
228
229     Menu "insert_math_font"
230         Item "Math normal font" "math-insert \mathnormal"
231         Separator
232         Item "Math calligraphic family" "math-insert \mathcal"
233         Item "Math fraktur family" "math-insert \mathfrak"
234         Item "Math roman family" "math-insert \mathrm"
235         Item "Math sans serif family" "math-insert \mathsf"
236         Separator
237         Item "Math bold series" "math-insert \mathbf"
238         Separator
239         Item "Text normal font" "math-insert \textnormal"
240         Separator
241         Item "Text roman family" "math-insert \textrm"
242         Item "Text sans serif family" "math-insert \textsf"
243         Item "Text typewriter family" "math-insert \texttt"
244         Separator
245         Item "Text bold series" "math-insert \textbf"
246         Item "Text medium series" "math-insert \textmd"
247         Separator
248         Item "Text italic shape" "math-insert \textit"
249         Item "Text small caps shape" "math-insert \textsc"
250         Item "Text slanted shape" "math-insert \textsl"
251         Item "Text upright shape" "math-insert \textup"
252                 End
253
254     Menu "insert_floats"
255         FloatInsert
256     End
257
258     Menu "insert_toc"
259         Item "Table of Contents|C" "toc-insert"
260         FloatListInsert
261         Item "Index List|I" "index-print"
262         Item "BibTeX Reference...|B" "bibtex-insert"
263     End
264
265     Menu "insert_file"
266         Item "LyX Document...|X" "file-insert"
267         Item "Ascii as Lines...|L" "file-insert-ascii"
268         Item "Ascii as Paragraphs...|P" "file-insert-ascii-para"
269     End
270
271 #
272 # LAYOUT MENU
273 #
274     Menu "layout"
275         Item "Character|C" "layout-character"
276         Item "Paragraph|P" "layout-paragraph"
277         Item "Document|D" "layout-document"
278         OptItem "Tabular|T" "layout-tabular"
279         Separator
280         Item "Emphasize Style|E" "font-emph"
281         Item "Noun Style|N" "font-noun"
282         Item "Bold Style|B" "font-bold"
283 #       Item "TeX Style|X" "tex-mode"
284         Separator
285         Item "Change Environment Depth|v" "depth-increment"
286         Item "Preamble|r" "layout-preamble"
287         Item "Start Appendix here|A" "appendix"
288     End
289
290
291 #
292 # VIEW MENU
293 #
294     Menu "view"
295         ViewFormats
296         OptItem "Build Program|B" "build-program"
297         Submenu "Update|U" "update"
298         Separator
299         Item "LaTeX Logfile|L" "latex-view-log"
300         Item "Table of Contents|T" "toc-view"
301         Item "Child processes|C" "show-forks"
302         Item "TeX Information|X" "help-Texinfo"
303     End
304
305     Menu "update"
306         UpdateFormats
307     End
308
309 #
310 # NAVIGATE MENU
311 #
312     Menu "navigate"
313         Toc
314         Separator
315         Item "Error|E" "error-next"
316         Item "Note|N" "note-next"
317         Item "Refs|R" "reference-goto"
318         Submenu "Bookmarks|B" "navigate_bookmarks"
319     End
320
321     Menu "navigate_bookmarks"
322         Item "Save Bookmark 1|S" "bookmark-save 1"
323         Item "Save Bookmark 2" "bookmark-save 2"
324         Item "Save Bookmark 3" "bookmark-save 3"
325         Separator
326         Item "Goto Bookmark 1|1" "bookmark-goto 1"
327         Item "Goto Bookmark 2|2" "bookmark-goto 2"
328         Item "Goto Bookmark 3|3" "bookmark-goto 3"
329     End
330
331 #
332 # DOCUMENTS MENU
333 #
334
335     Menu "documents"
336         Documents
337     End
338
339 #
340 # HELP MENU
341 #
342     Menu "help"
343         Item "Tooltips|o" "toggle-tooltips"
344         Separator
345         Item "Introduction|I" "help-open Intro"
346         Item "Tutorial|T" "help-open Tutorial"
347         Item "User's Guide|U" "help-open UserGuide"
348         Item "Extended Features|E" "help-open Extended"
349         Item "Customization|C" "help-open Customization"
350 #       Item "Reference Manual|R" "help-open Reference"
351         Item "FAQ|F" "help-open FAQ"
352         Item "Table of Contents|a" "help-open TOC"
353         Item "LaTeX Configuration|L" "help-open LaTeXConfig"
354         Separator
355         Item "About LyX|X" "help-aboutlyx"
356     End
357
358 End
359
360 # Setup your favorite Toolbar here:
361 # Only three commands are allowed inside the begin_toolbar and end_toolbar
362 # directives: 
363 #   Icon "<action> [<parameter>]" adds an icon to the toolbar performing
364 #          "<action> <parameter>"
365 #      Examples:
366 #      Icon "font-size small"
367 #      Icon set-emph
368 #
369 #   Layouts adds the layouts combo-box to the toolbar
370 #
371 #   Separator adds some spacing to the toolbar
372 #
373 # The icons are found in the lib/image direcory under the name
374 # action.xpm or action_parameter.xpm.
375 #
376 #  All other lyx commands will get a "unknown" icon.
377 #
378 # This is the default toolbar:
379
380 Toolbar
381     Layouts
382     Icon "file-open"
383     Icon "buffer-write"
384     Icon "buffer-print"
385     Separator
386     Icon "cut"
387     Icon "copy"
388     Icon "paste"
389     Separator
390     Icon "font-emph"
391     Icon "font-noun"
392     Icon "font-free"
393     Separator
394     Icon "ert-insert"
395     Icon "math-mode"
396     #Icon "math-panel"
397     Separator
398     Icon "footnote-insert"
399     Icon "marginalnote-insert"
400     Icon "depth-increment"
401     Separator
402     Icon "graphics-insert"
403     Icon "tabular-insert"
404 End