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