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