]> git.lyx.org Git - lyx.git/blob - lib/ui/default.ui
f8f1c9eefda5d3a52c5e11ef5a385eb1b5181ddc
[lyx.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         Item "Copy Row" "tabular-feature copy-row"
112         Item "Swap Rows" "tabular-feature swap-row"
113         Separator
114         Item "Add Column|u" "tabular-feature append-column"
115         Item "Delete Column|D" "tabular-feature delete-column"
116         Item "Copy Column" "tabular-feature copy-column"
117         Item "Swap Columns" "tabular-feature swap-column"
118     End
119
120     Menu "edit_math"
121 #       Item "Make eqnarray|e" "break-line e"
122 #       Item "Make multline|m" "break-line m"
123 #       Item "Make align 1 column|1"  "break-line 1"
124 #       Item "Make align 2 columns|2"  "break-line 2"
125 #       Item "Make align 3 columns|3"  "break-line 3"
126 #       Item "Make alignat 2 columns|2"  "break-line B"
127 #       Item "Make alignat 3 columns|3"  "break-line C"
128 #       Separator
129         Item "Toggle numbering|n" "math-number"
130         Item "Toggle numbering of line|u" "math-nonumber"
131 #       Item "Toggle limits|l" "math-limits"
132         Submenu "Change limits type...|l" "edit_math_limits"
133         Separator
134         Submenu "Change formula type...|t" "edit_math_mutate"
135         Separator
136         Submenu "Use computer algebra system|t" "edit_math_extern"
137
138         #Item "Line Top|T" "tabular-feature toggle-line-top"
139         #Item "Line Bottom|B" "tabular-feature toggle-line-bottom"
140         #Item "Line Left|L" "tabular-feature toggle-line-left"
141         #Item "Line Right|R" "tabular-feature toggle-line-right"
142         #Separator
143     End
144
145     Menu "edit_math_limits"
146          Item "Default|t"  "math-limits empty"
147          Item "Display|D"  "math-limits limits"
148          Item "Inline|I"  "math-limits nolimits"
149     End
150
151     Menu "edit_math_extern"
152         Item "Octave" "math-extern octave"
153         Item "Maxima" "math-extern maxima"
154         Item "Mathematica" "math-extern mathematica"
155         Separator
156         Item "Maple, simplify" "math-extern maple simplify"
157         Item "Maple, factor" "math-extern maple factor"
158         Item "Maple, evalm" "math-extern maple evalm"
159         Item "Maple, evalf" "math-extern maple evalf"
160     End
161
162     Menu "edit_math_mutate"
163         Item "Inline formula|I" "math-mutate simple"
164         Item "Displayed formula|D" "math-mutate equation"
165         Item "Eqnarray environment|q" "math-mutate eqnarray"
166         Item "Align environment|A" "math-mutate align"
167         Item "AlignAt environment" "math-mutate alignat"
168         Item "Flalign environment|f" "math-mutate flalign"
169         #Item "XAlignAt environment" "math-mutate xalignat"
170         #Item "XXAlignAt environment" "math-mutate xxalignat"
171         Item "Gather environment" "math-mutate gather"
172         Item "Multline environment" "math-mutate multline"
173     End
174
175 #
176 # INSERT MENU
177 #
178     Menu "insert"
179         Submenu "Math|h" "insert_math"
180         Separator
181         Submenu "Special Character|S" "insert_special"
182         Item "Citation Reference...|C" "citation-insert"
183         Item "Cross Reference...|R" "reference-insert"
184         Item "Label...|L" "label-insert"
185         Item "Footnote|F" "footnote-insert"
186         Item "Marginal Note|M" "marginalnote-insert"
187         Item "Short title" "optional-insert"
188         Item "Index Entry|I" "index-insert"
189         Item "URL...|U" "url-insert"
190         Item "Note|N" "note-insert"
191         Submenu "Lists & TOC|O" "insert_toc"
192         Separator
193         Item "TeX|T" "ert-insert"
194         Item "Minipage|p" "minipage-insert"
195         Item "Graphics...|G" "graphics-insert"
196         Item "Tabular Material...|b" "tabular-insert"
197         Submenu "Floats|a" "insert_floats"
198         Separator
199         Item "Include File...|d" "buffer-child-insert"
200         Submenu "Insert File|e" "insert_file"
201         Item "External Material...|x" "external-insert"
202     End
203
204     Menu "insert_special"
205         Item "Superscript|S" "command-sequence math-mode ; math-superscript ; font-free; "
206         Item "Subscript|u" "command-sequence math-mode ; math-subscript ; font-free; "
207         Item "HFill|H" "hfill-insert"
208         Item "Hyphenation Point|P" "hyphenation-point-insert"
209         Item "Ligature break|k" "ligature-break-insert"
210         Item "Protected Blank|B" "protected-space-insert"
211         Item "Linebreak|L" "break-line"
212         Item "Ellipsis|i" "dots-insert"
213         Item "End of Sentence|E" "end-of-sentence-period-insert"
214         Item "Ordinary Quote|Q" "self-insert \""
215         Item "Menu Separator|M" "menu-separator-insert"
216     End
217
218     Menu "insert_math"
219         Item "Inline Formula|I" "math-mode"
220         Item "Display Formula|D" "math-display"
221         Item "Eqnarray environment|E" "command-sequence math-mode; math-mutate eqnarray;"
222         Item "AMS align environment|A" "command-sequence math-mode; math-mutate align;"
223         Item "AMS alignat environment|t" "command-sequence math-mode; math-mutate alignat;"
224         Item "AMS flalign environment|f" "command-sequence math-mode; math-mutate flalign;"
225         #Item "AMS xalignat environment|x" "command-sequence math-mode; math-mutate xalignat;"
226         #Item "AMS xxalignat environment" "command-sequence math-mode; math-mutate xxalignat;"
227         Item "AMS gather environment" "command-sequence math-mode; math-mutate gather;"
228         Item "AMS multline environment" "command-sequence math-mode; math-mutate multline;"
229   Separator
230         Item "Array environment|y" "math-matrix 2 2"
231         Item "Cases environment|C" "math-insert \cases"
232   Separator
233         Submenu "Font Change|f" "insert_math_font"
234         Item "Math Panel|l" "math-panel"
235     End
236
237     Menu "insert_math_font"
238         Item "Math normal font" "math-insert \mathnormal"
239         Separator
240         Item "Math calligraphic family" "math-insert \mathcal"
241         Item "Math fraktur family" "math-insert \mathfrak"
242         Item "Math roman family" "math-insert \mathrm"
243         Item "Math sans serif family" "math-insert \mathsf"
244         Separator
245         Item "Math bold series" "math-insert \mathbf"
246         Separator
247         Item "Text normal font" "math-insert \textnormal"
248         Separator
249         Item "Text roman family" "math-insert \textrm"
250         Item "Text sans serif family" "math-insert \textsf"
251         Item "Text typewriter family" "math-insert \texttt"
252         Separator
253         Item "Text bold series" "math-insert \textbf"
254         Item "Text medium series" "math-insert \textmd"
255         Separator
256         Item "Text italic shape" "math-insert \textit"
257         Item "Text small caps shape" "math-insert \textsc"
258         Item "Text slanted shape" "math-insert \textsl"
259         Item "Text upright shape" "math-insert \textup"
260                 End
261
262     Menu "insert_floats"
263         FloatInsert
264         Item "Floatflt Figure" "wrap-insert figure"
265     End
266
267     Menu "insert_toc"
268         Item "Table of Contents|C" "toc-insert"
269         FloatListInsert
270         Item "Index List|I" "index-print"
271         Item "BibTeX Reference...|B" "bibtex-insert"
272     End
273
274     Menu "insert_file"
275         Item "LyX Document...|X" "file-insert"
276         Item "Ascii as Lines...|L" "file-insert-ascii"
277         Item "Ascii as Paragraphs...|P" "file-insert-ascii-para"
278     End
279
280 #
281 # LAYOUT MENU
282 #
283     Menu "layout"
284         Item "Character|C" "layout-character"
285         Item "Paragraph|P" "layout-paragraph"
286         Item "Document|D" "layout-document"
287         OptItem "Tabular|T" "layout-tabular"
288         Separator
289         Item "Emphasize Style|E" "font-emph"
290         Item "Noun Style|N" "font-noun"
291         Item "Bold Style|B" "font-bold"
292 #       Item "TeX Style|X" "tex-mode"
293         Separator
294         Item "Decrease Environment Depth|v" "depth-decrement"
295         Item "Increase Environment Depth|v" "depth-increment"
296         Item "Preamble|r" "layout-preamble"
297         Item "Start Appendix here|A" "appendix"
298     End
299
300
301 #
302 # VIEW MENU
303 #
304     Menu "view"
305         ViewFormats
306         OptItem "Build Program|B" "build-program"
307         Submenu "Update|U" "update"
308         Separator
309         Item "LaTeX Logfile|L" "latex-view-log"
310         Item "Table of Contents|T" "toc-view"
311         Item "Child processes|C" "show-forks"
312         Item "TeX Information|X" "help-Texinfo"
313     End
314
315     Menu "update"
316         UpdateFormats
317     End
318
319 #
320 # NAVIGATE MENU
321 #
322     Menu "navigate"
323         Toc
324         Separator
325         Item "Error|E" "error-next"
326         Item "Note|N" "note-next"
327         Item "Refs|R" "reference-goto"
328         Submenu "Bookmarks|B" "navigate_bookmarks"
329     End
330
331     Menu "navigate_bookmarks"
332         Item "Save Bookmark 1|S" "bookmark-save 1"
333         Item "Save Bookmark 2" "bookmark-save 2"
334         Item "Save Bookmark 3" "bookmark-save 3"
335         Separator
336         Item "Goto Bookmark 1|1" "bookmark-goto 1"
337         Item "Goto Bookmark 2|2" "bookmark-goto 2"
338         Item "Goto Bookmark 3|3" "bookmark-goto 3"
339     End
340
341 #
342 # DOCUMENTS MENU
343 #
344
345     Menu "documents"
346         Documents
347     End
348
349 #
350 # HELP MENU
351 #
352     Menu "help"
353         Item "Tooltips|o" "toggle-tooltips"
354         Separator
355         Item "Introduction|I" "help-open Intro"
356         Item "Tutorial|T" "help-open Tutorial"
357         Item "User's Guide|U" "help-open UserGuide"
358         Item "Extended Features|E" "help-open Extended"
359         Item "Customization|C" "help-open Customization"
360 #       Item "Reference Manual|R" "help-open Reference"
361         Item "FAQ|F" "help-open FAQ"
362         Item "Table of Contents|a" "help-open TOC"
363         Item "LaTeX Configuration|L" "help-open LaTeXConfig"
364         Separator
365         Item "About LyX|X" "help-aboutlyx"
366     End
367
368 End
369
370 # Setup your favorite Toolbar here:
371 # Only three commands are allowed inside the begin_toolbar and end_toolbar
372 # directives: 
373 #   Icon "<action> [<parameter>]" adds an icon to the toolbar performing
374 #          "<action> <parameter>"
375 #      Examples:
376 #      Icon "font-size small"
377 #      Icon set-emph
378 #
379 #   Layouts adds the layouts combo-box to the toolbar
380 #
381 #   Separator adds some spacing to the toolbar
382 #
383 # The icons are found in the lib/image direcory under the name
384 # action.xpm or action_parameter.xpm.
385 #
386 #  All other lyx commands will get a "unknown" icon.
387 #
388 # This is the default toolbar:
389
390 Toolbar
391     Layouts
392     Icon "file-open"
393     Icon "buffer-write"
394     Icon "buffer-print"
395     Separator
396     Icon "cut"
397     Icon "copy"
398     Icon "paste"
399     Separator
400     Icon "font-emph"
401     Icon "font-noun"
402     Icon "font-free"
403     Separator
404     Icon "ert-insert"
405     Icon "math-mode"
406     #Icon "math-panel"
407     Separator
408     Icon "footnote-insert"
409     Icon "marginalnote-insert"
410     Icon "depth-increment"
411     Separator
412     Icon "graphics-insert"
413     Icon "tabular-insert"
414 End