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