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