]> git.lyx.org Git - lyx.git/blob - lib/ui/stdtoolbars.inc
a29dd4255ad63e122fc712bb24ea17222edc150c
[lyx.git] / lib / ui / stdtoolbars.inc
1 # -*- text -*-
2
3 # file stdtoolbars.inc
4 # This file is part of LyX, the document processor.
5 # Licence details can be found in the file COPYING.
6
7 # author Jean-Marc Lasgouttes
8 # author John Levon
9
10 # Full author contact details are available in file CREDITS.
11
12 # The interface is designed (partially) following the KDE Human Interface
13 # Guidelines (http://usability.kde.org/hig/)
14
15 # Casing rules "The tooltip":
16 # Capitalize the first letter of the first word, and any other words normally
17 # capitalized in sentences, such as application names.
18 #
19 # Casing Rules for the "GUI Name":
20 # Capitalize all words in the element, with the following exceptions: 
21 # * Articles: a, an, the. 
22 # * Conjunctions: and, but, for, not, so, yet ...  
23 # * Prepositions of three or fewer letters: at, for, by, in, to ...
24 #
25 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
26
27 # A Toolbar starts like :
28 #
29 # Toolbar "name" "GUI Name"
30 #
31 # Only seven commands are allowed inside the Toolbar and End
32 # directives:
33 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
34 #          "<action> <parameter>"
35 #      Examples:
36 #      Item "Small font" "font-size small"
37 #      Item Emphasized set-emph
38 #
39 #   Layouts adds the layouts combo-box to the toolbar
40 #
41 #   Separator adds some spacing to the toolbar
42 #
43 #   Minibuffer adds the command buffer (Qt only, only one may exist)
44 #
45 #   TableInsert "The tooltip" adds a special widget for quick insertion of tables
46 #
47 #   PopupMenu "name" "The tooltip"
48 #
49 #   ... inserts a button with a popup menu derived from Toolbar "name"
50 #
51 #   IconPalette "name" "The tooltip"
52 #
53 #   ... inserts a button with a popup iconpalette derived from Toolbar "name"
54 #
55 #
56 # The icons are found in the lib/images/ direcory under the name
57 # action.png or action_parameter.png, except for math-insert, which
58 # is e.g. lib/image/math/sum.png. Note that some characters are
59 # replaced (e.g. ')' -> rbracket).
60 #
61 #  All other lyx commands will get a "unknown" icon.
62 #
63 # This is the default toolbar:
64
65 ToolbarSet
66
67         Toolbar "standard" "Standard"
68                 Layouts
69                 Item "New document" "buffer-new"
70                 Item "Open document" "file-open"
71                 Item "Save document" "buffer-write"
72                 Item "Print document" "dialog-show print"
73                 Separator
74                 Item "Check spelling" "dialog-show spellchecker"
75                 Separator
76                 Item "Undo" "undo"
77                 Item "Redo" "redo"
78                 Item "Cut" "cut"
79                 Item "Copy" "copy"
80                 Item "Paste" "paste"
81                 Item "Find and replace" "dialog-show findreplace"
82                 Item "Find and replace (advanced)" "dialog-toggle findreplaceadv"
83                 Item "Navigate back" "bookmark-goto 0"
84                 Separator
85                 Item "Toggle emphasis" "font-emph"
86                 Item "Toggle noun" "font-noun"
87                 Item "Apply last" "textstyle-apply"
88                 Separator
89                 Item "Insert math" "math-mode"
90                 Item "Insert graphics" "dialog-show-new-inset graphics"
91                 TableInsert "Insert table"
92                 Separator
93                 Item "Toggle outline" "dialog-toggle toc"
94                 Item "Toggle math toolbar" "toolbar-toggle math"
95                 Item "Toggle table toolbar" "toolbar-toggle table"
96         End
97
98         Toolbar "view/update" "View/Update"
99                 Item "View" "buffer-view"
100                 Item "Update" "buffer-update"
101                 Item "View master document" "master-buffer-view"
102                 Item "Update master document" "master-buffer-update"
103                 Item "Include Resources for Forward/Reverse Search" "buffer-toggle-output-sync"
104                 Separator
105                 StickyPopupMenu "view-others" "View other formats"
106                 StickyPopupMenu "update-others" "Update other formats"
107         End
108
109         Toolbar "extra" "Extra"
110                 Item "Default" "layout"
111                 Item "Numbered list" "layout Enumerate"
112                 Item "Itemized list" "layout Itemize"
113                 Item "List" "layout List"
114                 Item "Description" "layout Description"
115                 Item "Increase depth" "depth-increment"
116                 Item "Decrease depth" "depth-decrement"
117                 Separator
118                 Item "Insert figure float" "float-insert figure"
119                 Item "Insert table float" "float-insert table"
120                 Item "Insert label" "label-insert"
121                 Item "Insert cross-reference" "dialog-show-new-inset ref"
122                 Item "Insert citation" "dialog-show-new-inset citation"
123                 Item "Insert index entry" "index-insert"
124                 Item "Insert nomenclature entry" "nomencl-insert"
125                 Separator
126                 Item "Insert footnote" "footnote-insert"
127                 Item "Insert margin note" "marginalnote-insert"
128                 Item "Insert note" "note-insert"
129                 Item "Insert box" "box-insert Frameless"
130                 Item "Insert hyperlink" "href-insert"
131                 Item "Insert TeX code" "ert-insert"
132                 Item "Insert math macro" "math-macro newmacroname newcommand"
133                 Item "Include file" "dialog-show-new-inset include"
134                 Separator
135                 Item "Text style" "dialog-show character"
136                 Item "Paragraph settings" "layout-paragraph"
137                 Item "Thesaurus" "thesaurus-entry"
138         End
139         
140         Toolbar "table" "Table"
141                 Item "Add row" "inset-modify tabular append-row"
142                 Item "Add column" "inset-modify tabular append-column"
143                 Item "Delete row" "inset-modify tabular delete-row"
144                 Item "Delete column" "inset-modify tabular delete-column"
145                 Separator
146                 Item "Set top line" "inset-modify tabular toggle-line-top"
147                 Item "Set bottom line" "inset-modify tabular toggle-line-bottom"
148                 Item "Set left line" "inset-modify tabular toggle-line-left"
149                 Item "Set right line" "inset-modify tabular toggle-line-right"
150                 Item "Set border lines" "inset-modify tabular set-border-lines"
151                 Item "Set all lines" "inset-modify tabular set-all-lines"
152                 Item "Unset all lines" "inset-modify tabular unset-all-lines"
153                 Separator
154                 Item "Align left" "command-alternatives inset-modify tabular m-align-left;inset-modify tabular align-left"
155                 Item "Align center" "command-alternatives inset-modify tabular m-align-center;inset-modify tabular align-center"
156                 Item "Align right" "command-alternatives inset-modify tabular m-align-right;inset-modify tabular align-right"
157                 Separator
158                 Item "Align top" "command-alternatives inset-modify tabular m-valign-top;inset-modify tabular valign-top"
159                 Item "Align middle" "command-alternatives inset-modify tabular m-valign-middle;inset-modify tabular valign-middle"
160                 Item "Align bottom" "command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom"
161                 Separator
162                 Item "Rotate cell" "inset-modify tabular toggle-rotate-cell"
163                 Item "Rotate table" "inset-modify tabular toggle-rotate-tabular"
164                 Item "Set multi-column" "inset-modify tabular multicolumn"
165                 Item "Set multi-row" "inset-modify tabular multirow"
166         End
167         
168         Toolbar "math" "Math"
169                 Item "Set display mode" "math-display"
170                 Separator
171                 Item "Subscript" "math-subscript"
172                 Item "Superscript" "math-superscript"
173                 Item "Insert square root" "math-insert \sqrt"
174                 Item "Insert root" "math-insert \root"
175                 Item "Insert standard fraction" "math-insert \frac"
176                 Item "Insert sum" "math-insert \sum"
177                 Item "Insert integral" "math-insert \int"
178                 Item "Insert product" "math-insert \prod"
179                 Separator
180                 Item "Insert ( )" "math-delim ( )"
181                 Item "Insert [ ]" "math-delim [ ]"
182                 Item "Insert { }" "math-delim { }"
183                 Item "Insert delimiters" "dialog-show mathdelimiter"
184                 Separator
185                 Item "Insert matrix" "dialog-show mathmatrix"
186                 Item "Insert cases environment" "math-insert \cases"
187                 Item "Add row" "inset-modify tabular append-row"
188                 Item "Add column" "inset-modify tabular append-column"
189                 Item "Delete row" "inset-modify tabular delete-row"
190                 Item "Delete column" "inset-modify tabular delete-column"
191                 Separator
192                 Item "Toggle math panels" "toolbar-toggle math_panels"
193         End
194
195         Toolbar "mathmacrotemplate" "Math Macros"
196                 Item "Remove last argument" "math-macro-remove-param"
197                 Item "Append argument" "math-macro-add-param"
198                 Separator
199                 Item "Make first non-optional into optional argument" "math-macro-make-optional"
200                 Item "Make last optional into non-optional argument"
201                 "math-macro-make-nonoptional"
202                 Item "Remove optional argument" "math-macro-remove-optional-param"
203                 Item "Insert optional argument" "math-macro-add-optional-param"
204                 Separator
205                 Item "Remove last argument spitting out to the right" "math-macro-remove-greedy-param"
206                 Item "Append argument eating from the right" "math-macro-append-greedy-param"
207                 Item "Append optional argument eating from the right" "math-macro-add-greedy-optional-param"
208         End
209
210         Toolbar "minibuffer" "Command Buffer"
211                 Minibuffer
212         End
213         
214         Toolbar "review" "Review[[Toolbar]]"
215                 Item "Track changes" "changes-track"
216                 Item "Show changes in output" "changes-output"
217                 Separator
218                 Item "Next change" "change-next"
219                 Item "Accept change inside selection" "change-accept"
220                 Item "Reject change inside selection" "change-reject"
221                 Separator
222                 Item "Merge changes" "changes-merge"
223                 Item "Accept all changes" "all-changes-accept"
224                 Item "Reject all changes" "all-changes-reject"
225                 Separator
226                 Item "Insert note" "note-insert"
227                 Item "Next note" "note-next"
228         End
229         
230         Toolbar "view-others" "View Other Formats"
231                 ViewFormats
232         End
233         
234         Toolbar "update-others" "Update Other Formats"
235                 UpdateFormats
236         End
237
238 # The following three toolbars are disabled because of missing icons.
239 #       Toolbar "import/export" "Import/Export"
240 #               Item "Import" "buffer-import"
241 #               Item "Export" "buffer-export"
242 #               StickyPopupMenu "import-others" "Import other formats"
243 #               StickyPopupMenu "export-others" "Export other formats"
244 #       End
245
246 #       Toolbar "import-others" "Import Other Formats"
247 #               ImportFormats
248 #       End
249
250 #       Toolbar "export-others" "Export Other Formats"
251 #               ExportFormats
252 #       End
253
254         Toolbar "vcs" "Version Control"
255                 Item "Register" "vc-register"
256                 Item "Check-out for edit" "vc-check-out"
257                 Item "Check-in changes" "vc-check-in"
258                 Item "View revision log" "dialog-show vclog"
259                 Item "Revert changes" "vc-revert"
260                 Item "Compare with older revision" "vc-compare"
261                 Item "Compare with last revision" "vc-compare 0"
262                 Item "Insert Version Info" "info-insert buffer vcs-revision"
263                 Separator
264                 Item "Use SVN file locking property" "vc-locking-toggle"
265                 Separator
266                 Item "Update local directory from repository" "vc-repo-update"
267         End
268
269         Toolbar "math_panels" "Math Panels"
270                 PopupMenu "space" "Math spacings"
271                 PopupMenu "style" "Styles"
272                 PopupMenu "frac-square" "Fractions"
273                 PopupMenu "font" "Fonts"
274                 PopupMenu "functions" "Functions"
275                 IconPalette "latex_deco" "Frame decorations"
276                 IconPalette "latex_varsz" "Big operators"
277                 IconPalette "latex_misc" "Miscellaneous"
278                 IconPalette "latex_greek" "Greek"
279                 IconPalette "latex_arrow" "Arrows"
280                 IconPalette "latex_ams_arrows" "AMS arrows"
281                 IconPalette "latex_bop" "Operators"
282                 IconPalette "latex_brel" "Relations"
283                 IconPalette "latex_ams_rel" "AMS relations"
284                 IconPalette "latex_ams_nrel" "AMS negative relations"
285                 IconPalette "latex_dots" "Dots"
286                 IconPalette "latex_ams_ops" "AMS operators"
287                 IconPalette "latex_ams_misc" "AMS miscellaneous"
288         End
289
290         Toolbar "functions" "Functions"
291                 Item "arccos" "math-insert \arccos"
292                 Item "arcsin" "math-insert \arcsin"
293                 Item "arctan" "math-insert \arctan"
294                 Item "arg" "math-insert \arg"
295                 Item "bmod" "math-insert \bmod"
296                 Item "cos" "math-insert \cos"
297                 Item "cosh" "math-insert \cosh"
298                 Item "cot" "math-insert \cot"
299                 Item "coth" "math-insert \coth"
300                 Item "csc" "math-insert \csc"
301                 Item "deg" "math-insert \deg"
302                 Item "det" "math-insert \det"
303                 Item "dim" "math-insert \dim"
304                 Item "exp" "math-insert \exp"
305                 Item "gcd" "math-insert \gcd"
306                 Item "hom" "math-insert \hom"
307                 Item "inf" "math-insert \inf"
308                 Item "ker" "math-insert \ker"
309                 Item "lg" "math-insert \lg"
310                 Item "lim" "math-insert \lim"
311                 Item "liminf" "math-insert \liminf"
312                 Item "limsup" "math-insert \limsup"
313                 Item "ln" "math-insert \ln"
314                 Item "log" "math-insert \log"
315                 Item "max" "math-insert \max"
316                 Item "min" "math-insert \min"
317                 Item "sec" "math-insert \sec"
318                 Item "sin" "math-insert \sin"
319                 Item "sinh" "math-insert \sinh"
320                 Item "sup" "math-insert \sup"
321                 Item "tan" "math-insert \tan"
322                 Item "tanh" "math-insert \tanh"
323                 Item "Pr" "math-insert \Pr"
324         End
325
326         Toolbar "space" "Spacings"
327                 Item "Thin space        \\," "math-insert \,"
328                 Item "Medium space      \\:" "math-insert \:"
329                 Item "Thick space       \\;" "math-insert \;"
330                 Item "Quadratin space   \\quad" "math-insert \quad"
331                 Item "Double quadratin space    \\qquad" "math-insert \qquad"
332                 Item "Negative space    \\!" "math-insert \!"
333                 Item "Placeholder       \\phantom" "math-insert \phantom"
334                 Item "Horizontal placeholder    \\hphantom" "math-insert \hphantom"
335                 Item "Vertical placeholder      \\vphantom" "math-insert \vphantom"
336         End
337
338         Toolbar "sqrt-square" "Roots"
339                 Item "Square root       \\sqrt" "math-insert \sqrt"
340                 Item "Other root        \\root" "math-insert \root"
341         End
342         
343         Toolbar "style" "Styles"
344                 Item "Display style     \\displaystyle" "math-size \displaystyle"
345                 Item "Normal text style \\textstyle" "math-size \textstyle"
346                 Item "Script (small) style      \\scriptstyle" "math-size \scriptstyle"
347                 Item "Scriptscript (smaller) style      \\scriptscriptstyle" "math-size \scriptscriptstyle"
348         End
349
350         Toolbar "frac-square" "Fractions"
351                 Item "Standard  \\frac" "math-insert \frac"
352                 Item "Nice fraction (3/4)       \\nicefrac" "math-insert \nicefrac"
353                 Item "Unit (km) \\unit" "math-insert \unitone"
354                 Item "Unit (864 m)      \\unit" "math-insert \unittwo"
355                 Item "Unit fraction (km/h)      \\unitfrac" "math-insert \unitfrac"
356                 Item "Unit fraction (20 km/h)   \\unitfrac" "math-insert \unitfracthree"
357                 Item "Text fraction     \\tfrac" "math-insert \tfrac"
358                 Item "Display fraction  \\dfrac" "math-insert \dfrac"
359                 Item "Continued fraction        \\cfrac" "math-insert \cfrac"
360                 Item "Continued fraction (left) \\cfrac" "math-insert \cfracleft"
361                 Item "Continued fraction (right)        \\cfrac" "math-insert \cfracright"
362                 Item "Binomial  \\binom" "math-insert \binom"
363                 Item "Text binomial     \\tbinom" "math-insert \tbinom"
364                 Item "Display binomial  \\dbinom" "math-insert \dbinom"
365         End
366
367         Toolbar "font" "Fonts"
368                 Item "Roman     \\mathrm" "math-insert \mathrm"
369                 Item "Bold      \\mathbf" "math-insert \mathbf"
370                 Item "Bold symbol       \\boldsymbol" "math-insert \boldsymbol"
371                 Item "Sans serif        \\mathsf" "math-insert \mathsf"
372                 Item "Italic    \\mathit" "math-insert \mathit"
373                 Item "Typewriter        \\mathtt" "math-insert \mathtt"
374                 Item "Blackboard        \\mathbb" "math-insert \mathbb"
375                 Item "Fraktur   \\mathfrak" "math-insert \mathfrak"
376                 Item "Calligraphic      \\mathcal" "math-insert \mathcal"
377                 Item "Normal text mode  \\textrm" "math-insert \textrm"
378         End
379
380         Toolbar "latex_dots" "Dots"
381                 Item "ldots" "math-insert \ldots"
382                 Item "cdots" "math-insert \cdots"
383                 Item "vdots" "math-insert \vdots"
384                 Item "ddots" "math-insert \ddots"
385 # Do not show it as long as it does not load mathdots automatically
386 #               Item "iddots" "math-insert \iddots"
387         End
388
389         Toolbar "latex_deco" "Frame Decorations"
390                 Item "hat" "math-insert \hat"
391                 Item "tilde" "math-insert \tilde"
392                 Item "bar" "math-insert \bar"
393                 Item "grave" "math-insert \grave"
394                 Item "dot" "math-insert \dot"
395                 Item "check" "math-insert \check"
396                 Item "widehat" "math-insert \widehat"
397                 Item "widetilde" "math-insert \widetilde"
398                 Item "vec" "math-insert \vec"
399                 Item "acute" "math-insert \acute"
400                 Item "ddot" "math-insert \ddot"
401                 Item "dddot" "math-insert \dddot"
402                 Item "ddddot" "math-insert \ddddot"
403                 Item "breve" "math-insert \breve"
404                 Item "overline" "math-insert \overline"
405                 Item "overbrace" "math-insert \overbrace"
406                 Item "overleftarrow" "math-insert \overleftarrow"
407                 Item "overrightarrow" "math-insert \overrightarrow"
408                 Item "overleftrightarrow" "math-insert \overleftrightarrow"
409                 Item "overset" "math-insert \overset"
410                 Item "underline" "math-insert \underline"
411                 Item "underbrace" "math-insert \underbrace"
412                 Item "underleftarrow" "math-insert \underleftarrow"
413                 Item "underrightarrow" "math-insert \underrightarrow"
414                 Item "underleftrightarrow" "math-insert \underleftrightarrow"
415                 Item "underset" "math-insert \underset"
416         End
417
418         Toolbar "latex_arrow" "Arrows"
419                 Item "leftarrow" "math-insert \leftarrow"
420                 Item "rightarrow" "math-insert \rightarrow"
421                 Item "downarrow" "math-insert \downarrow"
422                 Item "uparrow" "math-insert \uparrow"
423                 Item "updownarrow" "math-insert \updownarrow"
424                 Item "leftrightarrow" "math-insert \leftrightarrow"
425                 Item "Leftarrow" "math-insert \Leftarrow"
426                 Item "Rightarrow" "math-insert \Rightarrow"
427                 Item "Downarrow" "math-insert \Downarrow"
428                 Item "Uparrow" "math-insert \Uparrow"
429                 Item "Updownarrow" "math-insert \Updownarrow"
430                 Item "Leftrightarrow" "math-insert \Leftrightarrow"
431                 Item "Longleftrightarrow" "math-insert \Longleftrightarrow"
432                 Item "Longleftarrow" "math-insert \Longleftarrow"
433                 Item "Longrightarrow" "math-insert \Longrightarrow"
434                 Item "longleftrightarrow" "math-insert \longleftrightarrow"
435                 Item "longleftarrow" "math-insert \longleftarrow"
436                 Item "longrightarrow" "math-insert \longrightarrow"
437                 Item "leftharpoondown" "math-insert \leftharpoondown"
438                 Item "rightharpoondown" "math-insert \rightharpoondown"
439                 Item "mapsto" "math-insert \mapsto"
440                 Item "longmapsto" "math-insert \longmapsto"
441                 Item "nwarrow" "math-insert \nwarrow"
442                 Item "nearrow" "math-insert \nearrow"
443                 Item "leftharpoonup" "math-insert \leftharpoonup"
444                 Item "rightharpoonup" "math-insert \rightharpoonup"
445                 Item "hookleftarrow" "math-insert \hookleftarrow"
446                 Item "hookrightarrow" "math-insert \hookrightarrow"
447                 Item "swarrow" "math-insert \swarrow"
448                 Item "searrow" "math-insert \searrow"
449                 Item "rightleftharpoons" "math-insert \rightleftharpoons"
450         End
451
452         Toolbar "latex_bop" "Operators"
453                 Item "pm" "math-insert \pm"
454                 Item "cap" "math-insert \cap"
455                 Item "diamond" "math-insert \diamond"
456                 Item "oplus" "math-insert \oplus"
457                 Item "mp" "math-insert \mp"
458                 Item "cup" "math-insert \cup"
459                 Item "bigtriangleup" "math-insert \bigtriangleup"
460                 Item "ominus" "math-insert \ominus"
461                 Item "times" "math-insert \times"
462                 Item "uplus" "math-insert \uplus"
463                 Item "bigtriangledown" "math-insert \bigtriangledown"
464                 Item "otimes" "math-insert \otimes"
465                 Item "div" "math-insert \div"
466                 Item "sqcap" "math-insert \sqcap"
467                 Item "triangleright" "math-insert \triangleright"
468                 Item "oslash" "math-insert \oslash"
469                 Item "cdot" "math-insert \cdot"
470                 Item "sqcup" "math-insert \sqcup"
471                 Item "triangleleft" "math-insert \triangleleft"
472                 Item "odot" "math-insert \odot"
473                 Item "star" "math-insert \star"
474                 Item "vee" "math-insert \vee"
475                 Item "amalg" "math-insert \amalg"
476                 Item "bigcirc" "math-insert \bigcirc"
477                 Item "setminus" "math-insert \setminus"
478                 Item "wedge" "math-insert \wedge"
479                 Item "dagger" "math-insert \dagger"
480                 Item "circ" "math-insert \circ"
481                 Item "bullet" "math-insert \bullet"
482                 Item "wr" "math-insert \wr"
483                 Item "ddagger" "math-insert \ddagger"
484         End
485
486         Toolbar "latex_brel" "Relations"
487                 Item "leq" "math-insert \leq"
488                 Item "geq" "math-insert \geq"
489                 Item "equiv" "math-insert \equiv"
490                 Item "models" "math-insert \models"
491                 Item "prec" "math-insert \prec"
492                 Item "succ" "math-insert \succ"
493                 Item "sim" "math-insert \sim"
494                 Item "perp" "math-insert \perp"
495                 Item "preceq" "math-insert \preceq"
496                 Item "succeq" "math-insert \succeq"
497                 Item "simeq" "math-insert \simeq"
498                 Item "mid" "math-insert \mid"
499                 Item "ll" "math-insert \ll"
500                 Item "gg" "math-insert \gg"
501                 Item "asymp" "math-insert \asymp"
502                 Item "parallel" "math-insert \parallel"
503                 Item "subset" "math-insert \subset"
504                 Item "supset" "math-insert \supset"
505                 Item "approx" "math-insert \approx"
506                 Item "smile" "math-insert \smile"
507                 Item "subseteq" "math-insert \subseteq"
508                 Item "supseteq" "math-insert \supseteq"
509                 Item "cong" "math-insert \cong"
510                 Item "frown" "math-insert \frown"
511                 Item "sqsubseteq" "math-insert \sqsubseteq"
512                 Item "sqsupseteq" "math-insert \sqsupseteq"
513                 Item "doteq" "math-insert \doteq"
514                 Item "neq" "math-insert \neq"
515                 Item "in" "math-insert \in"
516                 Item "ni" "math-insert \ni"
517                 Item "propto" "math-insert \propto"
518                 Item "notin" "math-insert \notin"
519                 Item "vdash" "math-insert \vdash"
520                 Item "dashv" "math-insert \dashv"
521                 Item "bowtie" "math-insert \bowtie"
522         End
523
524         Toolbar "latex_greek" "Greek"
525                 Item "alpha" "math-insert \alpha"
526                 Item "beta" "math-insert \beta"
527                 Item "gamma" "math-insert \gamma"
528                 Item "delta" "math-insert \delta"
529                 Item "epsilon" "math-insert \epsilon"
530                 Item "varepsilon" "math-insert \varepsilon"
531                 Item "zeta" "math-insert \zeta"
532                 Item "eta" "math-insert \eta"
533                 Item "theta" "math-insert \theta"
534                 Item "vartheta" "math-insert \vartheta"
535                 Item "iota" "math-insert \iota"
536                 Item "kappa" "math-insert \kappa"
537                 Item "lambda" "math-insert \lambda"
538                 Item "mu" "math-insert \mu"
539                 Item "nu" "math-insert \nu"
540                 Item "xi" "math-insert \xi"
541                 Item "pi" "math-insert \pi"
542                 Item "varpi" "math-insert \varpi"
543                 Item "rho" "math-insert \rho"
544                 Item "varrho" "math-insert \varrho"
545                 Item "sigma" "math-insert \sigma"
546                 Item "varsigma" "math-insert \varsigma"
547                 Item "tau" "math-insert \tau"
548                 Item "upsilon" "math-insert \upsilon"
549                 Item "phi" "math-insert \phi"
550                 Item "varphi" "math-insert \varphi"
551                 Item "chi" "math-insert \chi"
552                 Item "psi" "math-insert \psi"
553                 Item "omega" "math-insert \omega"
554                 Item "Gamma" "math-insert \Gamma"
555                 Item "Delta" "math-insert \Delta"
556                 Item "Theta" "math-insert \Theta"
557                 Item "Lambda" "math-insert \Lambda"
558                 Item "Xi" "math-insert \Xi"
559                 Item "Pi" "math-insert \Pi"
560                 Item "Sigma" "math-insert \Sigma"
561                 Item "Upsilon" "math-insert \Upsilon"
562                 Item "Phi" "math-insert \Phi"
563                 Item "Psi" "math-insert \Psi"
564                 Item "Omega" "math-insert \Omega"
565         End
566
567         Toolbar "latex_misc" "Miscellaneous"
568                 Item "nabla" "math-insert \nabla"
569                 Item "partial" "math-insert \partial"
570                 Item "infty" "math-insert \infty"
571                 Item "prime" "math-insert \prime"
572                 Item "ell" "math-insert \ell"
573                 Item "emptyset" "math-insert \emptyset"
574                 Item "exists" "math-insert \exists"
575                 Item "forall" "math-insert \forall"
576                 Item "imath" "math-insert \imath"
577                 Item "jmath" "math-insert \jmath"
578                 Item "Re" "math-insert \Re"
579                 Item "Im" "math-insert \Im"
580                 Item "aleph" "math-insert \aleph"
581                 Item "wp" "math-insert \wp"
582                 Item "hbar" "math-insert \hbar"
583                 Item "angle" "math-insert \angle"
584                 Item "top" "math-insert \top"
585                 Item "bot" "math-insert \bot"
586                 Item "Vert" "math-insert \Vert"
587                 Item "neg" "math-insert \neg"
588                 Item "flat" "math-insert \flat"
589                 Item "natural" "math-insert \natural"
590                 Item "sharp" "math-insert \sharp"
591                 Item "surd" "math-insert \surd"
592                 Item "triangle" "math-insert \triangle"
593                 Item "diamondsuit" "math-insert \diamondsuit"
594                 Item "heartsuit" "math-insert \heartsuit"
595                 Item "clubsuit" "math-insert \clubsuit"
596                 Item "spadesuit" "math-insert \spadesuit"
597                 Item "textrm \\AA" "math-insert \textrm \AA"
598                 Item "textrm \\O" "math-insert \textrm \O"
599                 Item "mathcircumflex" "math-insert \mathcircumflex"
600                 Item "_" "math-insert \_"
601                 Item "mathrm T" "math-insert \mathrm T"
602                 Item "mathbb N" "math-insert \mathbb N"
603                 Item "mathbb Z" "math-insert \mathbb Z"
604                 Item "mathbb Q" "math-insert \mathbb Q"
605                 Item "mathbb R" "math-insert \mathbb R"
606                 Item "mathbb C" "math-insert \mathbb C"
607                 Item "mathbb H" "math-insert \mathbb H"
608                 Item "mathcal F" "math-insert \mathcal F"
609                 Item "mathcal L" "math-insert \mathcal L"
610                 Item "mathcal H" "math-insert \mathcal H"
611                 Item "mathcal O" "math-insert \mathcal O"
612         End
613
614         Toolbar "latex_varsz" "Big Operators"
615                 Item "intop" "math-insert \intop"
616                 Item "int" "math-insert \int"
617                 Item "iint" "math-insert \iint"
618                 Item "iintop" "math-insert \iintop"
619                 Item "iiint" "math-insert \iiint"
620                 Item "iiintop" "math-insert \iiintop"
621                 Item "iiiint" "math-insert \iiiint"
622                 Item "iiiintop" "math-insert \iiiintop"
623                 Item "dotsint" "math-insert \dotsint"
624                 Item "dotsintop" "math-insert \dotsintop"
625                 Item "oint" "math-insert \oint"
626                 Item "ointop" "math-insert \ointop"
627                 Item "oiint" "math-insert \oiint"
628                 Item "oiintop" "math-insert \oiintop"
629                 Item "ointctrclockwiseop" "math-insert \ointctrclockwiseop"
630                 Item "ointctrclockwise" "math-insert \ointctrclockwise"
631                 Item "ointclockwiseop" "math-insert \ointclockwiseop"
632                 Item "ointclockwise" "math-insert \ointclockwise"
633                 Item "sqint" "math-insert \sqint"
634                 Item "sqintop" "math-insert \sqintop"
635                 Item "sqiint" "math-insert \sqiint"
636                 Item "sqiintop" "math-insert \sqiintop"
637                 Item "fint" "math-insert \fint"
638                 Item "fintop" "math-insert \fintop"
639                 Item "landupint" "math-insert \landupint"
640                 Item "landupintop" "math-insert \landupintop"
641                 Item "landdownint" "math-insert \landdownint"
642                 Item "landdownintop" "math-insert \landdownintop"
643                 Item "sum" "math-insert \sum"
644                 Item "prod" "math-insert \prod"
645                 Item "coprod" "math-insert \coprod"
646                 Item "bigsqcup" "math-insert \bigsqcup"
647                 Item "bigotimes" "math-insert \bigotimes"
648                 Item "bigodot" "math-insert \bigodot"
649                 Item "bigoplus" "math-insert \bigoplus"
650                 Item "bigcap" "math-insert \bigcap"
651                 Item "bigcup" "math-insert \bigcup"
652                 Item "biguplus" "math-insert \biguplus"
653                 Item "bigvee" "math-insert \bigvee"
654                 Item "bigwedge" "math-insert \bigwedge"
655         End
656
657         Toolbar "latex_ams_misc" "AMS Miscellaneous"
658                 Item "digamma" "math-insert \digamma"
659                 Item "varkappa" "math-insert \varkappa"
660                 Item "beth" "math-insert \beth"
661                 Item "daleth" "math-insert \daleth"
662                 Item "gimel" "math-insert \gimel"
663                 Item "ulcorner" "math-insert \ulcorner"
664                 Item "urcorner" "math-insert \urcorner"
665                 Item "llcorner" "math-insert \llcorner"
666                 Item "lrcorner" "math-insert \lrcorner"
667                 Item "hbar" "math-insert \hbar"
668                 Item "hslash" "math-insert \hslash"
669                 Item "vartriangle" "math-insert \vartriangle"
670                 Item "triangledown" "math-insert \triangledown"
671                 Item "square" "math-insert \square"
672                 Item "lozenge" "math-insert \lozenge"
673                 Item "circledS" "math-insert \circledS"
674                 Item "angle" "math-insert \angle"
675                 Item "measuredangle" "math-insert \measuredangle"
676                 Item "nexists" "math-insert \nexists"
677                 Item "mho" "math-insert \mho"
678                 Item "Finv" "math-insert \Finv"
679                 Item "Game" "math-insert \Game"
680                 Item "Bbbk" "math-insert \Bbbk"
681                 Item "backprime" "math-insert \backprime"
682                 Item "varnothing" "math-insert \varnothing"
683                 Item "Diamond" "math-insert \Diamond"
684                 Item "blacktriangle" "math-insert \blacktriangle"
685                 Item "blacktriangledown" "math-insert \blacktriangledown"
686                 Item "blacksquare" "math-insert \blacksquare"
687                 Item "blacklozenge" "math-insert \blacklozenge"
688                 Item "bigstar" "math-insert \bigstar"
689                 Item "sphericalangle" "math-insert \sphericalangle"
690                 Item "complement" "math-insert \complement"
691                 Item "eth" "math-insert \eth"
692                 Item "diagup" "math-insert \diagup"
693                 Item "diagdown" "math-insert \diagdown"
694         End
695
696         Toolbar "latex_ams_arrows" "AMS Arrows"
697                 Item "dashleftarrow" "math-insert \dashleftarrow"
698                 Item "dashrightarrow" "math-insert \dashrightarrow"
699                 Item "leftleftarrows" "math-insert \leftleftarrows"
700                 Item "leftrightarrows" "math-insert \leftrightarrows"
701                 Item "rightrightarrows" "math-insert \rightrightarrows"
702                 Item "rightleftarrows" "math-insert \rightleftarrows"
703                 Item "Lleftarrow" "math-insert \Lleftarrow"
704                 Item "Rrightarrow" "math-insert \Rrightarrow"
705                 Item "twoheadleftarrow" "math-insert \twoheadleftarrow"
706                 Item "twoheadrightarrow" "math-insert \twoheadrightarrow"
707                 Item "leftarrowtail" "math-insert \leftarrowtail"
708                 Item "rightarrowtail" "math-insert \rightarrowtail"
709                 Item "looparrowleft" "math-insert \looparrowleft"
710                 Item "looparrowright" "math-insert \looparrowright"
711                 Item "curvearrowleft" "math-insert \curvearrowleft"
712                 Item "curvearrowright" "math-insert \curvearrowright"
713                 Item "circlearrowleft" "math-insert \circlearrowleft"
714                 Item "circlearrowright" "math-insert \circlearrowright"
715                 Item "Lsh" "math-insert \Lsh"
716                 Item "Rsh" "math-insert \Rsh"
717                 Item "upuparrows" "math-insert \upuparrows"
718                 Item "downdownarrows" "math-insert \downdownarrows"
719                 Item "upharpoonleft" "math-insert \upharpoonleft"
720                 Item "upharpoonright" "math-insert \upharpoonright"
721                 Item "downharpoonleft" "math-insert \downharpoonleft"
722                 Item "downharpoonright" "math-insert \downharpoonright"
723                 Item "leftrightharpoons" "math-insert \leftrightharpoons"
724                 Item "rightleftharpoons" "math-insert \rightleftharpoons"
725                 Item "rightsquigarrow" "math-insert \rightsquigarrow"
726                 Item "leftrightsquigarrow" "math-insert \leftrightsquigarrow"
727                 Item "nleftarrow" "math-insert \nleftarrow"
728                 Item "nrightarrow" "math-insert \nrightarrow"
729                 Item "nleftrightarrow" "math-insert \nleftrightarrow"
730                 Item "nLeftarrow" "math-insert \nLeftarrow"
731                 Item "nRightarrow" "math-insert \nRightarrow"
732                 Item "nLeftrightarrow" "math-insert \nLeftrightarrow"
733                 Item "multimap" "math-insert \multimap"
734         End
735
736         Toolbar "latex_ams_rel" "AMS Relations"
737                 Item "leqq" "math-insert \leqq"
738                 Item "geqq" "math-insert \geqq"
739                 Item "leqslant" "math-insert \leqslant"
740                 Item "geqslant" "math-insert \geqslant"
741                 Item "eqslantless" "math-insert \eqslantless"
742                 Item "eqslantgtr" "math-insert \eqslantgtr"
743                 Item "lesssim" "math-insert \lesssim"
744                 Item "gtrsim" "math-insert \gtrsim"
745                 Item "lessapprox" "math-insert \lessapprox"
746                 Item "gtrapprox" "math-insert \gtrapprox"
747                 Item "approxeq" "math-insert \approxeq"
748                 Item "triangleq" "math-insert \triangleq"
749                 Item "lessdot" "math-insert \lessdot"
750                 Item "gtrdot" "math-insert \gtrdot"
751                 Item "lll" "math-insert \lll"
752                 Item "ggg" "math-insert \ggg"
753                 Item "lessgtr" "math-insert \lessgtr"
754                 Item "gtrless" "math-insert \gtrless"
755                 Item "lesseqgtr" "math-insert \lesseqgtr"
756                 Item "gtreqless" "math-insert \gtreqless"
757                 Item "lesseqqgtr" "math-insert \lesseqqgtr"
758                 Item "gtreqqless" "math-insert \gtreqqless"
759                 Item "eqcirc" "math-insert \eqcirc"
760                 Item "circeq" "math-insert \circeq"
761                 Item "thicksim" "math-insert \thicksim"
762                 Item "thickapprox" "math-insert \thickapprox"
763                 Item "backsim" "math-insert \backsim"
764                 Item "backsimeq" "math-insert \backsimeq"
765                 Item "subseteqq" "math-insert \subseteqq"
766                 Item "supseteqq" "math-insert \supseteqq"
767                 Item "Subset" "math-insert \Subset"
768                 Item "Supset" "math-insert \Supset"
769                 Item "sqsubset" "math-insert \sqsubset"
770                 Item "sqsupset" "math-insert \sqsupset"
771                 Item "preccurlyeq" "math-insert \preccurlyeq"
772                 Item "succcurlyeq" "math-insert \succcurlyeq"
773                 Item "curlyeqprec" "math-insert \curlyeqprec"
774                 Item "curlyeqsucc" "math-insert \curlyeqsucc"
775                 Item "precsim" "math-insert \precsim"
776                 Item "succsim" "math-insert \succsim"
777                 Item "precapprox" "math-insert \precapprox"
778                 Item "succapprox" "math-insert \succapprox"
779                 Item "vartriangleleft" "math-insert \vartriangleleft"
780                 Item "vartriangleright" "math-insert \vartriangleright"
781                 Item "trianglelefteq" "math-insert \trianglelefteq"
782                 Item "trianglerighteq" "math-insert \trianglerighteq"
783                 Item "bumpeq" "math-insert \bumpeq"
784                 Item "Bumpeq" "math-insert \Bumpeq"
785                 Item "doteqdot" "math-insert \doteqdot"
786                 Item "risingdotseq" "math-insert \risingdotseq"
787                 Item "fallingdotseq" "math-insert \fallingdotseq"
788                 Item "vDash" "math-insert \vDash"
789                 Item "Vvdash" "math-insert \Vvdash"
790                 Item "Vdash" "math-insert \Vdash"
791                 Item "shortmid" "math-insert \shortmid"
792                 Item "shortparallel" "math-insert \shortparallel"
793                 Item "smallsmile" "math-insert \smallsmile"
794                 Item "smallfrown" "math-insert \smallfrown"
795                 Item "blacktriangleleft" "math-insert \blacktriangleleft"
796                 Item "blacktriangleright" "math-insert \blacktriangleright"
797                 Item "because" "math-insert \because"
798                 Item "therefore" "math-insert \therefore"
799                 Item "backepsilon" "math-insert \backepsilon"
800                 Item "varpropto" "math-insert \varpropto"
801                 Item "between" "math-insert \between"
802                 Item "pitchfork" "math-insert \pitchfork"
803         End
804
805         Toolbar "latex_ams_nrel" "AMS Negative Relations"
806                 Item "nless" "math-insert \nless"
807                 Item "ngtr" "math-insert \ngtr"
808                 Item "nleq" "math-insert \nleq"
809                 Item "ngeq" "math-insert \ngeq"
810                 Item "nleqslant" "math-insert \nleqslant"
811                 Item "ngeqslant" "math-insert \ngeqslant"
812                 Item "nleqq" "math-insert \nleqq"
813                 Item "ngeqq" "math-insert \ngeqq"
814                 Item "lneq" "math-insert \lneq"
815                 Item "gneq" "math-insert \gneq"
816                 Item "lneqq" "math-insert \lneqq"
817                 Item "gneqq" "math-insert \gneqq"
818                 Item "lvertneqq" "math-insert \lvertneqq"
819                 Item "gvertneqq" "math-insert \gvertneqq"
820                 Item "lnsim" "math-insert \lnsim"
821                 Item "gnsim" "math-insert \gnsim"
822                 Item "lnapprox" "math-insert \lnapprox"
823                 Item "gnapprox" "math-insert \gnapprox"
824                 Item "nprec" "math-insert \nprec"
825                 Item "nsucc" "math-insert \nsucc"
826                 Item "npreceq" "math-insert \npreceq"
827                 Item "nsucceq" "math-insert \nsucceq"
828                 Item "precnsim" "math-insert \precnsim"
829                 Item "succnsim" "math-insert \succnsim"
830                 Item "precnapprox" "math-insert \precnapprox"
831                 Item "succnapprox" "math-insert \succnapprox"
832                 Item "subsetneq" "math-insert \subsetneq"
833                 Item "supsetneq" "math-insert \supsetneq"
834                 Item "subsetneqq" "math-insert \subsetneqq"
835                 Item "supsetneqq" "math-insert \supsetneqq"
836                 Item "nsubseteq" "math-insert \nsubseteq"
837                 Item "nsupseteq" "math-insert \nsupseteq"
838                 Item "nsupseteqq" "math-insert \nsupseteqq"
839                 Item "nvdash" "math-insert \nvdash"
840                 Item "nvDash" "math-insert \nvDash"
841                 Item "nVDash" "math-insert \nVDash"
842                 Item "varsubsetneq" "math-insert \varsubsetneq"
843                 Item "varsupsetneq" "math-insert \varsupsetneq"
844                 Item "varsubsetneqq" "math-insert \varsubsetneqq"
845                 Item "varsupsetneqq" "math-insert \varsupsetneqq"
846                 Item "ntriangleleft" "math-insert \ntriangleleft"
847                 Item "ntriangleright" "math-insert \ntriangleright"
848                 Item "ntrianglelefteq" "math-insert \ntrianglelefteq"
849                 Item "ntrianglerighteq" "math-insert \ntrianglerighteq"
850                 Item "ncong" "math-insert \ncong"
851                 Item "nsim" "math-insert \nsim"
852                 Item "nmid" "math-insert \nmid"
853                 Item "nshortmid" "math-insert \nshortmid"
854                 Item "nparallel" "math-insert \nparallel"
855                 Item "nshortparallel" "math-insert \nshortparallel"
856         End
857
858         Toolbar "latex_ams_ops" "AMS Operators"
859                 Item "dotplus" "math-insert \dotplus"
860                 Item "smallsetminus" "math-insert \smallsetminus"
861                 Item "Cap" "math-insert \Cap"
862                 Item "Cup" "math-insert \Cup"
863                 Item "barwedge" "math-insert \barwedge"
864                 Item "veebar" "math-insert \veebar"
865                 Item "doublebarwedge" "math-insert \doublebarwedge"
866                 Item "boxminus" "math-insert \boxminus"
867                 Item "boxtimes" "math-insert \boxtimes"
868                 Item "boxdot" "math-insert \boxdot"
869                 Item "boxplus" "math-insert \boxplus"
870                 Item "divideontimes" "math-insert \divideontimes"
871                 Item "ltimes" "math-insert \ltimes"
872                 Item "rtimes" "math-insert \rtimes"
873                 Item "leftthreetimes" "math-insert \leftthreetimes"
874                 Item "rightthreetimes" "math-insert \rightthreetimes"
875                 Item "curlywedge" "math-insert \curlywedge"
876                 Item "curlyvee" "math-insert \curlyvee"
877                 Item "circleddash" "math-insert \circleddash"
878                 Item "circledast" "math-insert \circledast"
879                 Item "circledcirc" "math-insert \circledcirc"
880                 Item "centerdot" "math-insert \centerdot"
881                 Item "intercal" "math-insert \intercal"
882         End
883
884 End