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