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