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