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