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