]> git.lyx.org Git - lyx.git/blob - lib/ui/default.ui
the export patch from Dekel
[lyx.git] / lib / ui / default.ui
1 # This is the default LyX user interface definition file. The syntax
2 # should be straightforward enough. The menubar "main_nobuffer" (if it
3 # exists) is used when there is no buffer open; otherwise, the menubar
4 # "main" is used. 
5
6 Menuset
7
8     Menubar "main"
9         Submenu "File|F" "file"
10         Submenu "Edit|E" "edit"
11         Submenu "Layout|L" "layout"
12         Submenu "Insert|I" "insert"
13         Submenu "Math|M" "math"
14         Submenu "Options|O" "options"
15         Submenu "Documents|D" "documents"
16         Submenu "Help|H" "help"
17     End
18
19     Menubar "main_nobuffer"
20         Submenu "File|F" "file_nobuffer"
21         Submenu "Options|O" "options"
22         Submenu "Help|H" "help"
23     End
24
25     Menu "file" 
26         Item "New...|N" "buffer-new"
27         Item "New from template|t" "buffer-new-template"
28         Item "Open...|O" "buffer-open"
29         Separator
30         Item "Close|C" "buffer-close"
31         Item "Save|S" "buffer-write"
32         Item "Save As|A" "buffer-write-as"
33         Item "Revert to saved|R" "buffer-reload"
34         Separator
35         Item "View dvi|d" "buffer-view"
36         Item "View Postscript|w" "buffer-view-ps"
37         Submenu "View" "view"
38         Item "Update dvi|v" "buffer-typeset"
39         Item "Update Postscript|U" "buffer-typeset-ps"
40         Submenu "Update" "update"
41         OptItem "Build program|B" "build-program"
42         Separator
43         Item "Print...|P" "buffer-print"
44         Item "Fax...|F" "buffer-fax"
45         Submenu "Import|I" "import"
46         Submenu "Export|E" "export"
47         Separator
48         Item "Exit|x" "lyx-quit"
49         Separator
50         Lastfiles
51     End
52
53     Menu "file_nobuffer" 
54         Item "New...|N" "buffer-new"
55         Item "New from template|t" "buffer-new-template"
56         Item "Open...|O" "buffer-open"
57         Separator
58         Submenu "Import|I" "import"
59         Separator
60         Item "Exit|x" "lyx-quit"
61         Separator
62         Lastfiles
63     End
64
65     Menu "view"
66         ViewFormats
67     End
68
69     Menu "update"
70         UpdateFormats
71     End
72
73     Menu "import"
74         Item "LaTeX|L" "buffer-import latex"
75         Item "Ascii text as lines|A" "buffer-import ascii"
76         Item "Ascii text as paragraphs|p" "buffer-import ascii"
77         Item "Noweb|N" "buffer-import noweb"
78     End
79
80     Menu "export"
81         ExportFormats
82         OptItem "as LaTeX|L" "buffer-export latex"
83         OptItem "as LinuxDoc|L" "buffer-export linuxdoc"
84         OptItem "as DocBook|B" "buffer-export docbook"
85         Item "as DVI|D" "buffer-export dvi"
86 #       Item "as Postscript|P" "buffer-export postscript"
87         Item "as Ascii|A" "buffer-export ascii"
88         Item "as HTML|H" "buffer-export html"
89         OptItem "Custom...|C" "buffer-export custom"
90     End
91
92     Menu "edit"
93         Item "Undo|U" "undo"
94         Item "Redo|R" "redo"
95         Separator
96         Item "Cut|C" "cut"
97         Item "Copy|o" "copy"
98         Item "Paste|P" "paste"
99         Separator
100         Item "Find & Replace...|F" "find-replace"
101         Item "Go to Error|E" "error-next"
102         Item "Go to Note|N" "note-next"
103         Submenu "Floats & Insets|I" "edit_floats"
104         Submenu "Tabular" "edit_tabular"
105         Item "Spellchecker...|S" "spellchecker"
106         Item "Check TeX|h" "buffer-chktex"
107         Item "Table of Contents|b" "toc-view"
108         Separator
109         Submenu "Version control" "vc"
110         Separator
111         Item "View LaTeX log file|w" "latex-view-log"
112         Separator
113         Submenu "Paste primary selection" "edit_paste"
114     End
115
116     Menu "edit_floats"
117     End
118
119     Menu "edit_tabular"
120         Item "Multicolumn|M" "tabular-feature multicolumn"
121         Separator
122         Item "Line Top|T" "tabular-feature toggle-line-top"
123         Item "Line Bottom|B" "tabular-feature toggle-line-bottom"
124         Item "Line Left|L" "tabular-feature toggle-line-left"
125         Item "Line Right|R" "tabular-feature toggle-line-right"
126         Separator
127         Item "Align Left|e" "tabular-feature align-left"
128         Item "Align Center|C" "tabular-feature align-center"
129         Item "Align Right|i" "tabular-feature align-right"
130         Separator
131         Item "V.Align Top|o" "tabular-feature valign-top"
132         Item "V.Align Center|n" "tabular-feature valign-center"
133         Item "V.Align Bottom|v" "tabular-feature valign-bottom"
134         Separator
135         Item "Append Row|A" "tabular-feature append-row"
136         Item "Append Column|u" "tabular-feature append-column"
137         Separator
138         Item "Delete Row|w" "tabular-feature delete-row"
139         Item "Delete Column|D" "tabular-feature delete-column"
140     End
141
142     Menu "edit_paste"
143         Item "as Lines|L" "primary-selection-paste"
144         Item "as Paragraphs|g" "primary-selection-paste paragraph"
145     End
146
147     Menu "vc"
148          OptItem "Register|R" "vc-register"
149          OptItem "Check In Changes|I" "vc-check-in"
150          OptItem "Check Out for Edit|O" "vc-check-out"
151          OptItem "Revert to last version|l" "vc-revert"
152          OptItem "Undo last check in|U" "vc-undo-last"
153          OptItem "Show History|H" "vc-history"
154     End
155
156     Menu "layout"
157         Item "Character...|C" "layout-character"
158         Item "Paragraph...|P" "layout-paragraph"
159         Item "Document...|D" "layout-document"
160 #       Item "Paper...|a" "layout-paper"
161 #       Item "Quotes...|Q" "layout-quotes"
162         OptItem "Tabular...|a" "layout-tabular"
163 #       Item "Table...|T" "layout-table"
164         Separator
165         Item "Emphasize Style|E" "font-emph"
166         Item "Noun Style|N" "font-noun"
167         Item "Bold Style|B" "font-bold"
168         Item "TeX Style|X" "tex-mode"
169         Item "Change environment depth|v" "depth-increment"
170         Item "LaTeX preamble|a" "layout-preamble"
171         Item "Start of Appendix|x" "appendix"
172         Separator
173         Item "Save layout as default|S" "layout-save-default"
174     End
175
176     Menu "insert"
177         Item "Figure...|F" "figure-insert"
178         Item "Tabular...|T" "dialog-tabular-insert"
179         Separator
180         Item "Include File...|I" "buffer-child-insert"
181         Submenu "Import ascii file|a" "insert_ascii"
182         Item "Insert LyX file|X" "file-insert"
183         Item "Insert external material...|e" "external-insert"
184         Separator
185         Item "Footnote|F" "footnote-insert"
186         Item "Marginnote|M" "marginpar-insert"
187         Submenu "Floats|a" "insert_floats"
188         Separator
189         Submenu "Lists & TOC|T" "insert_toc"
190         Separator
191         Submenu "Special character|S" "insert_special"
192         Separator
193         Item "Note...|N" "note-insert"
194         Item "Label...|L" "label-insert"
195         Item "Cross reference...|r" "reference-insert"
196         Item "Citation reference...|i" "citation-insert"
197         Item "Index entry...|d" "index-insert"
198         Item "Index entry of last word|w" "index-insert-last"
199         Item "URL...|U" "url-insert"
200     End
201
202     Menu "insert_ascii"
203         Item "As lines|l" "file-insert-ascii lines"
204         Item "As paragraphs|p" "file-insert-ascii paragraphs"
205     End
206
207     Menu "insert_floats"
208         Item "Figure float|F" "buffer-float-insert figure"
209         Item "Table float|T" "buffer-float-insert table"
210         Item "Wide figure float|W" "buffer-float-insert wide-fig"
211         Item "Wide table float|d" "buffer-float-insert wide-tab"
212         Separator
213         Item "Algorithm float|A" "buffer-float-insert algorithm"
214     End
215
216     Menu "insert_toc"
217         Item "Table of Contents|C" "toc-insert"
218         Item "List of Figures|F" "lof-insert"
219         Item "List of Tables|T" "lot-insert"
220         Item "List of Algorithms|A" "loa-insert"
221         Item "Index List|I" "index-print"
222         Item "BibTeX reference|B" "bibtex-insert"
223     End
224
225     Menu "insert_special"
226         Item "HFill|H" "hfill-insert"
227         Item "Hyphenation point|p" "hyphenation-point-insert"
228         Item "Protected blank|b" "protected-space-insert"
229         Item "Linebreak|L" "break-line"
230         Item "Ellipsis|i" "dots-insert"
231         Item "End of sentence|E" "end-of-sentence-period-insert"
232         Item "Ordinary Quote|Q" "quote-insert"
233         Item "Menu Separator|M" "menu-separator-insert"
234     End
235
236     Menu "math"
237         Item "Fraction|F" "math-insert frac"
238         Item "Square root|S" "math-insert sqrt"
239         Item "Exponent|E" "math-insert ^"
240         Item "Index|x" "math-insert -"
241         Item "Sum|u" "math-insert sum"
242         Item "Integral|I" "math-insert int"
243         Separator
244         Item "Math mode|M" "math-mode"
245         Item "Display|D" "math-display"
246         Separator
247         Item "Math Panel...|P" "math-panel"
248     End
249
250     Menu "options"
251 #       Item "Screen Fonts...|F" "screen-options"
252 #       Item "Spellchecker Options...|S" "spellchecker-options"
253 #       Item "Keyboard...|K" "keyboard-options"
254 #       Separator
255         Item "Reconfigure|R" "reconfigure"
256         Item "Preferences|P" "dialog-preferences"
257     End
258     
259     Menu "documents"
260         Documents
261     End
262
263     Menu "help"
264         Item "Introduction|I" "help-open Intro"
265         Item "Tutorial|T" "help-open Tutorial"
266         Item "User's Guide|U" "help-open UserGuide"
267         Item "Extended Features|x" "help-open Extended"
268         Item "Customization|C" "help-open Customization"
269         Item "Reference Manual|R" "help-open Reference"
270         Item "FAQ|F" "help-open FAQ"
271         Item "Table of contents|a" "help-open TOC"
272         Item "Known Bugs|K" "help-open BUGS"
273         Item "LaTeX Configuration|L" "help-open LaTeXConfig"
274         Separator
275         Item "Copyright and Warranty...|o" "help-copyright"
276         Item "Credits...|e" "help-credits"
277         Item "Version...|V" "help-version"
278     End
279
280 End
281
282 # Setup your favorite Toolbar here:
283 # Only three commands are allowed inside the begin_toolbar and end_toolbar
284 # directives: 
285 #   Icon "<action> [<parameter>]" adds an icon to the toolbar performing
286 #          "<action> <parameter>"
287 #      Examples:
288 #      Icon "font-size small"
289 #      Icon set-emph
290 #
291 #   Layouts adds the layouts combo-box to the toolbar
292 #
293 #   Separator adds some spacing to the toolbar
294 #
295 # The icons are found in the lib/image direcory under the name
296 # action.xpm or action_parameter.xpm.
297 #
298 #  All other lyx commands will get a "unknown" icon.
299 #
300 # This is the default toolbar:
301
302 Toolbar
303     Layouts
304     Icon "buffer-open"
305     Icon "buffer-write"
306     Icon "buffer-print"
307     Separator
308     Icon "cut"
309     Icon "copy"
310     Icon "paste"
311     Separator
312     Icon "font-emph"
313     Icon "font-noun"
314     Icon "font-free"
315     Separator
316     Icon "footnote-insert"
317     Icon "marginpar-insert"
318     Icon "depth-next"
319     Separator
320     Icon "tex-mode"
321     Icon "math-mode"
322     Separator
323     Icon "figure-insert"
324     Icon "dialog-tabular-insert"
325 End
326