]> git.lyx.org Git - lyx.git/blob - lib/ui/stdtoolbars.inc
Amend 212314ada71
[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://techbase.kde.org/Projects/Usability/HIG)
14
15 # Casing rules "The tooltip":
16 # Capitalize the first letter of the first word, and any other words normally
17 # capitalized in sentences, such as application names.
18 #
19 # Casing Rules for the "GUI Name":
20 # Capitalize all words in the element, with the following exceptions:
21 # * Articles: a, an, the.
22 # * Conjunctions: and, but, for, not, so, yet ...
23 # * Prepositions of three or fewer letters: at, for, by, in, to ...
24 #
25 # (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)
26
27 # A Toolbar starts like :
28 #
29 # Toolbar "name" "GUI Name"
30 #
31 # Only seven commands are allowed inside the Toolbar and End
32 # directives:
33 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
34 #          "<action> <parameter>"
35 #      Examples:
36 #      Item "Small font" "font-size small"
37 #      Item Emphasized set-emph
38 #
39 #   Layouts adds the layouts combo-box to the toolbar
40 #
41 #   Separator adds some spacing to the toolbar
42 #
43 #   Minibuffer adds the command buffer (Qt only, only one may exist)
44 #
45 #   TableInsert "The tooltip" adds a special widget for quick insertion of tables
46 #
47 #   PopupMenu "name" "The tooltip"
48 #
49 #   ... inserts a button with a popup menu derived from Toolbar "name"
50 #
51 #   IconPalette "name" "The tooltip"
52 #
53 #   ... inserts a button with a popup iconpalette derived from Toolbar "name"
54 #
55 #
56 # The icons are found in the lib/images/ direcory under the name
57 # action.png or action_parameter.png, except for math-insert, which
58 # is e.g. lib/image/math/sum.png. Note that some characters are
59 # replaced (e.g. ')' -> rbracket).
60 #
61 #  All other lyx commands will get a "unknown" icon.
62 #
63 # This is the default toolbar:
64
65 Format 5
66
67 ToolbarSet
68
69         Toolbar "standard" "Standard"
70                 Layouts
71                 Item "New document" "buffer-new"
72                 Item "Open document" "file-open"
73                 Item "Save document" "buffer-write"
74                 Separator
75                 Item "Check spelling" "dialog-show spellchecker"
76                 Item "Spellcheck continuously" "spelling-continuously"
77                 Separator
78                 Item "Undo" "undo"
79                 Item "Redo" "redo"
80                 Item "Cut" "cut"
81                 Item "Copy" "copy"
82                 DynamicMenu "paste" "Paste"
83                 Item "Find and replace" "dialog-show findreplace"
84                 Item "Find and replace (advanced)" "dialog-toggle findreplaceadv"
85                 Item "Navigate back" "bookmark-goto 0"
86                 Separator
87                 Item "Toggle emphasis" "font-emph"
88                 Item "Toggle noun" "font-noun"
89                 DynamicMenu "dynamic-char-styles" "Custom text styles"
90                 Separator
91                 Item "Insert math" "math-mode on"
92                 Item "Insert graphics" "dialog-show-new-inset graphics"
93                 TableInsert "Insert table"
94                 DynamicMenu "dynamic-custom-insets" "Custom insets"
95                 Separator
96                 Item "Toggle outline" "dialog-toggle toc"
97                 Item "Toggle math toolbar" "toolbar-toggle math"
98                 Item "Toggle table toolbar" "toolbar-toggle table"
99                 Item "Toggle review toolbar" "toolbar-toggle review"
100         End
101
102         Toolbar "view/update" "View/Update"
103                 Item "View" "buffer-view"
104                 Item "Update" "buffer-update"
105                 Item "View master document" "master-buffer-view"
106                 Item "Update master document" "master-buffer-update"
107 #               Item "Cancel export" "export-cancel"
108                 Item "Enable Forward/Reverse Search" "buffer-toggle-output-sync"
109                 Separator
110                 StickyPopupMenu "view-others" "View other formats"
111                 StickyPopupMenu "update-others" "Update other formats"
112         End
113
114         Toolbar "extra" "Extra"
115                 Item "Default" "layout"
116                 Item "Numbered list" "layout-toggle Enumerate"
117                 Item "Itemized list" "layout-toggle Itemize"
118                 Item "List" "layout-toggle List"
119                 Item "Description" "layout-toggle Description"
120                 Item "Increase depth" "depth-increment"
121                 Item "Decrease depth" "depth-decrement"
122                 Separator
123                 Item "Insert figure float" "float-insert figure"
124                 Item "Insert table float" "float-insert table"
125                 Item "Insert label" "label-insert"
126                 Item "Insert cross-reference" "dialog-show-new-inset ref"
127                 Item "Insert citation" "dialog-show-new-inset citation"
128                 Item "Insert index entry" "index-insert"
129                 Item "Insert nomenclature entry" "nomencl-insert"
130                 Separator
131                 Item "Insert footnote" "footnote-insert"
132                 Item "Insert margin note" "marginalnote-insert"
133                 Item "Insert LyX note" "note-insert"
134                 Item "Insert box" "box-insert Frameless"
135                 Item "Insert hyperlink" "href-insert"
136                 Item "Insert TeX code" "ert-insert"
137                 Item "Insert math macro" "math-macro newmacroname newcommand"
138                 Item "Include file" "dialog-show-new-inset include"
139                 Separator
140                 Item "Text properties" "dialog-show character"
141                 DynamicMenu "textstyle-apply" "Apply recent text properties"
142                 Item "Paragraph settings" "layout-paragraph"
143                 Item "Thesaurus" "thesaurus-entry"
144         End
145
146         Toolbar "table" "Table"
147                 Item "Add row" "tabular-feature append-row"
148                 Item "Add column" "tabular-feature append-column"
149                 Item "Delete row" "tabular-feature delete-row"
150                 Item "Delete column" "tabular-feature delete-column"
151                 Item "Move row up" "tabular-feature move-row-up"
152                 Item "Move column left" "tabular-feature move-column-left"
153                 Item "Move row down" "tabular-feature move-row-down"
154                 Item "Move column right" "tabular-feature move-column-right"
155                 Separator
156                 Item "Toggle top line" "tabular-feature toggle-line-top"
157                 Item "Toggle bottom line" "tabular-feature toggle-line-bottom"
158                 Item "Toggle left line" "tabular-feature toggle-line-left"
159                 Item "Toggle right line" "tabular-feature toggle-line-right"
160                 Item "Set border lines" "tabular-feature set-border-lines"
161                 Item "Set all lines" "tabular-feature set-all-lines"
162                 Item "Set inner lines" "tabular-feature set-inner-lines"
163                 Item "Unset all lines" "tabular-feature unset-all-lines"
164                 Item "Reset formal default lines" "tabular-feature reset-formal-default"
165                 Separator
166                 Item "Align left" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
167                 Item "Align center" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
168                 Item "Align right" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
169                 Item "Align on decimal" "tabular-feature align-decimal"
170                 Separator
171                 Item "Align top" "command-alternatives tabular-feature m-valign-top;tabular-feature valign-top"
172                 Item "Align middle" "command-alternatives tabular-feature m-valign-middle;tabular-feature valign-middle"
173                 Item "Align bottom" "command-alternatives tabular-feature m-valign-bottom;tabular-feature valign-bottom"
174                 Separator
175                 Item "Rotate cell by 90 degrees or unset rotation" "tabular-feature toggle-rotate-cell"
176                 Item "Rotate table by 90 degrees or unset rotation" "tabular-feature toggle-rotate-tabular"
177                 Item "Set multi-column" "tabular-feature multicolumn"
178                 Item "Set multi-row" "tabular-feature multirow"
179         End
180
181         Toolbar "math" "Math"
182                 Item "Set display mode" "math-display"
183                 Separator
184                 Item "Subscript" "math-subscript"
185                 Item "Superscript" "math-superscript"
186                 Item "Insert square root" "math-insert \sqrt"
187                 Item "Insert root" "math-insert \root"
188                 Item "Insert standard fraction" "math-insert \frac"
189                 Item "Insert sum" "math-insert \sum"
190                 Item "Insert integral" "math-insert \int"
191                 Item "Insert product" "math-insert \prod"
192                 Separator
193                 Item "Insert ( )" "math-delim ( )"
194                 Item "Insert [ ]" "math-delim [ ]"
195                 Item "Insert { }" "math-delim { }"
196                 Item "Insert delimiters" "dialog-show mathdelimiter"
197                 Separator
198                 Item "Insert matrix" "dialog-show mathmatrix"
199                 Item "Insert cases environment" "math-insert \cases"
200                 Item "Add row" "tabular-feature append-row"
201                 Item "Add column" "tabular-feature append-column"
202                 Item "Delete row" "tabular-feature delete-row"
203                 Item "Delete column" "tabular-feature delete-column"
204                 Separator
205                 Item "Toggle math panels" "toolbar-toggle math_panels"
206         End
207
208         Toolbar "mathmacrotemplate" "Math Macros"
209                 Item "Remove last argument" "math-macro-remove-param"
210                 Item "Append argument" "math-macro-add-param"
211                 Separator
212                 Item "Make first non-optional into optional argument" "math-macro-make-optional"
213                 Item "Make last optional into non-optional argument"
214                 "math-macro-make-nonoptional"
215                 Item "Remove optional argument" "math-macro-remove-optional-param"
216                 Item "Insert optional argument" "math-macro-add-optional-param"
217                 Separator
218                 Item "Remove last argument spitting out to the right" "math-macro-remove-greedy-param"
219                 Item "Append argument eating from the right" "math-macro-append-greedy-param"
220                 Item "Append optional argument eating from the right" "math-macro-add-greedy-optional-param"
221         End
222
223         Toolbar "ipa" "Phonetic Symbols"
224                 IconPalette "ipa_pulmonic" "IPA Pulmonic Consonants"
225                 IconPalette "ipa_nonpulmonic" "IPA Non-Pulmonic Consonants"
226                 IconPalette "ipa_vowels" "IPA Vowels"
227                 IconPalette "ipa_others" "IPA Other Symbols"
228                 IconPalette "ipa_suprasegmentals" "IPA Suprasegmentals"
229                 IconPalette "ipa_diacritics" "IPA Diacritics"
230                 IconPalette "ipa_accents" "IPA Tones and Word Accents"
231         End
232
233         Toolbar "minibuffer" "Command Buffer"
234                 Minibuffer
235         End
236
237         Toolbar "review" "Review[[Toolbar]]"
238                 Item "Track changes" "changes-track"
239                 Item "Show changes in output" "changes-output"
240                 Separator
241                 Item "Next change" "change-next"
242                 Item "Accept change inside selection" "change-accept"
243                 Item "Reject change inside selection" "change-reject"
244                 Separator
245                 Item "Merge changes" "changes-merge"
246                 Item "Accept all changes" "all-changes-accept"
247                 Item "Reject all changes" "all-changes-reject"
248                 Separator
249                 Item "Insert note" "note-insert"
250                 Item "Next note" "note-next"
251         End
252
253         Toolbar "documentation" "LyX Documentation Tools"
254                 Item "Info" "info-insert"
255                 Item "Menu Separator" "specialchar-insert menu-separator"
256                 Separator
257                 Item "LyX Logo" "specialchar-insert lyx"
258                 Item "TeX Logo" "specialchar-insert tex"
259                 Item "LaTeX Logo" "specialchar-insert latex"
260                 Item "LaTeX2e Logo" "specialchar-insert latex2e"
261         End
262
263         Toolbar "view-others" "View Other Formats"
264                 ViewFormats
265         End
266
267         Toolbar "update-others" "Update Other Formats"
268                 UpdateFormats
269         End
270
271 # The following three toolbars are disabled because of missing icons.
272 #       Toolbar "import/export" "Import/Export"
273 #               Item "Import" "buffer-import"
274 #               Item "Export" "buffer-export"
275 #               StickyPopupMenu "import-others" "Import other formats"
276 #               StickyPopupMenu "export-others" "Export other formats"
277 #       End
278
279 #       Toolbar "import-others" "Import Other Formats"
280 #               ImportFormats
281 #       End
282
283 #       Toolbar "export-others" "Export Other Formats"
284 #               ExportFormats
285 #       End
286
287         Toolbar "vcs" "Version Control"
288                 Item "Register" "vc-register"
289                 Item "Check-out for edit" "vc-check-out"
290                 Item "Check-in changes" "vc-check-in"
291                 Item "View revision log" "dialog-show vclog"
292                 Item "Revert changes" "vc-revert"
293                 Item "Compare with older revision" "vc-compare"
294                 Item "Compare with last revision" "vc-compare 0"
295                 Item "Insert Version Info" "info-insert vcs revision"
296                 Separator
297                 Item "Use SVN file locking property" "vc-locking-toggle"
298                 Separator
299                 Item "Update local directory from repository" "vc-repo-update"
300         End
301
302         Toolbar "math_panels" "Math Panels"
303                 PopupMenu "space" "Math spacings"
304                 PopupMenu "style" "Styles & classes"
305                 PopupMenu "frac-square" "Fractions"
306                 PopupMenu "font" "Fonts"
307                 PopupMenu "functions" "Functions"
308                 IconPalette "latex_deco" "Frame decorations"
309                 IconPalette "latex_varsz" "Big operators"
310                 IconPalette "latex_misc" "Miscellaneous"
311                 IconPalette "latex_greek" "Greek"
312                 IconPalette "latex_arrow" "Arrows"
313                 IconPalette "latex_ams_arrows" "Arrows (extended)"
314                 IconPalette "latex_bop" "Operators"
315                 IconPalette "latex_ams_ops" "Operators (extended)"
316                 IconPalette "latex_brel" "Relations"
317                 IconPalette "latex_ams_rel" "Relations (extended)"
318                 IconPalette "latex_ams_nrel" "Negative relations (extended)"
319                 IconPalette "latex_dots" "Dots"
320                 IconPalette "latex_delim" "Delimiters (fixed size)"
321                 IconPalette "latex_ams_misc" "Miscellaneous (extended)"
322         End
323
324         Toolbar "functions" "Functions"
325                 Item "arccos" "math-insert \arccos"
326                 Item "arcsin" "math-insert \arcsin"
327                 Item "arctan" "math-insert \arctan"
328                 Item "arg" "math-insert \arg"
329                 Item "bmod" "math-insert \bmod"
330                 Item "cos" "math-insert \cos"
331                 Item "cosh" "math-insert \cosh"
332                 Item "cot" "math-insert \cot"
333                 Item "coth" "math-insert \coth"
334                 Item "csc" "math-insert \csc"
335                 Item "deg" "math-insert \deg"
336                 Item "det" "math-insert \det"
337                 Item "dim" "math-insert \dim"
338                 Item "exp" "math-insert \exp"
339                 Item "gcd" "math-insert \gcd"
340                 Item "hom" "math-insert \hom"
341                 Item "inf" "math-insert \inf"
342                 Item "ker" "math-insert \ker"
343                 Item "lg" "math-insert \lg"
344                 Item "lim" "math-insert \lim"
345                 Item "liminf" "math-insert \liminf"
346                 Item "limsup" "math-insert \limsup"
347                 Item "ln" "math-insert \ln"
348                 Item "log" "math-insert \log"
349                 Item "max" "math-insert \max"
350                 Item "min" "math-insert \min"
351                 Item "sec" "math-insert \sec"
352                 Item "sin" "math-insert \sin"
353                 Item "sinh" "math-insert \sinh"
354                 Item "sup" "math-insert \sup"
355                 Item "tan" "math-insert \tan"
356                 Item "tanh" "math-insert \tanh"
357                 Item "Pr" "math-insert \Pr"
358         End
359
360         Toolbar "space" "Spacings"
361                 Item "Thin space        \\," "math-insert \,"
362                 Item "Medium space      \\:" "math-insert \:"
363                 Item "Thick space       \\;" "math-insert \;"
364                 Item "Quadratin space   \\quad" "math-insert \quad"
365                 Item "Double quadratin space    \\qquad" "math-insert \qquad"
366                 Item "Negative space    \\!" "math-insert \!"
367                 Item "Phantom   \\phantom" "math-insert \phantom"
368                 Item "Horizontal phantom        \\hphantom" "math-insert \hphantom"
369                 Item "Vertical phantom  \\vphantom" "math-insert \vphantom"
370                 Item "Smash     \\smash" "math-insert \smash"
371                 Item "Top smash \\smasht" "math-insert \smasht"
372                 Item "Bottom smash      \\smashb" "math-insert \smashb"
373                 Item "Left overlap      \\mathllap" "math-insert \mathllap"
374                 Item "Center overlap    \\mathclap" "math-insert \mathclap"
375                 Item "Right overlap     \\mathrlap" "math-insert \mathrlap"
376         End
377
378         Toolbar "sqrt-square" "Roots"
379                 Item "Square root       \\sqrt" "math-insert \sqrt"
380                 Item "Other root        \\root" "math-insert \root"
381         End
382
383         Toolbar "style" "Styles & Classes"
384                 Item "Display style     \\displaystyle" "math-size \displaystyle"
385                 Item "Normal text style \\textstyle" "math-size \textstyle"
386                 Item "Script (small) style      \\scriptstyle" "math-size \scriptstyle"
387                 Item "Scriptscript (smaller) style      \\scriptscriptstyle" "math-size \scriptscriptstyle"
388                 Item "Relation class    \\mathrel" "math-insert \mathrel"
389                 Item "Binary operator class     \\mathbin" "math-insert \mathbin"
390                 Item "Large operator class      \\mathop" "math-insert \mathop"
391                 Item "Ordinary class    \\mathord" "math-insert \mathord"
392         End
393
394         Toolbar "frac-square" "Fractions"
395                 Item "Standard  \\frac" "math-insert \frac"
396                 Item "Nice fraction (3/4)       \\nicefrac" "math-insert \nicefrac"
397                 Item "Unit (km) \\unitone" "math-insert \unitone"
398                 Item "Unit (864 m)      \\unittwo" "math-insert \unittwo"
399                 Item "Unit fraction (km/h)      \\unitfrac" "math-insert \unitfrac"
400                 Item "Unit fraction (20 km/h)   \\unitfracthree" "math-insert \unitfracthree"
401                 Item "Text fraction     \\tfrac" "math-insert \tfrac"
402                 Item "Display fraction  \\dfrac" "math-insert \dfrac"
403                 Item "Continued fraction        \\cfrac" "math-insert \cfrac"
404                 Item "Continued fraction (left) \\cfracleft" "math-insert \cfracleft"
405                 Item "Continued fraction (right)        \\cfracright" "math-insert \cfracright"
406                 Item "Binomial  \\binom" "math-insert \binom"
407                 Item "Text binomial     \\tbinom" "math-insert \tbinom"
408                 Item "Display binomial  \\dbinom" "math-insert \dbinom"
409         End
410
411         Toolbar "font" "Fonts"
412                 Item "Roman     \\mathrm" "math-insert \mathrm"
413                 Item "Bold      \\mathbf" "math-insert \mathbf"
414                 Item "Bold symbol       \\boldsymbol" "math-insert \boldsymbol"
415                 Item "Sans serif        \\mathsf" "math-insert \mathsf"
416                 Item "Italic    \\mathit" "math-insert \mathit"
417                 Item "Typewriter        \\mathtt" "math-insert \mathtt"
418                 Item "Blackboard        \\mathbb" "math-insert \mathbb"
419                 Item "Fraktur   \\mathfrak" "math-insert \mathfrak"
420                 Item "Calligraphic      \\mathcal" "math-insert \mathcal"
421                 Item "Formal Script     \\mathscr" "math-insert \mathscr"
422                 Item "Normal text mode  \\textrm" "math-insert \textrm"
423         End
424
425         Toolbar "latex_dots" "Dots"
426                 Item "ldots" "math-insert \ldots"
427                 Item "cdots" "math-insert \cdots"
428                 Item "vdots" "math-insert \vdots"
429                 Item "ddots" "math-insert \ddots"
430                 Item "iddots" "math-insert \iddots"
431 #               Item "adots" "math-insert \adots" # identical to idots, idots has better dependencies
432 #               Item "dotsb" "math-insert \dotsb"
433 #               Item "dotsc" "math-insert \dotsc"
434 #               Item "dotsi" "math-insert \dotsi"
435 #               Item "dotsm" "math-insert \dotsm"
436 #               Item "dotso" "math-insert \dotso"
437 #               Item "dots" "math-insert \dots"
438         End
439
440         Toolbar "latex_deco" "Frame Decorations"
441                 Item "hat" "math-insert \hat"
442                 Item "tilde" "math-insert \tilde"
443                 Item "bar" "math-insert \bar"
444                 Item "grave" "math-insert \grave"
445                 Item "dot" "math-insert \dot"
446                 Item "check" "math-insert \check"
447                 Item "widehat" "math-insert \widehat"
448                 Item "widetilde" "math-insert \widetilde"
449                 Item "utilde" "math-insert \utilde"
450                 Item "vec" "math-insert \vec"
451                 Item "acute" "math-insert \acute"
452                 Item "ddot" "math-insert \ddot"
453                 Item "dddot" "math-insert \dddot"
454                 Item "ddddot" "math-insert \ddddot"
455                 Item "breve" "math-insert \breve"
456                 Item "mathring" "math-insert \mathring"
457                 Item "overline" "math-insert \overline"
458                 Item "overbrace" "math-insert \overbrace"
459                 Item "overleftarrow" "math-insert \overleftarrow"
460                 Item "overrightarrow" "math-insert \overrightarrow"
461                 Item "overleftrightarrow" "math-insert \overleftrightarrow"
462                 Item "underline" "math-insert \underline"
463 #               Item "underbar" "math-insert \underbar" # switches to text mode, strikes through underlengths
464                 Item "underbrace" "math-insert \underbrace"
465 #               Item "undertilde" "math-insert \undertilde" # problematic dependencies (see lib/symbols)
466                 Item "underleftarrow" "math-insert \underleftarrow"
467                 Item "underrightarrow" "math-insert \underrightarrow"
468                 Item "underleftrightarrow" "math-insert \underleftrightarrow"
469                 Item "cancel" "math-insert \cancel"
470                 Item "bcancel" "math-insert \bcancel"
471                 Item "xcancel" "math-insert \xcancel"
472                 Item "cancelto" "math-insert \cancelto"
473                 Item "Insert left/right side scripts (sideset)" "math-insert \sideset"
474                 Item "Insert right side scripts (sidesetr)" "math-insert \sidesetr"
475                 Item "Insert left side scripts (sidesetl)" "math-insert \sidesetl"
476                 Item "Insert side scripts (sidesetn)" "math-insert \sidesetn"
477                 Item "overset" "math-insert \overset"
478                 Item "underset" "math-insert \underset"
479                 Item "stackrel" "math-insert \stackrel"
480                 Item "stackrelthree" "math-insert \stackrelthree"
481         End
482
483         Toolbar "latex_arrow" "Arrows"
484                 Item "leftarrow" "math-insert \leftarrow"
485 #               Item "gets" "math-insert \gets" # same as leftarrow
486                 Item "rightarrow" "math-insert \rightarrow"
487 #               Item "to" "math-insert \to" # same as rightarrow
488                 Item "downarrow" "math-insert \downarrow"
489                 Item "uparrow" "math-insert \uparrow"
490                 Item "updownarrow" "math-insert \updownarrow"
491                 Item "leftrightarrow" "math-insert \leftrightarrow"
492                 Item "Leftarrow" "math-insert \Leftarrow"
493                 Item "Rightarrow" "math-insert \Rightarrow"
494                 Item "Downarrow" "math-insert \Downarrow"
495                 Item "Uparrow" "math-insert \Uparrow"
496                 Item "Updownarrow" "math-insert \Updownarrow"
497                 Item "Leftrightarrow" "math-insert \Leftrightarrow"
498                 Item "Longleftrightarrow" "math-insert \Longleftrightarrow"
499                 Item "Longleftarrow" "math-insert \Longleftarrow"
500                 Item "Longrightarrow" "math-insert \Longrightarrow"
501                 Item "longleftrightarrow" "math-insert \longleftrightarrow"
502                 Item "longleftarrow" "math-insert \longleftarrow"
503                 Item "longrightarrow" "math-insert \longrightarrow"
504                 Item "leftharpoondown" "math-insert \leftharpoondown"
505                 Item "rightharpoondown" "math-insert \rightharpoondown"
506                 Item "mapsto" "math-insert \mapsto"
507                 Item "longmapsto" "math-insert \longmapsto"
508                 Item "nwarrow" "math-insert \nwarrow"
509                 Item "nearrow" "math-insert \nearrow"
510                 Item "leftharpoonup" "math-insert \leftharpoonup"
511                 Item "rightharpoonup" "math-insert \rightharpoonup"
512                 Item "hookleftarrow" "math-insert \hookleftarrow"
513                 Item "hookrightarrow" "math-insert \hookrightarrow"
514                 Item "swarrow" "math-insert \swarrow"
515                 Item "searrow" "math-insert \searrow"
516                 Item "rightleftharpoons" "math-insert \rightleftharpoons"
517 #               Item "arrowvert" "math-insert \arrowvert" # not really an arrow
518 #               Item "Arrowvert" "math-insert \Arrowvert" # not really an arrow
519         End
520
521         Toolbar "latex_bop" "Operators"
522                 Item "pm" "math-insert \pm"
523                 Item "cap" "math-insert \cap"
524                 Item "diamond" "math-insert \diamond"
525                 Item "oplus" "math-insert \oplus"
526                 Item "mp" "math-insert \mp"
527                 Item "cup" "math-insert \cup"
528                 Item "bigtriangleup" "math-insert \bigtriangleup"
529                 Item "ominus" "math-insert \ominus"
530                 Item "times" "math-insert \times"
531                 Item "uplus" "math-insert \uplus"
532                 Item "bigtriangledown" "math-insert \bigtriangledown"
533                 Item "otimes" "math-insert \otimes"
534                 Item "div" "math-insert \div"
535                 Item "sqcap" "math-insert \sqcap"
536                 Item "triangleright" "math-insert \triangleright"
537                 Item "oslash" "math-insert \oslash"
538                 Item "cdot" "math-insert \cdot"
539                 Item "sqcup" "math-insert \sqcup"
540                 Item "triangleleft" "math-insert \triangleleft"
541                 Item "odot" "math-insert \odot"
542                 Item "star" "math-insert \star"
543                 Item "ast" "math-insert \ast"
544                 Item "vee" "math-insert \vee"
545                 Item "amalg" "math-insert \amalg"
546                 Item "bigcirc" "math-insert \bigcirc"
547                 Item "setminus" "math-insert \setminus"
548                 Item "wedge" "math-insert \wedge"
549                 Item "dagger" "math-insert \dagger"
550                 Item "circ" "math-insert \circ"
551                 Item "bullet" "math-insert \bullet"
552                 Item "wr" "math-insert \wr"
553                 Item "ddagger" "math-insert \ddagger"
554                 Item "smallint" "math-insert \smallint"
555         End
556
557         Toolbar "latex_brel" "Relations"
558                 Item "leq" "math-insert \leq"
559 #               Item "le" "math-insert \le" # same as leq
560                 Item "geq" "math-insert \geq"
561 #               Item "ge" "math-insert \ge" # same a geq
562                 Item "equiv" "math-insert \equiv"
563                 Item "models" "math-insert \models"
564                 Item "prec" "math-insert \prec"
565                 Item "succ" "math-insert \succ"
566                 Item "sim" "math-insert \sim"
567                 Item "perp" "math-insert \perp"
568                 Item "preceq" "math-insert \preceq"
569                 Item "succeq" "math-insert \succeq"
570                 Item "simeq" "math-insert \simeq"
571                 Item "mid" "math-insert \mid"
572                 Item "ll" "math-insert \ll"
573                 Item "gg" "math-insert \gg"
574                 Item "asymp" "math-insert \asymp"
575                 Item "parallel" "math-insert \parallel"
576                 Item "subset" "math-insert \subset"
577                 Item "supset" "math-insert \supset"
578                 Item "approx" "math-insert \approx"
579                 Item "smile" "math-insert \smile"
580                 Item "subseteq" "math-insert \subseteq"
581                 Item "supseteq" "math-insert \supseteq"
582                 Item "cong" "math-insert \cong"
583                 Item "frown" "math-insert \frown"
584                 Item "sqsubseteq" "math-insert \sqsubseteq"
585                 Item "sqsupseteq" "math-insert \sqsupseteq"
586                 Item "doteq" "math-insert \doteq"
587                 Item "neq" "math-insert \neq"
588 #               Item "ne" "math-insert \ne" # same as neq
589                 Item "in[[math relation]]" "math-insert \in"
590                 Item "ni" "math-insert \ni"
591 #               Item "owns" "math-insert \owns" # same as ni
592                 Item "propto" "math-insert \propto"
593                 Item "notin" "math-insert \notin"
594                 Item "vdash" "math-insert \vdash"
595                 Item "dashv" "math-insert \dashv"
596                 Item "bowtie" "math-insert \bowtie"
597                 Item "iff" "math-insert \iff"
598                 Item "not" "math-insert \not"
599                 Item "land" "math-insert \land"
600                 Item "lor" "math-insert \lor"
601                 Item "lnot" "math-insert \lnot"
602         End
603
604         Toolbar "latex_greek" "Greek"
605                 Item "alpha" "math-insert \alpha"
606                 Item "beta" "math-insert \beta"
607                 Item "gamma" "math-insert \gamma"
608                 Item "delta" "math-insert \delta"
609                 Item "epsilon" "math-insert \epsilon"
610                 Item "varepsilon" "math-insert \varepsilon"
611                 Item "zeta" "math-insert \zeta"
612                 Item "eta" "math-insert \eta"
613                 Item "theta" "math-insert \theta"
614                 Item "vartheta" "math-insert \vartheta"
615                 Item "iota" "math-insert \iota"
616                 Item "kappa" "math-insert \kappa"
617                 Item "lambda" "math-insert \lambda"
618                 Item "mu" "math-insert \mu"
619                 Item "nu" "math-insert \nu"
620                 Item "xi" "math-insert \xi"
621                 Item "pi" "math-insert \pi"
622                 Item "varpi" "math-insert \varpi"
623                 Item "rho" "math-insert \rho"
624                 Item "varrho" "math-insert \varrho"
625                 Item "sigma" "math-insert \sigma"
626                 Item "varsigma" "math-insert \varsigma"
627                 Item "tau" "math-insert \tau"
628                 Item "upsilon" "math-insert \upsilon"
629                 Item "phi" "math-insert \phi"
630                 Item "varphi" "math-insert \varphi"
631                 Item "chi" "math-insert \chi"
632                 Item "psi" "math-insert \psi"
633                 Item "omega" "math-insert \omega"
634                 Item "Gamma" "math-insert \Gamma"
635                 Item "Delta" "math-insert \Delta"
636                 Item "Theta" "math-insert \Theta"
637                 Item "Lambda" "math-insert \Lambda"
638                 Item "Xi" "math-insert \Xi"
639                 Item "Pi" "math-insert \Pi"
640                 Item "Sigma" "math-insert \Sigma"
641                 Item "Upsilon" "math-insert \Upsilon"
642                 Item "Phi" "math-insert \Phi"
643                 Item "Psi" "math-insert \Psi"
644                 Item "Omega" "math-insert \Omega"
645                 Item "varGamma" "math-insert \varGamma"
646                 Item "varDelta" "math-insert \varDelta"
647                 Item "varTheta" "math-insert \varTheta"
648                 Item "varLambda" "math-insert \varLambda"
649                 Item "varXi" "math-insert \varXi"
650                 Item "varPi" "math-insert \varPi"
651                 Item "varSigma" "math-insert \varSigma"
652                 Item "varUpsilon" "math-insert \varUpsilon"
653                 Item "varPhi" "math-insert \varPhi"
654                 Item "varPsi" "math-insert \varPsi"
655                 Item "varOmega" "math-insert \varOmega"
656         End
657
658         Toolbar "latex_misc" "Miscellaneous"
659                 Item "nabla" "math-insert \nabla"
660                 Item "partial" "math-insert \partial"
661                 Item "infty" "math-insert \infty"
662                 Item "prime" "math-insert \prime"
663                 Item "ell" "math-insert \ell"
664                 Item "emptyset" "math-insert \emptyset"
665                 Item "exists" "math-insert \exists"
666                 Item "forall" "math-insert \forall"
667                 Item "imath" "math-insert \imath"
668                 Item "jmath" "math-insert \jmath"
669                 Item "Re" "math-insert \Re"
670                 Item "Im" "math-insert \Im"
671                 Item "aleph" "math-insert \aleph"
672                 Item "wp" "math-insert \wp"
673                 Item "hbar" "math-insert \hbar"
674                 Item "angle" "math-insert \angle"
675                 Item "top" "math-insert \top"
676                 Item "bot" "math-insert \bot"
677                 Item "Vert" "math-insert \Vert"
678                 Item "neg" "math-insert \neg"
679                 Item "flat" "math-insert \flat"
680                 Item "natural" "math-insert \natural"
681                 Item "sharp" "math-insert \sharp"
682                 Item "surd" "math-insert \surd"
683                 Item "lhook" "math-insert \lhook"
684                 Item "rhook" "math-insert \rhook"
685                 Item "triangle" "math-insert \triangle"
686                 Item "diamondsuit" "math-insert \diamondsuit"
687                 Item "heartsuit" "math-insert \heartsuit"
688                 Item "clubsuit" "math-insert \clubsuit"
689                 Item "spadesuit" "math-insert \spadesuit"
690                 Item "textrm \\AA" "math-insert \textrm \AA"
691                 Item "textrm \\O" "math-insert \textrm \O"
692                 Item "mathcircumflex" "math-insert \mathcircumflex"
693                 Item "_" "math-insert \_"
694                 Item "textdegree" "math-insert \textdegree"
695                 Item "mathdollar" "math-insert \mathdollar"
696                 Item "mathparagraph" "math-insert \mathparagraph"
697                 Item "mathsection" "math-insert \mathsection"
698                 Item "mathrm T" "math-insert \mathrm T"
699                 Item "mathbb N" "math-insert \mathbb N"
700                 Item "mathbb Z" "math-insert \mathbb Z"
701                 Item "mathbb Q" "math-insert \mathbb Q"
702                 Item "mathbb R" "math-insert \mathbb R"
703                 Item "mathbb C" "math-insert \mathbb C"
704                 Item "mathbb H" "math-insert \mathbb H"
705                 Item "mathcal F" "math-insert \mathcal F"
706                 Item "mathcal L" "math-insert \mathcal L"
707                 Item "mathcal H" "math-insert \mathcal H"
708                 Item "mathcal O" "math-insert \mathcal O"
709         End
710
711         Toolbar "latex_varsz" "Big Operators"
712                 Item "intop" "math-insert \intop"
713                 Item "int" "math-insert \int"
714                 Item "iint" "math-insert \iint"
715                 Item "iintop" "math-insert \iintop"
716                 Item "iiint" "math-insert \iiint"
717                 Item "iiintop" "math-insert \iiintop"
718                 Item "iiiint" "math-insert \iiiint"
719                 Item "iiiintop" "math-insert \iiiintop"
720                 Item "dotsint" "math-insert \dotsint"
721                 Item "dotsintop" "math-insert \dotsintop"
722                 Item "idotsint" "math-insert \idotsint"
723                 Item "oint" "math-insert \oint"
724                 Item "ointop" "math-insert \ointop"
725                 Item "oiint" "math-insert \oiint"
726                 Item "oiintop" "math-insert \oiintop"
727                 Item "ointctrclockwiseop" "math-insert \ointctrclockwiseop"
728                 Item "ointctrclockwise" "math-insert \ointctrclockwise"
729                 Item "ointclockwiseop" "math-insert \ointclockwiseop"
730                 Item "ointclockwise" "math-insert \ointclockwise"
731                 Item "sqint" "math-insert \sqint"
732                 Item "sqintop" "math-insert \sqintop"
733                 Item "sqiint" "math-insert \sqiint"
734                 Item "sqiintop" "math-insert \sqiintop"
735                 Item "fint" "math-insert \fint"
736                 Item "fintop" "math-insert \fintop"
737                 Item "landupint" "math-insert \landupint"
738                 Item "landupintop" "math-insert \landupintop"
739                 Item "landdownint" "math-insert \landdownint"
740                 Item "landdownintop" "math-insert \landdownintop"
741                 Item "varint" "math-insert \varint"
742                 Item "varoint" "math-insert \varoint"
743                 Item "varoiint" "math-insert \varoiint"
744                 Item "varoiintop" "math-insert \varoiintop"
745                 Item "varointclockwise" "math-insert \varointclockwise"
746                 Item "varointclockwiseop" "math-insert \varointclockwiseop"
747                 Item "varointctrclockwise" "math-insert \varointctrclockwise"
748                 Item "varointctrclockwiseop" "math-insert \varointctrclockwiseop"
749                 Item "sum" "math-insert \sum"
750                 Item "prod" "math-insert \prod"
751                 Item "coprod" "math-insert \coprod"
752                 Item "bigsqcup" "math-insert \bigsqcup"
753                 Item "bigotimes" "math-insert \bigotimes"
754                 Item "bigodot" "math-insert \bigodot"
755                 Item "bigoplus" "math-insert \bigoplus"
756                 Item "bigcap" "math-insert \bigcap"
757                 Item "bigcup" "math-insert \bigcup"
758                 Item "biguplus" "math-insert \biguplus"
759                 Item "bigvee" "math-insert \bigvee"
760                 Item "bigwedge" "math-insert \bigwedge"
761         End
762
763         Toolbar "latex_ams_misc" "Miscellaneous (extended)"
764                 Item "digamma" "math-insert \digamma"
765                 Item "varkappa" "math-insert \varkappa"
766                 Item "beth" "math-insert \beth"
767                 Item "daleth" "math-insert \daleth"
768                 Item "gimel" "math-insert \gimel"
769                 Item "ulcorner" "math-insert \ulcorner"
770                 Item "urcorner" "math-insert \urcorner"
771                 Item "llcorner" "math-insert \llcorner"
772                 Item "lrcorner" "math-insert \lrcorner"
773                 Item "hbar" "math-insert \hbar"
774                 Item "hslash" "math-insert \hslash"
775                 Item "vartriangle" "math-insert \vartriangle"
776                 Item "triangledown" "math-insert \triangledown"
777                 Item "square" "math-insert \square"
778 #               Item "Box" "math-insert \Box" # same as square
779                 Item "Square" "math-insert \Square"
780                 Item "CheckedBox" "math-insert \CheckedBox"
781                 Item "XBox" "math-insert \XBox"
782                 Item "lozenge" "math-insert \lozenge"
783                 Item "wasylozenge" "math-insert \wasylozenge"
784                 Item "circledR" "math-insert \circledR"
785                 Item "circledS" "math-insert \circledS"
786                 Item "measuredangle" "math-insert \measuredangle"
787                 Item "varangle" "math-insert \varangle"
788                 Item "nexists" "math-insert \nexists"
789                 Item "mho" "math-insert \mho"
790                 Item "Finv" "math-insert \Finv"
791                 Item "Game" "math-insert \Game"
792                 Item "Bbbk" "math-insert \Bbbk"
793                 Item "backprime" "math-insert \backprime"
794                 Item "varnothing" "math-insert \varnothing"
795 #               Item "Diamond" "math-insert \Diamond" # same as lozenge
796                 Item "blacktriangle" "math-insert \blacktriangle"
797                 Item "blacktriangledown" "math-insert \blacktriangledown"
798                 Item "blacksquare" "math-insert \blacksquare"
799                 Item "blacklozenge" "math-insert \blacklozenge"
800                 Item "bigstar" "math-insert \bigstar"
801                 Item "sphericalangle" "math-insert \sphericalangle"
802                 Item "complement" "math-insert \complement"
803                 Item "eth" "math-insert \eth"
804                 Item "diagup" "math-insert \diagup"
805                 Item "diagdown" "math-insert \diagdown"
806                 Item "lightning" "math-insert \lightning"
807                 Item "varcopyright" "math-insert \varcopyright"
808                 Item "Bowtie" "math-insert \Bowtie"
809                 Item "diameter" "math-insert \diameter"
810                 Item "invdiameter" "math-insert \invdiameter"
811                 Item "bell" "math-insert \bell"
812                 Item "hexagon" "math-insert \hexagon"
813                 Item "varhexagon" "math-insert \varhexagon"
814                 Item "pentagon" "math-insert \pentagon"
815                 Item "octagon" "math-insert \octagon"
816 #               Item "pointer" "math-insert \pointer" # works in text mode only (produces \Psi in math mode)
817 #               Item "thorn" "math-insert \thorn" # works in text mode only (produces i in math mode)
818 #               Item "Thorn" "math-insert \Thorn" # works in text mode only (produces j in math mode)
819 #               Item "agemO" "math-insert \agemO" # works in text mode only (produces 0 in math mode)
820 #               Item "phone" "math-insert \phone" # works in text mode only (produces \Upsilon in math mode)
821 #               Item "recorder" "math-insert \recorder" # works in text mode only (produces \Sigma in math mode)
822 #               Item "clock" "math-insert \clock" # works in text mode only (produces \o in math mode)
823                 Item "smiley" "math-insert \smiley"
824                 Item "blacksmiley" "math-insert \blacksmiley"
825                 Item "frownie" "math-insert \frownie"
826                 Item "sun" "math-insert \sun"
827                 Item "leadsto" "math-insert \leadsto"
828                 Item "Circle" "math-insert \Circle"
829                 Item "Leftcircle" "math-insert \Leftcircle"
830                 Item "Rightcircle" "math-insert \Rightcircle"
831                 Item "CIRCLE" "math-insert \CIRCLE"
832                 Item "LEFTCIRCLE" "math-insert \LEFTCIRCLE"
833                 Item "RIGHTCIRCLE" "math-insert \RIGHTCIRCLE"
834                 Item "LEFTcircle" "math-insert \LEFTcircle"
835                 Item "RIGHTcircle" "math-insert \RIGHTcircle"
836                 Item "leftturn" "math-insert \leftturn"
837                 Item "rightturn" "math-insert \rightturn"
838                 Item "AC" "math-insert \AC"
839                 Item "HF" "math-insert \HF"
840                 Item "VHF" "math-insert \VHF"
841                 Item "photon" "math-insert \photon"
842                 Item "gluon" "math-insert \gluon"
843                 Item "permil" "math-insert \permil"
844 #               Item "currency" "math-insert \currency" # works in text mode only (produces \oe in math mode)
845                 Item "cent" "math-insert \cent"
846                 Item "yen" "math-insert \yen"
847 #               Item "openo" "math-insert \openo" # works in text mode only (produces l in math mode)
848 #               Item "inve" "math-insert \inve" # works in text mode only (produces U in math mode)
849                 Item "hexstar" "math-insert \hexstar"
850                 Item "varhexstar" "math-insert \varhexstar"
851                 Item "davidsstar" "math-insert \davidsstar"
852                 Item "maltese" "math-insert \maltese"
853                 Item "kreuz" "math-insert \kreuz"
854                 Item "ataribox" "math-insert \ataribox"
855                 Item "XBox" "math-insert \XBox"
856                 Item "checked" "math-insert \checked"
857                 Item "checkmark" "math-insert \checkmark"
858                 Item "eighthnote" "math-insert \eighthnote"
859                 Item "quarternote" "math-insert \quarternote"
860                 Item "halfnote" "math-insert \halfnote"
861                 Item "fullnote" "math-insert \fullnote"
862                 Item "twonotes" "math-insert \twonotes"
863                 Item "female" "math-insert \female"
864                 Item "male" "math-insert \male"
865                 Item "vernal" "math-insert \vernal"
866                 Item "ascnode" "math-insert \ascnode"
867                 Item "descnode" "math-insert \descnode"
868                 Item "fullmoon" "math-insert \fullmoon"
869                 Item "newmoon" "math-insert \newmoon"
870                 Item "leftmoon" "math-insert \leftmoon"
871                 Item "rightmoon" "math-insert \rightmoon"
872                 Item "astrosun" "math-insert \astrosun"
873                 Item "mercury" "math-insert \mercury"
874                 Item "venus" "math-insert \venus"
875                 Item "earth" "math-insert \earth"
876                 Item "mars" "math-insert \mars"
877                 Item "jupiter" "math-insert \jupiter"
878                 Item "saturn" "math-insert \saturn"
879                 Item "uranus" "math-insert \uranus"
880                 Item "neptune" "math-insert \neptune"
881                 Item "pluto" "math-insert \pluto"
882                 Item "aries" "math-insert \aries"
883                 Item "taurus" "math-insert \taurus"
884                 Item "gemini" "math-insert \gemini"
885                 Item "cancer" "math-insert \cancer"
886                 Item "leo" "math-insert \leo"
887                 Item "virgo" "math-insert \virgo"
888                 Item "libra" "math-insert \libra"
889                 Item "scorpio" "math-insert \scorpio"
890                 Item "sagittarius" "math-insert \sagittarius"
891                 Item "capricornus" "math-insert \capricornus"
892                 Item "aquarius" "math-insert \aquarius"
893                 Item "pisces" "math-insert \pisces"
894 #               Item "conjunction" "math-insert \conjunction" # works in text mode only (produces V in math mode)
895 #               Item "opposition" "math-insert \opposition" # works in text mode only (produces W in math mode)
896                 Item "APLbox" "math-insert \APLbox"
897                 Item "APLcomment" "math-insert \APLcomment"
898                 Item "APLdown" "math-insert \APLdown"
899                 Item "APLdownarrowbox" "math-insert \APLdownarrowbox"
900                 Item "APLinput" "math-insert \APLinput"
901                 Item "APLinv" "math-insert \APLinv"
902                 Item "APLleftarrowbox" "math-insert \APLleftarrowbox"
903                 Item "APLlog" "math-insert \APLlog"
904                 Item "APLrightarrowbox" "math-insert \APLrightarrowbox"
905                 Item "APLstar" "math-insert \APLstar"
906                 Item "APLup" "math-insert \APLup"
907                 Item "APLuparrowbox" "math-insert \APLuparrowbox"
908         End
909
910         Toolbar "latex_ams_arrows" "Arrows (extended)"
911 #               Item "dasharrow" "math-insert \dasharrow" # same as dashrightarrow
912                 Item "dashleftarrow" "math-insert \dashleftarrow"
913                 Item "dashrightarrow" "math-insert \dashrightarrow"
914                 Item "leftleftarrows" "math-insert \leftleftarrows"
915                 Item "leftrightarrows" "math-insert \leftrightarrows"
916                 Item "rightrightarrows" "math-insert \rightrightarrows"
917                 Item "rightleftarrows" "math-insert \rightleftarrows"
918                 Item "Lleftarrow" "math-insert \Lleftarrow"
919                 Item "Rrightarrow" "math-insert \Rrightarrow"
920                 Item "twoheadleftarrow" "math-insert \twoheadleftarrow"
921                 Item "twoheadrightarrow" "math-insert \twoheadrightarrow"
922                 Item "leftarrowtail" "math-insert \leftarrowtail"
923                 Item "rightarrowtail" "math-insert \rightarrowtail"
924                 Item "looparrowleft" "math-insert \looparrowleft"
925                 Item "looparrowright" "math-insert \looparrowright"
926                 Item "curvearrowleft" "math-insert \curvearrowleft"
927                 Item "curvearrowright" "math-insert \curvearrowright"
928                 Item "circlearrowleft" "math-insert \circlearrowleft"
929                 Item "circlearrowright" "math-insert \circlearrowright"
930                 Item "Lsh" "math-insert \Lsh"
931                 Item "Rsh" "math-insert \Rsh"
932                 Item "upuparrows" "math-insert \upuparrows"
933                 Item "downdownarrows" "math-insert \downdownarrows"
934                 Item "upharpoonleft" "math-insert \upharpoonleft"
935                 Item "upharpoonright" "math-insert \upharpoonright"
936 #               Item "restriction" "math-insert \restriction" # same as upharpoonright
937                 Item "downharpoonleft" "math-insert \downharpoonleft"
938                 Item "downharpoonright" "math-insert \downharpoonright"
939                 Item "leftrightharpoons" "math-insert \leftrightharpoons"
940                 Item "rightleftharpoons" "math-insert \rightleftharpoons"
941                 Item "rightsquigarrow" "math-insert \rightsquigarrow"
942                 Item "leftrightsquigarrow" "math-insert \leftrightsquigarrow"
943                 Item "nleftarrow" "math-insert \nleftarrow"
944                 Item "nrightarrow" "math-insert \nrightarrow"
945                 Item "nleftrightarrow" "math-insert \nleftrightarrow"
946                 Item "nLeftarrow" "math-insert \nLeftarrow"
947                 Item "nRightarrow" "math-insert \nRightarrow"
948                 Item "nLeftrightarrow" "math-insert \nLeftrightarrow"
949                 Item "multimap" "math-insert \multimap"
950                 Item "shortleftarrow" "math-insert \shortleftarrow"
951                 Item "shortrightarrow" "math-insert \shortrightarrow"
952                 Item "shortuparrow" "math-insert \shortuparrow"
953                 Item "shortdownarrow" "math-insert \shortdownarrow"
954                 Item "leftrightarroweq" "math-insert \leftrightarroweq"
955                 Item "curlyveedownarrow" "math-insert \curlyveedownarrow"
956                 Item "curlyveeuparrow" "math-insert \curlyveeuparrow"
957                 Item "nnwarrow" "math-insert \nnwarrow"
958                 Item "nnearrow" "math-insert \nnearrow"
959                 Item "sswarrow" "math-insert \sswarrow"
960                 Item "ssearrow" "math-insert \ssearrow"
961                 Item "curlywedgeuparrow" "math-insert \curlywedgeuparrow"
962                 Item "curlywedgedownarrow" "math-insert \curlywedgedownarrow"
963                 Item "leftrightarrowtriangle" "math-insert \leftrightarrowtriangle"
964                 Item "leftarrowtriangle" "math-insert \leftarrowtriangle"
965                 Item "rightarrowtriangle" "math-insert \rightarrowtriangle"
966                 Item "Mapsto" "math-insert \Mapsto"
967                 Item "mapsfrom" "math-insert \mapsfrom"
968                 Item "Mapsfrom" "math-insert \Mapsfrom"
969                 Item "Longmapsto" "math-insert \Longmapsto"
970                 Item "longmapsfrom" "math-insert \longmapsfrom"
971                 Item "Longmapsfrom" "math-insert \Longmapsfrom"
972                 Item "xleftarrow" "math-insert \xleftarrow"
973                 Item "xrightarrow" "math-insert \xrightarrow"
974 #               Item "mapstochar" "math-insert \mapstochar"
975 #               Item "Mapstochar" "math-insert \Mapstochar"
976 #               Item "mapsfromchar" "math-insert \mapsfromchar"
977 #               Item "Mapsfromchar" "math-insert \Mapsfromchar"
978 #               Item "arrownot" "math-insert \arrownot"
979 #               Item "Arrownot" "math-insert \Arrownot"
980 #               Item "longarrownot" "math-insert \longarrownot"
981 #               Item "Longarrownot" "math-insert \Longarrownot"
982 #               Item "LEFTarrow" "math-insert \LEFTarrow" # works in text mode only (produces \imath in math mode)
983 #               Item "RIGHTarrow" "math-insert \RIGHTarrow" # works in text mode only (produces \jmath in math mode)
984 #               Item "DOWNarrow" "math-insert \DOWNarrow" # works in text mode only (produces L in math mode)
985 #               Item "UParrow" "math-insert \UParrow" # works in text mode only (produces K in math mode)
986         End
987
988         Toolbar "latex_ams_rel" "Relations (extended)"
989                 Item "leqq" "math-insert \leqq"
990                 Item "geqq" "math-insert \geqq"
991                 Item "leqslant" "math-insert \leqslant"
992                 Item "geqslant" "math-insert \geqslant"
993                 Item "eqslantless" "math-insert \eqslantless"
994                 Item "eqslantgtr" "math-insert \eqslantgtr"
995                 Item "eqsim" "math-insert \eqsim"
996                 Item "lesssim" "math-insert \lesssim"
997                 Item "gtrsim" "math-insert \gtrsim"
998                 Item "apprge" "math-insert \apprge"
999                 Item "apprle" "math-insert \apprle"
1000                 Item "lessapprox" "math-insert \lessapprox"
1001                 Item "gtrapprox" "math-insert \gtrapprox"
1002                 Item "approxeq" "math-insert \approxeq"
1003                 Item "triangleq" "math-insert \triangleq"
1004                 Item "lessdot" "math-insert \lessdot"
1005                 Item "gtrdot" "math-insert \gtrdot"
1006                 Item "lll" "math-insert \lll"
1007                 Item "ggg" "math-insert \ggg"
1008 #               Item "llless" "math-insert \llless" # same as lll
1009 #               Item "gggtr" "math-insert \gggtr" # same as ggg
1010                 Item "lessgtr" "math-insert \lessgtr"
1011                 Item "gtrless" "math-insert \gtrless"
1012                 Item "lesseqgtr" "math-insert \lesseqgtr"
1013                 Item "gtreqless" "math-insert \gtreqless"
1014                 Item "lesseqqgtr" "math-insert \lesseqqgtr"
1015                 Item "gtreqqless" "math-insert \gtreqqless"
1016                 Item "eqcirc" "math-insert \eqcirc"
1017                 Item "circeq" "math-insert \circeq"
1018                 Item "thicksim" "math-insert \thicksim"
1019                 Item "thickapprox" "math-insert \thickapprox"
1020                 Item "backsim" "math-insert \backsim"
1021                 Item "backsimeq" "math-insert \backsimeq"
1022                 Item "subseteqq" "math-insert \subseteqq"
1023                 Item "supseteqq" "math-insert \supseteqq"
1024                 Item "Subset" "math-insert \Subset"
1025                 Item "Supset" "math-insert \Supset"
1026                 Item "sqsubset" "math-insert \sqsubset"
1027                 Item "sqsupset" "math-insert \sqsupset"
1028                 Item "preccurlyeq" "math-insert \preccurlyeq"
1029                 Item "succcurlyeq" "math-insert \succcurlyeq"
1030                 Item "curlyeqprec" "math-insert \curlyeqprec"
1031                 Item "curlyeqsucc" "math-insert \curlyeqsucc"
1032                 Item "precsim" "math-insert \precsim"
1033                 Item "succsim" "math-insert \succsim"
1034                 Item "precapprox" "math-insert \precapprox"
1035                 Item "succapprox" "math-insert \succapprox"
1036                 Item "vartriangleleft" "math-insert \vartriangleleft"
1037 #               Item "lhd" "math-insert \lhd" # same as vartriangleleft
1038                 Item "vartriangleright" "math-insert \vartriangleright"
1039 #               Item "rhd" "math-insert \rhd" # same as vartriangleright
1040                 Item "trianglelefteq" "math-insert \trianglelefteq"
1041 #               Item "unlhd" "math-insert \unlhd" # same as trianglelefteq
1042                 Item "trianglerighteq" "math-insert \trianglerighteq"
1043 #               Item "unrhd" "math-insert \unrhd" # same as trianglerighteq
1044                 Item "bumpeq" "math-insert \bumpeq"
1045                 Item "Bumpeq" "math-insert \Bumpeq"
1046                 Item "doteqdot" "math-insert \doteqdot"
1047 #               Item "Doteq" "math-insert \Doteq" # same as doteqdot
1048                 Item "risingdotseq" "math-insert \risingdotseq"
1049                 Item "fallingdotseq" "math-insert \fallingdotseq"
1050                 Item "vDash" "math-insert \vDash"
1051                 Item "Vvdash" "math-insert \Vvdash"
1052                 Item "Vdash" "math-insert \Vdash"
1053                 Item "shortmid" "math-insert \shortmid"
1054                 Item "shortparallel" "math-insert \shortparallel"
1055                 Item "smallsmile" "math-insert \smallsmile"
1056                 Item "smallfrown" "math-insert \smallfrown"
1057                 Item "blacktriangleleft" "math-insert \blacktriangleleft"
1058 #               Item "LHD" "math-insert \LHD" # same as blacktriangleleft
1059                 Item "blacktriangleright" "math-insert \blacktriangleright"
1060 #               Item "RHD" "math-insert \RHD" # same as blacktriangleright
1061                 Item "because" "math-insert \because"
1062                 Item "therefore" "math-insert \therefore"
1063                 Item "wasytherefore" "math-insert \wasytherefore"
1064                 Item "backepsilon" "math-insert \backepsilon"
1065                 Item "varpropto" "math-insert \varpropto"
1066                 Item "between" "math-insert \between"
1067                 Item "pitchfork" "math-insert \pitchfork"
1068                 Item "trianglelefteqslant" "math-insert \trianglelefteqslant"
1069                 Item "trianglerighteqslant" "math-insert \trianglerighteqslant"
1070                 Item "inplus" "math-insert \inplus"
1071                 Item "niplus" "math-insert \niplus"
1072                 Item "subsetplus" "math-insert \subsetplus"
1073                 Item "supsetplus" "math-insert \supsetplus"
1074                 Item "subsetpluseq" "math-insert \subsetpluseq"
1075                 Item "supsetpluseq" "math-insert \supsetpluseq"
1076                 Item "minuso" "math-insert \minuso"
1077                 Item "baro" "math-insert \baro"
1078                 Item "sslash" "math-insert \sslash"
1079                 Item "bbslash" "math-insert \bbslash"
1080                 Item "moo" "math-insert \moo"
1081                 Item "merge" "math-insert \merge"
1082                 Item "invneg" "math-insert \invneg"
1083                 Item "lbag" "math-insert \lbag"
1084                 Item "rbag" "math-insert \rbag"
1085                 Item "interleave" "math-insert \interleave"
1086                 Item "leftslice" "math-insert \leftslice"
1087                 Item "rightslice" "math-insert \rightslice"
1088                 Item "oblong" "math-insert \oblong"
1089                 Item "talloblong" "math-insert \talloblong"
1090                 Item "fatsemi" "math-insert \fatsemi"
1091                 Item "fatslash" "math-insert \fatslash"
1092                 Item "fatbslash" "math-insert \fatbslash"
1093                 Item "ldotp" "math-insert \ldotp"
1094                 Item "cdotp" "math-insert \cdotp"
1095                 Item "colon" "math-insert \colon"
1096                 Item "dblcolon" "math-insert \dblcolon"
1097                 Item "vcentcolon" "math-insert \vcentcolon"
1098                 Item "colonapprox" "math-insert \colonapprox"
1099                 Item "Colonapprox" "math-insert \Colonapprox"
1100                 Item "coloneq" "math-insert \coloneq"
1101                 Item "Coloneq" "math-insert \Coloneq"
1102                 Item "coloneqq" "math-insert \coloneqq"
1103                 Item "Coloneqq" "math-insert \Coloneqq"
1104                 Item "colonsim" "math-insert \colonsim"
1105                 Item "Colonsim" "math-insert \Colonsim"
1106                 Item "eqcolon" "math-insert \eqcolon"
1107                 Item "Eqcolon" "math-insert \Eqcolon"
1108                 Item "eqqcolon" "math-insert \eqqcolon"
1109                 Item "Eqqcolon" "math-insert \Eqqcolon"
1110                 Item "wasypropto" "math-insert \wasypropto"
1111                 Item "logof" "math-insert \logof"
1112                 Item "Join" "math-insert \Join"
1113         End
1114
1115         Toolbar "latex_ams_nrel" "Negative Relations (extended)"
1116                 Item "nless" "math-insert \nless"
1117                 Item "ngtr" "math-insert \ngtr"
1118                 Item "nleq" "math-insert \nleq"
1119                 Item "ngeq" "math-insert \ngeq"
1120                 Item "nleqslant" "math-insert \nleqslant"
1121                 Item "ngeqslant" "math-insert \ngeqslant"
1122                 Item "nleqq" "math-insert \nleqq"
1123                 Item "ngeqq" "math-insert \ngeqq"
1124                 Item "lneq" "math-insert \lneq"
1125                 Item "gneq" "math-insert \gneq"
1126                 Item "lneqq" "math-insert \lneqq"
1127                 Item "gneqq" "math-insert \gneqq"
1128                 Item "lvertneqq" "math-insert \lvertneqq"
1129                 Item "gvertneqq" "math-insert \gvertneqq"
1130                 Item "lnsim" "math-insert \lnsim"
1131                 Item "gnsim" "math-insert \gnsim"
1132                 Item "lnapprox" "math-insert \lnapprox"
1133                 Item "gnapprox" "math-insert \gnapprox"
1134                 Item "nprec" "math-insert \nprec"
1135                 Item "nsucc" "math-insert \nsucc"
1136                 Item "npreceq" "math-insert \npreceq"
1137                 Item "nsucceq" "math-insert \nsucceq"
1138                 Item "precneqq" "math-insert \precneqq"
1139                 Item "succneqq" "math-insert \succneqq"
1140                 Item "precnsim" "math-insert \precnsim"
1141                 Item "succnsim" "math-insert \succnsim"
1142                 Item "precnapprox" "math-insert \precnapprox"
1143                 Item "succnapprox" "math-insert \succnapprox"
1144                 Item "subsetneq" "math-insert \subsetneq"
1145                 Item "supsetneq" "math-insert \supsetneq"
1146                 Item "subsetneqq" "math-insert \subsetneqq"
1147                 Item "supsetneqq" "math-insert \supsetneqq"
1148                 Item "nsubseteq" "math-insert \nsubseteq"
1149                 Item "nsubseteqq" "math-insert \nsubseteqq"
1150                 Item "nsupseteq" "math-insert \nsupseteq"
1151                 Item "nsupseteqq" "math-insert \nsupseteqq"
1152                 Item "nvdash" "math-insert \nvdash"
1153                 Item "nvDash" "math-insert \nvDash"
1154                 Item "nVDash" "math-insert \nVDash"
1155                 Item "nVdash" "math-insert \nVdash"
1156                 Item "varsubsetneq" "math-insert \varsubsetneq"
1157                 Item "varsupsetneq" "math-insert \varsupsetneq"
1158                 Item "varsubsetneqq" "math-insert \varsubsetneqq"
1159                 Item "varsupsetneqq" "math-insert \varsupsetneqq"
1160                 Item "ntriangleleft" "math-insert \ntriangleleft"
1161                 Item "ntriangleright" "math-insert \ntriangleright"
1162                 Item "ntrianglelefteq" "math-insert \ntrianglelefteq"
1163                 Item "ntrianglerighteq" "math-insert \ntrianglerighteq"
1164                 Item "ncong" "math-insert \ncong"
1165                 Item "nsim" "math-insert \nsim"
1166                 Item "nmid" "math-insert \nmid"
1167                 Item "nshortmid" "math-insert \nshortmid"
1168                 Item "nparallel" "math-insert \nparallel"
1169                 Item "nshortparallel" "math-insert \nshortparallel"
1170                 Item "ntrianglelefteqslant" "math-insert \ntrianglelefteqslant"
1171                 Item "ntrianglerighteqslant" "math-insert \ntrianglerighteqslant"
1172         End
1173
1174         Toolbar "latex_ams_ops" "Operators (extended)"
1175                 Item "dotplus" "math-insert \dotplus"
1176                 Item "smallsetminus" "math-insert \smallsetminus"
1177                 Item "Cap" "math-insert \Cap"
1178 #               Item "doublecap" "math-insert \doublecap" # same as Cap
1179                 Item "Cup" "math-insert \Cup"
1180 #               Item "doublecup" "math-insert \doublecup" # same as Cup
1181                 Item "barwedge" "math-insert \barwedge"
1182                 Item "veebar" "math-insert \veebar"
1183                 Item "doublebarwedge" "math-insert \doublebarwedge"
1184                 Item "boxminus" "math-insert \boxminus"
1185                 Item "boxtimes" "math-insert \boxtimes"
1186                 Item "boxdot" "math-insert \boxdot"
1187                 Item "boxplus" "math-insert \boxplus"
1188                 Item "boxast" "math-insert \boxast"
1189                 Item "boxbar" "math-insert \boxbar"
1190                 Item "boxslash" "math-insert \boxslash"
1191                 Item "boxbslash" "math-insert \boxbslash"
1192                 Item "boxcircle" "math-insert \boxcircle"
1193                 Item "boxbox" "math-insert \boxbox"
1194                 Item "boxempty" "math-insert \boxempty"
1195                 Item "divideontimes" "math-insert \divideontimes"
1196                 Item "ltimes" "math-insert \ltimes"
1197                 Item "rtimes" "math-insert \rtimes"
1198                 Item "leftthreetimes" "math-insert \leftthreetimes"
1199                 Item "rightthreetimes" "math-insert \rightthreetimes"
1200                 Item "curlywedge" "math-insert \curlywedge"
1201                 Item "curlyvee" "math-insert \curlyvee"
1202                 Item "circleddash" "math-insert \circleddash"
1203                 Item "circledast" "math-insert \circledast"
1204                 Item "circledcirc" "math-insert \circledcirc"
1205                 Item "centerdot" "math-insert \centerdot"
1206                 Item "intercal" "math-insert \intercal"
1207                 Item "implies" "math-insert \implies"
1208                 Item "impliedby" "math-insert \impliedby"
1209                 Item "bigcurlyvee" "math-insert \bigcurlyvee"
1210                 Item "bigcurlywedge" "math-insert \bigcurlywedge"
1211                 Item "bigsqcap" "math-insert \bigsqcap"
1212                 Item "bigbox" "math-insert \bigbox"
1213                 Item "bigparallel" "math-insert \bigparallel"
1214                 Item "biginterleave" "math-insert \biginterleave"
1215                 Item "bignplus" "math-insert \bignplus"
1216                 Item "nplus" "math-insert \nplus"
1217                 Item "Yup" "math-insert \Yup"
1218                 Item "Ydown" "math-insert \Ydown"
1219                 Item "Yleft" "math-insert \Yleft"
1220                 Item "Yright" "math-insert \Yright"
1221                 Item "obar" "math-insert \obar"
1222                 Item "obslash" "math-insert \obslash"
1223                 Item "ocircle" "math-insert \ocircle"
1224                 Item "olessthan" "math-insert \olessthan"
1225                 Item "ogreaterthan" "math-insert \ogreaterthan"
1226                 Item "ovee" "math-insert \ovee"
1227                 Item "owedge" "math-insert \owedge"
1228                 Item "varcurlyvee" "math-insert \varcurlyvee"
1229                 Item "varcurlywedge" "math-insert \varcurlywedge"
1230                 Item "vartimes" "math-insert \vartimes"
1231                 Item "varotimes" "math-insert \varotimes"
1232                 Item "varoast" "math-insert \varoast"
1233                 Item "varobar" "math-insert \varobar"
1234                 Item "varodot" "math-insert \varodot"
1235                 Item "varoslash" "math-insert \varoslash"
1236                 Item "varobslash" "math-insert \varobslash"
1237                 Item "varocircle" "math-insert \varocircle"
1238                 Item "varoplus" "math-insert \varoplus"
1239                 Item "varominus" "math-insert \varominus"
1240                 Item "varovee" "math-insert \varovee"
1241                 Item "varowedge" "math-insert \varowedge"
1242                 Item "varolessthan" "math-insert \varolessthan"
1243                 Item "varogreaterthan" "math-insert \varogreaterthan"
1244                 Item "varbigcirc" "math-insert \varbigcirc"
1245         End
1246
1247         Toolbar "latex_delim" "Delimiters (fixed size)"
1248 #               Item "vert" "math-insert \vert" # same as |
1249                 Item "brokenvert" "math-insert \brokenvert"
1250 #               Item "lbrace" "math-insert \lbrace" # same as {
1251 #               Item "rbrace" "math-insert \rbrace" # same as }
1252                 Item "lfloor" "math-insert \lfloor"
1253                 Item "rfloor" "math-insert \rfloor"
1254                 Item "lceil" "math-insert \lceil"
1255                 Item "rceil" "math-insert \rceil"
1256 #               Item "backslash" "math-insert \backslash" # same as \
1257 #               Item "slash" "math-insert \slash" # same as /
1258 #               Item "langle" "math-insert \langle" # same as <
1259 #               Item "rangle" "math-insert \rangle" # same as >
1260                 Item "llbracket" "math-insert \llbracket"
1261                 Item "rrbracket" "math-insert \rrbracket"
1262                 Item "llfloor" "math-insert \llfloor"
1263                 Item "rrfloor" "math-insert \rrfloor"
1264                 Item "llceil" "math-insert \llceil"
1265                 Item "rrceil" "math-insert \rrceil"
1266                 Item "Lbag" "math-insert \Lbag"
1267                 Item "Rbag" "math-insert \Rbag"
1268                 Item "llparenthesis" "math-insert \llparenthesis"
1269                 Item "rrparenthesis" "math-insert \rrparenthesis"
1270                 Item "binampersand" "math-insert \binampersand"
1271                 Item "bindnasrepma" "math-insert \bindnasrepma"
1272         End
1273
1274         Toolbar "ipa_pulmonic" "IPA Pulmonic Consonants"
1275                 Item "Voiceless bilabial plosive" "unicode-insert 0x0070"
1276                 Item "Voiced bilabial plosive" "unicode-insert 0x0062"
1277                 Item "Voiceless alveolar plosive" "unicode-insert 0x0074"
1278                 Item "Voiced alveolar plosive" "unicode-insert 0x0064"
1279                 Item "Voiceless retroflex plosive" "unicode-insert 0x0288"
1280                 Item "Voiced retroflex plosive" "unicode-insert 0x0256"
1281                 Item "Voiceless palatal plosive" "unicode-insert 0x0063"
1282                 Item "Voiced palatal plosive" "unicode-insert 0x025f"
1283                 Item "Voiceless velar plosive" "unicode-insert 0x006b"
1284                 Item "Voiced velar plosive" "unicode-insert 0x0261"
1285                 Item "Voiceless uvular plosive" "unicode-insert 0x0071"
1286                 Item "Voiced uvular plosive" "unicode-insert 0x0262"
1287                 Item "Glottal plosive" "unicode-insert 0x0294"
1288                 Item "Voiced bilabial nasal" "unicode-insert 0x006d"
1289                 Item "Voiced labiodental nasal" "unicode-insert 0x0271"
1290                 Item "Voiced alveolar nasal" "unicode-insert 0x006e"
1291                 Item "Voiced retroflex nasal" "unicode-insert 0x0273"
1292                 Item "Voiced palatal nasal" "unicode-insert 0x0272"
1293                 Item "Voiced velar nasal" "unicode-insert 0x014b"
1294                 Item "Voiced uvular nasal" "unicode-insert 0x0274"
1295                 Item "Voiced bilabial trill" "unicode-insert 0x0299"
1296                 Item "Voiced alveolar trill" "unicode-insert 0x0072"
1297                 Item "Voiced uvular trill" "unicode-insert 0x0280"
1298 #               Item "Voiced labiodental flap" "unicode-insert 0x2c71" // Not yet covered by TIPA
1299                 Item "Voiced alveolar tap" "unicode-insert 0x027e"
1300                 Item "Voiced retroflex flap" "unicode-insert 0x027d"
1301                 Item "Voiceless bilabial fricative" "unicode-insert 0x0278"
1302                 Item "Voiced bilabial fricative" "unicode-insert 0x03b2"
1303                 Item "Voiceless labiodental fricative" "unicode-insert 0x0066"
1304                 Item "Voiced labiodental fricative" "unicode-insert 0x0076"
1305                 Item "Voiceless dental fricative" "unicode-insert 0x03b8"
1306                 Item "Voiced dental fricative" "unicode-insert 0x00f0"
1307                 Item "Voiceless alveolar fricative" "unicode-insert 0x0073"
1308                 Item "Voiced alveolar fricative" "unicode-insert 0x007a"
1309                 Item "Voiceless postalveolar fricative" "unicode-insert 0x0283"
1310                 Item "Voiced postalveolar fricative" "unicode-insert 0x0292"
1311                 Item "Voiceless retroflex fricative" "unicode-insert 0x0282"
1312                 Item "Voiced retroflex fricative" "unicode-insert 0x0290"
1313                 Item "Voiceless palatal fricative" "unicode-insert 0x00e7"
1314                 Item "Voiced palatal fricative" "unicode-insert 0x029d"
1315                 Item "Voiceless velar fricative" "unicode-insert 0x0078"
1316                 Item "Voiced velar fricative" "unicode-insert 0x0263"
1317                 Item "Voiceless uvular fricative" "unicode-insert 0x03c7"
1318                 Item "Voiced uvular fricative" "unicode-insert 0x0281"
1319                 Item "Voiceless pharyngeal fricative" "unicode-insert 0x0127"
1320                 Item "Voiced pharyngeal fricative" "unicode-insert 0x0295"
1321                 Item "Voiceless glottal fricative" "unicode-insert 0x0068"
1322                 Item "Voiced glottal fricative" "unicode-insert 0x0266"
1323                 Item "Voiceless alveolar lateral fricative" "unicode-insert 0x026c"
1324                 Item "Voiced alveolar lateral fricative" "unicode-insert 0x026e"
1325                 Item "Voiced labiodental approximant" "unicode-insert 0x028b"
1326                 Item "Voiced alveolar approximant" "unicode-insert 0x0279"
1327                 Item "Voiced retroflex approximant" "unicode-insert 0x027b"
1328                 Item "Voiced palatal approximant" "unicode-insert 0x006a"
1329                 Item "Voiced velar approximant" "unicode-insert 0x0270"
1330                 Item "Voiced alveolar lateral approximant" "unicode-insert 0x006c"
1331                 Item "Voiced retroflex lateral approximant" "unicode-insert 0x026d"
1332                 Item "Voiced palatal lateral approximant" "unicode-insert 0x028e"
1333                 Item "Voiced velar lateral approximant" "unicode-insert 0x029f"
1334         End
1335
1336         Toolbar "ipa_nonpulmonic" "IPA Non-Pulmonic Consonants"
1337                 Item "Bilabial click" "unicode-insert 0x0298"
1338                 Item "Dental click" "unicode-insert 0x01c0"
1339                 Item "(Post)alveolar click" "unicode-insert 0x01c3"
1340                 Item "Palatoalveolar click" "unicode-insert 0x01c2"
1341                 Item "Alveolar lateral click" "unicode-insert 0x01c1"
1342                 Item "Voiced bilabial implosive" "unicode-insert 0x0253"
1343                 Item "Voiced dental/alveolar implosive" "unicode-insert 0x0257"
1344                 Item "Voiced palatal implosive" "unicode-insert 0x0284"
1345                 Item "Voiced velar implosive" "unicode-insert 0x0260"
1346                 Item "Voiced uvular implosive" "unicode-insert 0x029b"
1347                 Item "Ejective mark" "unicode-insert 0x02bc"
1348         End
1349
1350         Toolbar "ipa_vowels" "IPA Vowels"
1351                 Item "Close front unrounded vowel" "unicode-insert 0x0069"
1352                 Item "Close front rounded vowel" "unicode-insert 0x0079"
1353                 Item "Close central unrounded vowel" "unicode-insert 0x0268"
1354                 Item "Close central rounded vowel" "unicode-insert 0x0289"
1355                 Item "Close back unrounded vowel" "unicode-insert 0x026f"
1356                 Item "Close back rounded vowel" "unicode-insert 0x0075"
1357                 Item "Near-close near-front unrounded vowel" "unicode-insert 0x026a"
1358                 Item "Near-close near-front rounded vowel" "unicode-insert 0x028f"
1359                 Item "Near-close near-back rounded vowel" "unicode-insert 0x028a"
1360                 Item "Close-mid front unrounded vowel" "unicode-insert 0x0065"
1361                 Item "Close-mid front rounded vowel" "unicode-insert 0x00f8"
1362                 Item "Close-mid central unrounded vowel" "unicode-insert 0x0258"
1363                 Item "Close-mid central rounded vowel" "unicode-insert 0x0275"
1364                 Item "Close-mid back unrounded vowel" "unicode-insert 0x0264"
1365                 Item "Close-mid back rounded vowel" "unicode-insert 0x006f"
1366                 Item "Mid-central vowel (Schwa)" "unicode-insert 0x0259"
1367                 Item "Open-mid front unrounded vowel" "unicode-insert 0x025b"
1368                 Item "Open-mid front rounded vowel" "unicode-insert 0x0153"
1369                 Item "Open-mid central unrounded vowel" "unicode-insert 0x025c"
1370                 Item "Open-mid central rounded vowel" "unicode-insert 0x025e"
1371                 Item "Open-mid back unrounded vowel" "unicode-insert 0x028c"
1372                 Item "Open-mid back rounded vowel" "unicode-insert 0x0254"
1373                 Item "Near-open front unrounded vowel" "unicode-insert 0x00e6"
1374                 Item "Near-open vowel" "unicode-insert 0x0250"
1375                 Item "Open front unrounded vowel" "unicode-insert 0x0061"
1376                 Item "Open front rounded vowel" "unicode-insert 0x0276"
1377                 Item "Open back unrounded vowel" "unicode-insert 0x0251"
1378                 Item "Open back rounded vowel" "unicode-insert 0x0252"
1379         End
1380
1381         Toolbar "ipa_others" "IPA Other Symbols"
1382                 Item "Voiceless labial-velar fricative" "unicode-insert 0x028d"
1383                 Item "Voiced labial-velar approximant" "unicode-insert 0x0077"
1384                 Item "Voiced labial-palatal approximant" "unicode-insert 0x0265"
1385                 Item "Voiceless epiglottal fricative" "unicode-insert 0x029c"
1386                 Item "Voiced epiglottal fricative" "unicode-insert 0x02a2"
1387                 Item "Epiglottal plosive" "unicode-insert 0x02a1"
1388                 Item "Voiceless alveolo-palatal fricative" "unicode-insert 0x0255"
1389                 Item "Voiced alveolo-palatal fricative" "unicode-insert 0x0291"
1390                 Item "Voiced alveolar lateral flap" "unicode-insert 0x027a"
1391                 Item "Simultaneous voiceless postalveolar and velar fricative" "unicode-insert 0x0267"
1392                 Item "Top tie bar" "ipamacro-insert deco toptiebar"
1393                 Item "Bottom tie bar" "ipamacro-insert deco bottomtiebar"
1394         End
1395
1396         Toolbar "ipa_suprasegmentals" "IPA Suprasegmentals"
1397                 Item "Long" "unicode-insert 0x02d0"
1398                 Item "Half-long" "unicode-insert 0x02d1"
1399                 Item "Extra short" "unicode-insert 0x0306"
1400                 Item "Primary stress" "unicode-insert 0x02c8"
1401                 Item "Secondary stress" "unicode-insert 0x02cc"
1402                 Item "Minor (foot) group" "unicode-insert 0x007c"
1403                 Item "Major (intonation) group" "unicode-insert 0x2016"
1404                 Item "Syllable break" "unicode-insert 0x002e"
1405                 Item "Linking (absence of a break)" "unicode-insert 0x203f"
1406         End
1407
1408         Toolbar "ipa_diacritics" "IPA Diacritics"
1409                 Item "Voiceless" "unicode-insert 0x0325"
1410                 Item "Voiceless (above)" "unicode-insert 0x030a"
1411                 Item "Voiced" "unicode-insert 0x032c"
1412                 Item "Breathy voiced" "unicode-insert 0x0324"
1413                 Item "Creaky voiced" "unicode-insert 0x0330"
1414                 Item "Linguolabial" "unicode-insert 0x033c"
1415                 Item "Dental" "unicode-insert 0x032a"
1416                 Item "Apical" "unicode-insert 0x033a"
1417                 Item "Laminal" "unicode-insert 0x033b"
1418                 Item "Aspirated" "unicode-insert 0x02b0"
1419                 Item "More rounded" "unicode-insert 0x0339"
1420                 Item "Less rounded" "unicode-insert 0x031c"
1421                 Item "Advanced" "unicode-insert 0x031f"
1422                 Item "Retracted" "unicode-insert 0x0320"
1423                 Item "Centralized" "unicode-insert 0x0308"
1424                 Item "Mid-centralized" "unicode-insert 0x033d"
1425                 Item "Syllabic" "unicode-insert 0x0329"
1426                 Item "Non-syllabic" "unicode-insert 0x032f"
1427                 Item "Rhoticity" "unicode-insert 0x02de"
1428                 Item "Labialized" "unicode-insert 0x02b7"
1429                 Item "Palatized" "unicode-insert 0x02b2"
1430                 Item "Velarized" "unicode-insert 0x02e0"
1431                 Item "Pharyngialized" "unicode-insert 0x02e4"
1432                 Item "Velarized or pharyngialized" "unicode-insert 0x0334"
1433                 Item "Raised" "unicode-insert 0x031d"
1434                 Item "Lowered" "unicode-insert 0x031e"
1435                 Item "Advanced tongue root" "unicode-insert 0x0318"
1436                 Item "Retracted tongue root" "unicode-insert 0x0319"
1437                 Item "Nasalized" "unicode-insert 0x0303"
1438                 Item "Nasal release" "unicode-insert 0x207f"
1439                 Item "Lateral release" "unicode-insert 0x02e1"
1440                 Item "No audible release" "unicode-insert 0x02fa"
1441         End
1442
1443         Toolbar "ipa_accents" "IPA Tones and Word Accents"
1444                 Item "Extra high (accent)" "unicode-insert 0x030b"
1445                 Item "Extra high (tone letter)" "unicode-insert 0x02e5"
1446                 Item "High (accent)" "unicode-insert 0x0300"
1447                 Item "High (tone letter)" "unicode-insert 0x02e6"
1448                 Item "Mid (accent)" "unicode-insert 0x0304"
1449                 Item "Mid (tone letter)" "unicode-insert 0x02e7"
1450                 Item "Low (accent)" "unicode-insert 0x0301"
1451                 Item "Low (tone letter)" "unicode-insert 0x02e8"
1452                 Item "Extra low (accent)" "unicode-insert 0x030f"
1453                 Item "Extra low (tone letter)" "unicode-insert 0x02e9"
1454                 Item "Downstep" "unicode-insert 0xa71c"
1455                 Item "Upstep" "unicode-insert 0xa71b"
1456                 Item "Rising (accent)" "unicode-insert 0x030c"
1457                 Item "Rising (tone letter)" "ipamacro-insert tone-rising"
1458                 Item "Falling (accent)" "unicode-insert 0x0302"
1459                 Item "Falling (tone letter)" "ipamacro-insert tone-falling"
1460                 Item "High rising (accent)" "unicode-insert 0x1dc4"
1461                 Item "High rising (tone letter)" "ipamacro-insert tone-high-rising"
1462                 Item "Low rising (accent)" "unicode-insert 0x1dc5"
1463                 Item "Low rising (tone letter)" "ipamacro-insert tone-low-rising"
1464                 Item "Rising-falling (accent)" "unicode-insert 0x1dc8"
1465                 Item "Rising-falling (tone letter)" "ipamacro-insert tone-high-rising-falling"
1466                 Item "Global rise" "unicode-insert 0x2197"
1467                 Item "Global fall" "unicode-insert 0x2198"
1468         End
1469
1470 End