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