]> git.lyx.org Git - lyx.git/blob - lib/ui/stdtoolbars.inc
* XeTeX can be launched via the toolbar now
[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://usability.kde.org/hig/)
14
15 # A Toolbar starts like :
16 #
17 # Toolbar "name" "GUI Name"
18 #
19 # Only seven commands are allowed inside the Toolbar and End
20 # directives:
21 #   Item "The tooltip" "<action> [<parameter>]" adds an icon to the toolbar performing
22 #          "<action> <parameter>"
23 #      Examples:
24 #      Item "Small font" "font-size small"
25 #      Item Emphasized set-emph
26 #
27 #   Layouts adds the layouts combo-box to the toolbar
28 #
29 #   Separator adds some spacing to the toolbar
30 #
31 #   Minibuffer adds the command buffer (Qt only, only one may exist)
32 #
33 #   TableInsert "The tooltip" adds a special widget for quick insertion of tables
34 #
35 #   PopupMenu "name" "GUI Name"
36 #
37 #   ... inserts a button with a popup menu derived from Toolbar "name"
38 #
39 #   IconPalette "name" "GUI Name"
40 #
41 #   ... inserts a button with a popup iconpalette derived from Toolbar "name"
42 #
43 #
44 # The icons are found in the lib/images/ direcory under the name
45 # action.png or action_parameter.png, except for math-insert, which
46 # is e.g. lib/image/math/sum.png. Note that some characters are
47 # replaced (e.g. ')' -> rbracket).
48 #
49 #  All other lyx commands will get a "unknown" icon.
50 #
51 # This is the default toolbar:
52
53 ToolbarSet
54
55         Toolbar "standard" "Standard"
56                 Layouts
57                 Item "New document" "buffer-new"
58                 Item "Open document" "file-open"
59                 Item "Save document" "buffer-write"
60                 Item "Print document" "dialog-show print"
61                 Separator
62                 Item "Check spelling" "dialog-show spellchecker"
63                 Separator
64                 Item "Undo" "undo"
65                 Item "Redo" "redo"
66                 Item "Cut" "cut"
67                 Item "Copy" "copy"
68                 Item "Paste" "paste"
69                 Item "Find and replace" "dialog-show findreplace"
70                 Item "Navigate back" "bookmark-goto 0"
71                 Separator
72                 Item "Toggle emphasis" "font-emph"
73                 Item "Toggle noun" "font-noun"
74                 Item "Apply last" "textstyle-apply"
75                 Separator
76                 Item "Insert math" "math-mode"
77                 Item "Insert graphics" "dialog-show-new-inset graphics"
78                 TableInsert "Insert table"
79                 Separator
80                 Item "Toggle Outline" "dialog-toggle toc"
81                 Item "Toggle Math Toolbar" "toolbar-toggle math"
82                 Item "Toggle Table Toolbar" "toolbar-toggle table"
83         End
84         
85         Toolbar "extra" "Extra"
86                 Item "Default" "layout"
87                 Item "Numbered list" "layout Enumerate"
88                 Item "Itemized list" "layout Itemize"
89                 Item "List" "layout List"
90                 Item "Description" "layout Description"
91                 Item "Increase depth" "depth-increment"
92                 Item "Decrease depth" "depth-decrement"
93                 Separator
94                 Item "Insert figure float" "float-insert figure"
95                 Item "Insert table float" "float-insert table"
96                 Item "Insert label" "label-insert"
97                 Item "Insert cross-reference" "dialog-show-new-inset ref"
98                 Item "Insert citation" "dialog-show-new-inset citation"
99                 Item "Insert index entry" "index-insert"
100                 Item "Insert nomenclature entry" "nomencl-insert"
101                 Separator
102                 Item "Insert footnote" "footnote-insert"
103                 Item "Insert margin note" "marginalnote-insert"
104                 Item "Insert note" "note-insert"
105                 Item "Insert box" "box-insert Frameless"
106                 Item "Insert Hyperlink" "href-insert"
107                 Item "Insert TeX code" "ert-insert"
108                 Item "Insert math macro" "math-macro newmacroname newcommand"
109                 Item "Include file" "dialog-show-new-inset include"
110                 Separator
111                 Item "Text style" "dialog-show character"
112                 Item "Paragraph settings" "layout-paragraph"
113                 Item "Thesaurus" "thesaurus-entry"
114         End
115         
116         Toolbar "table" "Table"
117                 Item "Add row" "tabular-feature append-row"
118                 Item "Add column" "tabular-feature append-column"
119                 Item "Delete row" "tabular-feature delete-row"
120                 Item "Delete column" "tabular-feature delete-column"
121                 Separator
122                 Item "Set top line" "tabular-feature toggle-line-top"
123                 Item "Set bottom line" "tabular-feature toggle-line-bottom"
124                 Item "Set left line" "tabular-feature toggle-line-left"
125                 Item "Set right line" "tabular-feature toggle-line-right"
126                 Item "Set border lines" "tabular-feature set-border-lines"
127                 Item "Set all lines" "tabular-feature set-all-lines"
128                 Item "Unset all lines" "tabular-feature unset-all-lines"
129                 Separator
130                 Item "Align left" "command-alternatives tabular-feature m-align-left;tabular-feature align-left"
131                 Item "Align center" "command-alternatives tabular-feature m-align-center;tabular-feature align-center"
132                 Item "Align right" "command-alternatives tabular-feature m-align-right;tabular-feature align-right"
133                 Separator
134                 Item "Align top" "command-alternatives tabular-feature m-valign-top;tabular-feature valign-top"
135                 Item "Align middle" "command-alternatives tabular-feature m-valign-middle;tabular-feature valign-middle"
136                 Item "Align bottom" "command-alternatives tabular-feature m-valign-bottom;tabular-feature valign-bottom"
137                 Separator
138                 Item "Rotate cell" "tabular-feature toggle-rotate-cell"
139                 Item "Rotate table" "tabular-feature toggle-rotate-tabular"
140                 Item "Set multi-column" "tabular-feature multicolumn"
141         End
142         
143         Toolbar "math" "Math"
144                 Item "Set display mode" "math-display"
145                 Separator
146                 Item "Subscript" "math-subscript"
147                 Item "Superscript" "math-superscript"
148                 Item "Insert square root" "math-insert \sqrt"
149                 Item "Insert root" "math-insert \root"
150                 Item "Insert standard fraction" "math-insert \frac"
151                 Item "Insert sum" "math-insert \sum"
152                 Item "Insert integral" "math-insert \int"
153                 Item "Insert product" "math-insert \prod"
154                 Separator
155                 Item "Insert ( )" "math-delim ( )"
156                 Item "Insert [ ]" "math-delim [ ]"
157                 Item "Insert { }" "math-delim { }"
158                 Item "Insert delimiters" "dialog-show mathdelimiter"
159                 Separator
160                 Item "Insert matrix" "dialog-show mathmatrix"
161                 Item "Insert cases environment" "math-insert \cases"
162                 Item "Add row" "tabular-feature append-row"
163                 Item "Add column" "tabular-feature append-column"
164                 Item "Delete row" "tabular-feature delete-row"
165                 Item "Delete column" "tabular-feature delete-column"
166                 Separator
167                 Item "Toggle Math Panels" "toolbar-toggle math_panels"
168         End
169
170         Toolbar "mathmacrotemplate" "Math Macros"
171                 Item "Remove Last Argument" "math-macro-remove-param"
172                 Item "Append Argument" "math-macro-add-param"
173                 Separator
174                 Item "Make First Non-Optional into Optional Argument" "math-macro-make-optional"
175                 Item "Make Last Optional into Non-Optional Argument"
176                 "math-macro-make-nonoptional"
177                 Item "Remove Optional Argument" "math-macro-remove-optional-param"
178                 Item "Insert Optional Argument" "math-macro-add-optional-param"
179                 Separator
180                 Item "Remove Last Argument Spitting Out To The Right" "math-macro-remove-greedy-param"
181                 Item "Append Argument Eating From The Right" "math-macro-append-greedy-param"
182                 Item "Append Optional Argument Eating From The Right" "math-macro-add-greedy-optional-param"
183         End
184         
185         Toolbar "minibuffer" "Command Buffer"
186                 Minibuffer
187         End
188         
189         Toolbar "review" "Review[[Toolbar]]"
190                 Item "Track changes" "changes-track"
191                 Item "Show changes in output" "changes-output"
192                 Separator
193                 Item "Next change" "change-next"
194                 Item "Accept change inside selection" "change-accept"
195                 Item "Reject change inside selection" "change-reject"
196                 Separator
197                 Item "Merge changes" "changes-merge"
198                 Item "Accept all changes" "all-changes-accept"
199                 Item "Reject all changes" "all-changes-reject"
200                 Separator
201                 Item "Insert note" "note-insert"
202                 Item "Next note" "note-next"
203         End
204         
205         Toolbar "view/update" "View/Update"
206                 Item "View DVI" "buffer-view dvi"
207                 Item "Update DVI" "buffer-update dvi"
208                 Item "View PDF (pdflatex)" "command-alternatives buffer-view pdf2;buffer-view pdf4"
209                 Item "Update PDF (pdflatex)" "command-alternatives buffer-update pdf2;buffer-view pdf4"
210                 Item "View PostScript" "buffer-view ps"
211                 Item "Update PostScript" "buffer-update ps"
212         End
213
214         Toolbar "vcs" "Version Control"
215                 Item "Register" "vc-register"
216                 Item "Check-out for edit" "vc-check-out"
217                 Item "Check-in changes" "vc-check-in"
218                 Item "View revision log" "dialog-show vclog"
219                 Item "Revert changes" "vc-revert"
220         End
221
222         Toolbar "math_panels" "Math Panels"
223                 PopupMenu "space" "Math Spacings"
224                 PopupMenu "style" "Styles"
225                 PopupMenu "frac-square" "Fractions"
226                 PopupMenu "font" "Fonts"
227                 PopupMenu "functions" "Functions"
228                 IconPalette "latex_deco" "Frame Decorations"
229                 IconPalette "latex_varsz" "Big Operators"
230                 IconPalette "latex_misc" "Miscellaneous"
231                 IconPalette "latex_greek" "Greek"
232                 IconPalette "latex_arrow" "Arrows"
233                 IconPalette "latex_ams_arrows" "AMS Arrows"
234                 IconPalette "latex_bop" "Operators"
235                 IconPalette "latex_brel" "Relations"
236                 IconPalette "latex_ams_rel" "AMS Relations"
237                 IconPalette "latex_ams_nrel" "AMS Negative Relations"
238                 IconPalette "latex_dots" "Dots"
239                 IconPalette "latex_ams_ops" "AMS Operators"
240                 IconPalette "latex_ams_misc" "AMS Miscellaneous"
241         End
242
243         Toolbar "functions" "Functions"
244                 Item "arccos" "math-insert \arccos"
245                 Item "arcsin" "math-insert \arcsin"
246                 Item "arctan" "math-insert \arctan"
247                 Item "arg" "math-insert \arg"
248                 Item "bmod" "math-insert \bmod"
249                 Item "cos" "math-insert \cos"
250                 Item "cosh" "math-insert \cosh"
251                 Item "cot" "math-insert \cot"
252                 Item "coth" "math-insert \coth"
253                 Item "csc" "math-insert \csc"
254                 Item "deg" "math-insert \deg"
255                 Item "det" "math-insert \det"
256                 Item "dim" "math-insert \dim"
257                 Item "exp" "math-insert \exp"
258                 Item "gcd" "math-insert \gcd"
259                 Item "hom" "math-insert \hom"
260                 Item "inf" "math-insert \inf"
261                 Item "ker" "math-insert \ker"
262                 Item "lg" "math-insert \lg"
263                 Item "lim" "math-insert \lim"
264                 Item "liminf" "math-insert \liminf"
265                 Item "limsup" "math-insert \limsup"
266                 Item "ln" "math-insert \ln"
267                 Item "log" "math-insert \log"
268                 Item "max" "math-insert \max"
269                 Item "min" "math-insert \min"
270                 Item "sec" "math-insert \sec"
271                 Item "sin" "math-insert \sin"
272                 Item "sinh" "math-insert \sinh"
273                 Item "sup" "math-insert \sup"
274                 Item "tan" "math-insert \tan"
275                 Item "tanh" "math-insert \tanh"
276                 Item "Pr" "math-insert \Pr"
277         End
278
279         Toolbar "space" "Spacings"
280                 Item "Thin space        \\," "math-insert \,"
281                 Item "Medium space      \\:" "math-insert \:"
282                 Item "Thick space       \\;" "math-insert \;"
283                 Item "Quadratin space   \\quad" "math-insert \quad"
284                 Item "Double quadratin space    \\qquad" "math-insert \qquad"
285                 Item "Negative space    \\!" "math-insert \!"
286                 Item "Placeholder       \\phantom" "math-insert \phantom"
287                 Item "Horizontal placeholder    \\hphantom" "math-insert \hphantom"
288                 Item "Vertical placeholder      \\vphantom" "math-insert \vphantom"
289         End
290         
291         Toolbar "sqrt-square" "Roots"
292                 Item "Square root       \\sqrt" "math-insert \sqrt"
293                 Item "Other root        \\root" "math-insert \root"
294         End
295         
296         Toolbar "style" "Styles"
297                 Item "Display style     \\displaystyle" "math-size \displaystyle"
298                 Item "Normal text style \\textstyle" "math-size \textstyle"
299                 Item "Script (small) style      \\scriptstyle" "math-size \scriptstyle"
300                 Item "Scriptscript (smaller) style      \\scriptscriptstyle" "math-size \scriptscriptstyle"
301         End
302         
303         Toolbar "frac-square" "Fractions"
304                 Item "Standard  \\frac" "math-insert \frac"
305                 Item "Nice fraction (3/4)       \\nicefrac" "math-insert \nicefrac"
306                 Item "Unit (km) \\unit" "math-insert \unitone"
307                 Item "Unit (864 m)      \\unit" "math-insert \unittwo"
308                 Item "Unit fraction (km/h)      \\unitfrac" "math-insert \unitfrac"
309                 Item "Unit fraction (20 km/h)   \\unitfrac" "math-insert \unitfracthree"
310                 Item "Text fraction     \\tfrac" "math-insert \tfrac"
311                 Item "Display fraction  \\dfrac" "math-insert \dfrac"
312                 Item "Continued fraction        \\cfrac" "math-insert \cfrac"
313                 Item "Continued fraction (aligned)      \\cfrac" "math-insert \cfracthree"
314                 Item "Binomial  \\binom" "math-insert \binom"
315                 Item "Text binomial     \\tbinom" "math-insert \tbinom"
316                 Item "Display binomial  \\dbinom" "math-insert \dbinom"
317         End
318         
319         Toolbar "font" "Fonts"
320                 Item "Roman     \\mathrm" "math-insert \mathrm"
321                 Item "Bold      \\mathbf" "math-insert \mathbf"
322                 Item "Bold symbol       \\boldsymbol" "math-insert \boldsymbol"
323                 Item "Sans serif        \\mathsf" "math-insert \mathsf"
324                 Item "Italic    \\mathit" "math-insert \mathit"
325                 Item "Typewriter        \\mathtt" "math-insert \mathtt"
326                 Item "Blackboard        \\mathbb" "math-insert \mathbb"
327                 Item "Fraktur   \\mathfrak" "math-insert \mathfrak"
328                 Item "Calligraphic      \\mathcal" "math-insert \mathcal"
329                 Item "Normal text mode  \\textrm" "math-insert \textrm"
330         End
331
332         Toolbar "latex_dots" "Dots"
333                 Item "ldots" "math-insert \ldots"
334                 Item "cdots" "math-insert \cdots"
335                 Item "vdots" "math-insert \vdots"
336                 Item "ddots" "math-insert \ddots"
337         End
338         
339         Toolbar "latex_deco" "Frame Decorations"
340                 Item "hat" "math-insert \hat"
341                 Item "tilde" "math-insert \tilde"
342                 Item "bar" "math-insert \bar"
343                 Item "grave" "math-insert \grave"
344                 Item "dot" "math-insert \dot"
345                 Item "check" "math-insert \check"
346                 Item "widehat" "math-insert \widehat"
347                 Item "widetilde" "math-insert \widetilde"
348                 Item "vec" "math-insert \vec"
349                 Item "acute" "math-insert \acute"
350                 Item "ddot" "math-insert \ddot"
351                 Item "breve" "math-insert \breve"
352                 Item "overline" "math-insert \overline"
353                 Item "overbrace" "math-insert \overbrace"
354                 Item "overleftarrow" "math-insert \overleftarrow"
355                 Item "overrightarrow" "math-insert \overrightarrow"
356                 Item "overleftrightarrow" "math-insert \overleftrightarrow"
357                 Item "overset" "math-insert \overset"
358                 Item "underline" "math-insert \underline"
359                 Item "underbrace" "math-insert \underbrace"
360                 Item "underleftarrow" "math-insert \underleftarrow"
361                 Item "underrightarrow" "math-insert \underrightarrow"
362                 Item "underleftrightarrow" "math-insert \underleftrightarrow"
363                 Item "underset" "math-insert \underset"
364         End
365         
366         Toolbar "latex_arrow" "Arrows"
367                 Item "leftarrow" "math-insert \leftarrow"
368                 Item "rightarrow" "math-insert \rightarrow"
369                 Item "downarrow" "math-insert \downarrow"
370                 Item "uparrow" "math-insert \uparrow"
371                 Item "updownarrow" "math-insert \updownarrow"
372                 Item "leftrightarrow" "math-insert \leftrightarrow"
373                 Item "Leftarrow" "math-insert \Leftarrow"
374                 Item "Rightarrow" "math-insert \Rightarrow"
375                 Item "Downarrow" "math-insert \Downarrow"
376                 Item "Uparrow" "math-insert \Uparrow"
377                 Item "Updownarrow" "math-insert \Updownarrow"
378                 Item "Leftrightarrow" "math-insert \Leftrightarrow"
379                 Item "Longleftrightarrow" "math-insert \Longleftrightarrow"
380                 Item "Longleftarrow" "math-insert \Longleftarrow"
381                 Item "Longrightarrow" "math-insert \Longrightarrow"
382                 Item "longleftrightarrow" "math-insert \longleftrightarrow"
383                 Item "longleftarrow" "math-insert \longleftarrow"
384                 Item "longrightarrow" "math-insert \longrightarrow"
385                 Item "leftharpoondown" "math-insert \leftharpoondown"
386                 Item "rightharpoondown" "math-insert \rightharpoondown"
387                 Item "mapsto" "math-insert \mapsto"
388                 Item "longmapsto" "math-insert \longmapsto"
389                 Item "nwarrow" "math-insert \nwarrow"
390                 Item "nearrow" "math-insert \nearrow"
391                 Item "leftharpoonup" "math-insert \leftharpoonup"
392                 Item "rightharpoonup" "math-insert \rightharpoonup"
393                 Item "hookleftarrow" "math-insert \hookleftarrow"
394                 Item "hookrightarrow" "math-insert \hookrightarrow"
395                 Item "swarrow" "math-insert \swarrow"
396                 Item "searrow" "math-insert \searrow"
397                 Item "rightleftharpoons" "math-insert \rightleftharpoons"
398         End
399         
400         Toolbar "latex_bop" "Operators"
401                 Item "pm" "math-insert \pm"
402                 Item "cap" "math-insert \cap"
403                 Item "diamond" "math-insert \diamond"
404                 Item "oplus" "math-insert \oplus"
405                 Item "mp" "math-insert \mp"
406                 Item "cup" "math-insert \cup"
407                 Item "bigtriangleup" "math-insert \bigtriangleup"
408                 Item "ominus" "math-insert \ominus"
409                 Item "times" "math-insert \times"
410                 Item "uplus" "math-insert \uplus"
411                 Item "bigtriangledown" "math-insert \bigtriangledown"
412                 Item "otimes" "math-insert \otimes"
413                 Item "div" "math-insert \div"
414                 Item "sqcap" "math-insert \sqcap"
415                 Item "triangleright" "math-insert \triangleright"
416                 Item "oslash" "math-insert \oslash"
417                 Item "cdot" "math-insert \cdot"
418                 Item "sqcup" "math-insert \sqcup"
419                 Item "triangleleft" "math-insert \triangleleft"
420                 Item "odot" "math-insert \odot"
421                 Item "star" "math-insert \star"
422                 Item "vee" "math-insert \vee"
423                 Item "amalg" "math-insert \amalg"
424                 Item "bigcirc" "math-insert \bigcirc"
425                 Item "setminus" "math-insert \setminus"
426                 Item "wedge" "math-insert \wedge"
427                 Item "dagger" "math-insert \dagger"
428                 Item "circ" "math-insert \circ"
429                 Item "bullet" "math-insert \bullet"
430                 Item "wr" "math-insert \wr"
431                 Item "ddagger" "math-insert \ddagger"
432         End
433         
434         Toolbar "latex_brel" "Relations"
435                 Item "leq" "math-insert \leq"
436                 Item "geq" "math-insert \geq"
437                 Item "equiv" "math-insert \equiv"
438                 Item "models" "math-insert \models"
439                 Item "prec" "math-insert \prec"
440                 Item "succ" "math-insert \succ"
441                 Item "sim" "math-insert \sim"
442                 Item "perp" "math-insert \perp"
443                 Item "preceq" "math-insert \preceq"
444                 Item "succeq" "math-insert \succeq"
445                 Item "simeq" "math-insert \simeq"
446                 Item "mid" "math-insert \mid"
447                 Item "ll" "math-insert \ll"
448                 Item "gg" "math-insert \gg"
449                 Item "asymp" "math-insert \asymp"
450                 Item "parallel" "math-insert \parallel"
451                 Item "subset" "math-insert \subset"
452                 Item "supset" "math-insert \supset"
453                 Item "approx" "math-insert \approx"
454                 Item "smile" "math-insert \smile"
455                 Item "subseteq" "math-insert \subseteq"
456                 Item "supseteq" "math-insert \supseteq"
457                 Item "cong" "math-insert \cong"
458                 Item "frown" "math-insert \frown"
459                 Item "sqsubseteq" "math-insert \sqsubseteq"
460                 Item "sqsupseteq" "math-insert \sqsupseteq"
461                 Item "doteq" "math-insert \doteq"
462                 Item "neq" "math-insert \neq"
463                 Item "in" "math-insert \in"
464                 Item "ni" "math-insert \ni"
465                 Item "propto" "math-insert \propto"
466                 Item "notin" "math-insert \notin"
467                 Item "vdash" "math-insert \vdash"
468                 Item "dashv" "math-insert \dashv"
469                 Item "bowtie" "math-insert \bowtie"
470         End
471         
472         Toolbar "latex_greek" "Greek"
473                 Item "alpha" "math-insert \alpha"
474                 Item "beta" "math-insert \beta"
475                 Item "gamma" "math-insert \gamma"
476                 Item "delta" "math-insert \delta"
477                 Item "epsilon" "math-insert \epsilon"
478                 Item "varepsilon" "math-insert \varepsilon"
479                 Item "zeta" "math-insert \zeta"
480                 Item "eta" "math-insert \eta"
481                 Item "theta" "math-insert \theta"
482                 Item "vartheta" "math-insert \vartheta"
483                 Item "iota" "math-insert \iota"
484                 Item "kappa" "math-insert \kappa"
485                 Item "lambda" "math-insert \lambda"
486                 Item "mu" "math-insert \mu"
487                 Item "nu" "math-insert \nu"
488                 Item "xi" "math-insert \xi"
489                 Item "pi" "math-insert \pi"
490                 Item "varpi" "math-insert \varpi"
491                 Item "rho" "math-insert \rho"
492                 Item "varrho" "math-insert \varrho"
493                 Item "sigma" "math-insert \sigma"
494                 Item "varsigma" "math-insert \varsigma"
495                 Item "tau" "math-insert \tau"
496                 Item "upsilon" "math-insert \upsilon"
497                 Item "phi" "math-insert \phi"
498                 Item "varphi" "math-insert \varphi"
499                 Item "chi" "math-insert \chi"
500                 Item "psi" "math-insert \psi"
501                 Item "omega" "math-insert \omega"
502                 Item "Gamma" "math-insert \Gamma"
503                 Item "Delta" "math-insert \Delta"
504                 Item "Theta" "math-insert \Theta"
505                 Item "Lambda" "math-insert \Lambda"
506                 Item "Xi" "math-insert \Xi"
507                 Item "Pi" "math-insert \Pi"
508                 Item "Sigma" "math-insert \Sigma"
509                 Item "Upsilon" "math-insert \Upsilon"
510                 Item "Phi" "math-insert \Phi"
511                 Item "Psi" "math-insert \Psi"
512                 Item "Omega" "math-insert \Omega"
513         End
514         
515         Toolbar "latex_misc" "Miscellaneous"
516                 Item "nabla" "math-insert \nabla"
517                 Item "partial" "math-insert \partial"
518                 Item "infty" "math-insert \infty"
519                 Item "prime" "math-insert \prime"
520                 Item "ell" "math-insert \ell"
521                 Item "emptyset" "math-insert \emptyset"
522                 Item "exists" "math-insert \exists"
523                 Item "forall" "math-insert \forall"
524                 Item "imath" "math-insert \imath"
525                 Item "jmath" "math-insert \jmath"
526                 Item "Re" "math-insert \Re"
527                 Item "Im" "math-insert \Im"
528                 Item "aleph" "math-insert \aleph"
529                 Item "wp" "math-insert \wp"
530                 Item "hbar" "math-insert \hbar"
531                 Item "angle" "math-insert \angle"
532                 Item "top" "math-insert \top"
533                 Item "bot" "math-insert \bot"
534                 Item "Vert" "math-insert \Vert"
535                 Item "neg" "math-insert \neg"
536                 Item "flat" "math-insert \flat"
537                 Item "natural" "math-insert \natural"
538                 Item "sharp" "math-insert \sharp"
539                 Item "surd" "math-insert \surd"
540                 Item "triangle" "math-insert \triangle"
541                 Item "diamondsuit" "math-insert \diamondsuit"
542                 Item "heartsuit" "math-insert \heartsuit"
543                 Item "clubsuit" "math-insert \clubsuit"
544                 Item "spadesuit" "math-insert \spadesuit"
545                 Item "textrm \\AA" "math-insert \textrm \AA"
546                 Item "textrm \\O" "math-insert \textrm \O"
547                 Item "mathcircumflex" "math-insert \mathcircumflex"
548                 Item "_" "math-insert \_"
549                 Item "mathrm T" "math-insert \mathrm T"
550                 Item "mathbb N" "math-insert \mathbb N"
551                 Item "mathbb Z" "math-insert \mathbb Z"
552                 Item "mathbb Q" "math-insert \mathbb Q"
553                 Item "mathbb R" "math-insert \mathbb R"
554                 Item "mathbb C" "math-insert \mathbb C"
555                 Item "mathbb H" "math-insert \mathbb H"
556                 Item "mathcal F" "math-insert \mathcal F"
557                 Item "mathcal L" "math-insert \mathcal L"
558                 Item "mathcal H" "math-insert \mathcal H"
559                 Item "mathcal O" "math-insert \mathcal O"
560         End
561         
562         Toolbar "latex_varsz" "Big Operators"
563                 Item "intop" "math-insert \intop"
564                 Item "int" "math-insert \int"
565                 Item "iint" "math-insert \iint"
566                 Item "iintop" "math-insert \iintop"
567                 Item "iiint" "math-insert \iiint"
568                 Item "iiintop" "math-insert \iiintop"
569                 Item "iiiint" "math-insert \iiiint"
570                 Item "iiiintop" "math-insert \iiiintop"
571                 Item "dotsint" "math-insert \dotsint"
572                 Item "dotsintop" "math-insert \dotsintop"
573                 Item "oint" "math-insert \oint"
574                 Item "ointop" "math-insert \ointop"
575                 Item "oiint" "math-insert \oiint"
576                 Item "oiintop" "math-insert \oiintop"
577                 Item "ointctrclockwiseop" "math-insert \ointctrclockwiseop"
578                 Item "ointctrclockwise" "math-insert \ointctrclockwise"
579                 Item "ointclockwiseop" "math-insert \ointclockwiseop"
580                 Item "ointclockwise" "math-insert \ointclockwise"
581                 Item "sqint" "math-insert \sqint"
582                 Item "sqintop" "math-insert \sqintop"
583                 Item "sqiint" "math-insert \sqiint"
584                 Item "sqiintop" "math-insert \sqiintop"
585                 Item "fint" "math-insert \fint"
586                 Item "fintop" "math-insert \fintop"
587                 Item "landupint" "math-insert \landupint"
588                 Item "landupintop" "math-insert \landupintop"
589                 Item "landdownint" "math-insert \landdownint"
590                 Item "landdownintop" "math-insert \landdownintop"
591                 Item "sum" "math-insert \sum"
592                 Item "prod" "math-insert \prod"
593                 Item "coprod" "math-insert \coprod"
594                 Item "bigsqcup" "math-insert \bigsqcup"
595                 Item "bigotimes" "math-insert \bigotimes"
596                 Item "bigodot" "math-insert \bigodot"
597                 Item "bigoplus" "math-insert \bigoplus"
598                 Item "bigcap" "math-insert \bigcap"
599                 Item "bigcup" "math-insert \bigcup"
600                 Item "biguplus" "math-insert \biguplus"
601                 Item "bigvee" "math-insert \bigvee"
602                 Item "bigwedge" "math-insert \bigwedge"
603         End
604         
605         Toolbar "latex_ams_misc" "AMS Miscellaneous"
606                 Item "digamma" "math-insert \digamma"
607                 Item "varkappa" "math-insert \varkappa"
608                 Item "beth" "math-insert \beth"
609                 Item "daleth" "math-insert \daleth"
610                 Item "gimel" "math-insert \gimel"
611                 Item "ulcorner" "math-insert \ulcorner"
612                 Item "urcorner" "math-insert \urcorner"
613                 Item "llcorner" "math-insert \llcorner"
614                 Item "lrcorner" "math-insert \lrcorner"
615                 Item "hbar" "math-insert \hbar"
616                 Item "hslash" "math-insert \hslash"
617                 Item "vartriangle" "math-insert \vartriangle"
618                 Item "triangledown" "math-insert \triangledown"
619                 Item "square" "math-insert \square"
620                 Item "lozenge" "math-insert \lozenge"
621                 Item "circledS" "math-insert \circledS"
622                 Item "angle" "math-insert \angle"
623                 Item "measuredangle" "math-insert \measuredangle"
624                 Item "nexists" "math-insert \nexists"
625                 Item "mho" "math-insert \mho"
626                 Item "Finv" "math-insert \Finv"
627                 Item "Game" "math-insert \Game"
628                 Item "Bbbk" "math-insert \Bbbk"
629                 Item "backprime" "math-insert \backprime"
630                 Item "varnothing" "math-insert \varnothing"
631                 Item "blacktriangle" "math-insert \blacktriangle"
632                 Item "blacktriangledown" "math-insert \blacktriangledown"
633                 Item "blacksquare" "math-insert \blacksquare"
634                 Item "blacklozenge" "math-insert \blacklozenge"
635                 Item "bigstar" "math-insert \bigstar"
636                 Item "sphericalangle" "math-insert \sphericalangle"
637                 Item "complement" "math-insert \complement"
638                 Item "eth" "math-insert \eth"
639                 Item "diagup" "math-insert \diagup"
640                 Item "diagdown" "math-insert \diagdown"
641         End
642         
643         Toolbar "latex_ams_arrows" "AMS Arrows"
644                 Item "dashleftarrow" "math-insert \dashleftarrow"
645                 Item "dashrightarrow" "math-insert \dashrightarrow"
646                 Item "leftleftarrows" "math-insert \leftleftarrows"
647                 Item "leftrightarrows" "math-insert \leftrightarrows"
648                 Item "rightrightarrows" "math-insert \rightrightarrows"
649                 Item "rightleftarrows" "math-insert \rightleftarrows"
650                 Item "Lleftarrow" "math-insert \Lleftarrow"
651                 Item "Rrightarrow" "math-insert \Rrightarrow"
652                 Item "twoheadleftarrow" "math-insert \twoheadleftarrow"
653                 Item "twoheadrightarrow" "math-insert \twoheadrightarrow"
654                 Item "leftarrowtail" "math-insert \leftarrowtail"
655                 Item "rightarrowtail" "math-insert \rightarrowtail"
656                 Item "looparrowleft" "math-insert \looparrowleft"
657                 Item "looparrowright" "math-insert \looparrowright"
658                 Item "curvearrowleft" "math-insert \curvearrowleft"
659                 Item "curvearrowright" "math-insert \curvearrowright"
660                 Item "circlearrowleft" "math-insert \circlearrowleft"
661                 Item "circlearrowright" "math-insert \circlearrowright"
662                 Item "Lsh" "math-insert \Lsh"
663                 Item "Rsh" "math-insert \Rsh"
664                 Item "upuparrows" "math-insert \upuparrows"
665                 Item "downdownarrows" "math-insert \downdownarrows"
666                 Item "upharpoonleft" "math-insert \upharpoonleft"
667                 Item "upharpoonright" "math-insert \upharpoonright"
668                 Item "downharpoonleft" "math-insert \downharpoonleft"
669                 Item "downharpoonright" "math-insert \downharpoonright"
670                 Item "leftrightharpoons" "math-insert \leftrightharpoons"
671                 Item "rightleftharpoons" "math-insert \rightleftharpoons"
672                 Item "rightsquigarrow" "math-insert \rightsquigarrow"
673                 Item "leftrightsquigarrow" "math-insert \leftrightsquigarrow"
674                 Item "nleftarrow" "math-insert \nleftarrow"
675                 Item "nrightarrow" "math-insert \nrightarrow"
676                 Item "nleftrightarrow" "math-insert \nleftrightarrow"
677                 Item "nLeftarrow" "math-insert \nLeftarrow"
678                 Item "nRightarrow" "math-insert \nRightarrow"
679                 Item "nLeftrightarrow" "math-insert \nLeftrightarrow"
680                 Item "multimap" "math-insert \multimap"
681         End
682         
683         Toolbar "latex_ams_rel" "AMS Relations"
684                 Item "leqq" "math-insert \leqq"
685                 Item "geqq" "math-insert \geqq"
686                 Item "leqslant" "math-insert \leqslant"
687                 Item "geqslant" "math-insert \geqslant"
688                 Item "eqslantless" "math-insert \eqslantless"
689                 Item "eqslantgtr" "math-insert \eqslantgtr"
690                 Item "lesssim" "math-insert \lesssim"
691                 Item "gtrsim" "math-insert \gtrsim"
692                 Item "lessapprox" "math-insert \lessapprox"
693                 Item "gtrapprox" "math-insert \gtrapprox"
694                 Item "approxeq" "math-insert \approxeq"
695                 Item "triangleq" "math-insert \triangleq"
696                 Item "lessdot" "math-insert \lessdot"
697                 Item "gtrdot" "math-insert \gtrdot"
698                 Item "lll" "math-insert \lll"
699                 Item "ggg" "math-insert \ggg"
700                 Item "lessgtr" "math-insert \lessgtr"
701                 Item "gtrless" "math-insert \gtrless"
702                 Item "lesseqgtr" "math-insert \lesseqgtr"
703                 Item "gtreqless" "math-insert \gtreqless"
704                 Item "lesseqqgtr" "math-insert \lesseqqgtr"
705                 Item "gtreqqless" "math-insert \gtreqqless"
706                 Item "eqcirc" "math-insert \eqcirc"
707                 Item "circeq" "math-insert \circeq"
708                 Item "thicksim" "math-insert \thicksim"
709                 Item "thickapprox" "math-insert \thickapprox"
710                 Item "backsim" "math-insert \backsim"
711                 Item "backsimeq" "math-insert \backsimeq"
712                 Item "subseteqq" "math-insert \subseteqq"
713                 Item "supseteqq" "math-insert \supseteqq"
714                 Item "Subset" "math-insert \Subset"
715                 Item "Supset" "math-insert \Supset"
716                 Item "sqsubset" "math-insert \sqsubset"
717                 Item "sqsupset" "math-insert \sqsupset"
718                 Item "preccurlyeq" "math-insert \preccurlyeq"
719                 Item "succcurlyeq" "math-insert \succcurlyeq"
720                 Item "curlyeqprec" "math-insert \curlyeqprec"
721                 Item "curlyeqsucc" "math-insert \curlyeqsucc"
722                 Item "precsim" "math-insert \precsim"
723                 Item "succsim" "math-insert \succsim"
724                 Item "precapprox" "math-insert \precapprox"
725                 Item "succapprox" "math-insert \succapprox"
726                 Item "vartriangleleft" "math-insert \vartriangleleft"
727                 Item "vartriangleright" "math-insert \vartriangleright"
728                 Item "trianglelefteq" "math-insert \trianglelefteq"
729                 Item "trianglerighteq" "math-insert \trianglerighteq"
730                 Item "bumpeq" "math-insert \bumpeq"
731                 Item "Bumpeq" "math-insert \Bumpeq"
732                 Item "doteqdot" "math-insert \doteqdot"
733                 Item "risingdotseq" "math-insert \risingdotseq"
734                 Item "fallingdotseq" "math-insert \fallingdotseq"
735                 Item "vDash" "math-insert \vDash"
736                 Item "Vvdash" "math-insert \Vvdash"
737                 Item "Vdash" "math-insert \Vdash"
738                 Item "shortmid" "math-insert \shortmid"
739                 Item "shortparallel" "math-insert \shortparallel"
740                 Item "smallsmile" "math-insert \smallsmile"
741                 Item "smallfrown" "math-insert \smallfrown"
742                 Item "blacktriangleleft" "math-insert \blacktriangleleft"
743                 Item "blacktriangleright" "math-insert \blacktriangleright"
744                 Item "because" "math-insert \because"
745                 Item "therefore" "math-insert \therefore"
746                 Item "backepsilon" "math-insert \backepsilon"
747                 Item "varpropto" "math-insert \varpropto"
748                 Item "between" "math-insert \between"
749                 Item "pitchfork" "math-insert \pitchfork"
750         End
751         
752         Toolbar "latex_ams_nrel" "AMS Negative Relations"
753                 Item "nless" "math-insert \nless"
754                 Item "ngtr" "math-insert \ngtr"
755                 Item "nleq" "math-insert \nleq"
756                 Item "ngeq" "math-insert \ngeq"
757                 Item "nleqslant" "math-insert \nleqslant"
758                 Item "ngeqslant" "math-insert \ngeqslant"
759                 Item "nleqq" "math-insert \nleqq"
760                 Item "ngeqq" "math-insert \ngeqq"
761                 Item "lneq" "math-insert \lneq"
762                 Item "gneq" "math-insert \gneq"
763                 Item "lneqq" "math-insert \lneqq"
764                 Item "gneqq" "math-insert \gneqq"
765                 Item "lvertneqq" "math-insert \lvertneqq"
766                 Item "gvertneqq" "math-insert \gvertneqq"
767                 Item "lnsim" "math-insert \lnsim"
768                 Item "gnsim" "math-insert \gnsim"
769                 Item "lnapprox" "math-insert \lnapprox"
770                 Item "gnapprox" "math-insert \gnapprox"
771                 Item "nprec" "math-insert \nprec"
772                 Item "nsucc" "math-insert \nsucc"
773                 Item "npreceq" "math-insert \npreceq"
774                 Item "nsucceq" "math-insert \nsucceq"
775                 Item "precnsim" "math-insert \precnsim"
776                 Item "succnsim" "math-insert \succnsim"
777                 Item "precnapprox" "math-insert \precnapprox"
778                 Item "succnapprox" "math-insert \succnapprox"
779                 Item "subsetneq" "math-insert \subsetneq"
780                 Item "supsetneq" "math-insert \supsetneq"
781                 Item "subsetneqq" "math-insert \subsetneqq"
782                 Item "supsetneqq" "math-insert \supsetneqq"
783                 Item "nsubseteq" "math-insert \nsubseteq"
784                 Item "nsupseteq" "math-insert \nsupseteq"
785                 Item "nsupseteqq" "math-insert \nsupseteqq"
786                 Item "nvdash" "math-insert \nvdash"
787                 Item "nvDash" "math-insert \nvDash"
788                 Item "nVDash" "math-insert \nVDash"
789                 Item "varsubsetneq" "math-insert \varsubsetneq"
790                 Item "varsupsetneq" "math-insert \varsupsetneq"
791                 Item "varsubsetneqq" "math-insert \varsubsetneqq"
792                 Item "varsupsetneqq" "math-insert \varsupsetneqq"
793                 Item "ntriangleleft" "math-insert \ntriangleleft"
794                 Item "ntriangleright" "math-insert \ntriangleright"
795                 Item "ntrianglelefteq" "math-insert \ntrianglelefteq"
796                 Item "ntrianglerighteq" "math-insert \ntrianglerighteq"
797                 Item "ncong" "math-insert \ncong"
798                 Item "nsim" "math-insert \nsim"
799                 Item "nmid" "math-insert \nmid"
800                 Item "nshortmid" "math-insert \nshortmid"
801                 Item "nparallel" "math-insert \nparallel"
802                 Item "nshortparallel" "math-insert \nshortparallel"
803         End
804         
805         Toolbar "latex_ams_ops" "AMS Operators"
806                 Item "dotplus" "math-insert \dotplus"
807                 Item "smallsetminus" "math-insert \smallsetminus"
808                 Item "Cap" "math-insert \Cap"
809                 Item "Cup" "math-insert \Cup"
810                 Item "barwedge" "math-insert \barwedge"
811                 Item "veebar" "math-insert \veebar"
812                 Item "doublebarwedge" "math-insert \doublebarwedge"
813                 Item "boxminus" "math-insert \boxminus"
814                 Item "boxtimes" "math-insert \boxtimes"
815                 Item "boxdot" "math-insert \boxdot"
816                 Item "boxplus" "math-insert \boxplus"
817                 Item "divideontimes" "math-insert \divideontimes"
818                 Item "ltimes" "math-insert \ltimes"
819                 Item "rtimes" "math-insert \rtimes"
820                 Item "leftthreetimes" "math-insert \leftthreetimes"
821                 Item "rightthreetimes" "math-insert \rightthreetimes"
822                 Item "curlywedge" "math-insert \curlywedge"
823                 Item "curlyvee" "math-insert \curlyvee"
824                 Item "circleddash" "math-insert \circleddash"
825                 Item "circledast" "math-insert \circledast"
826                 Item "circledcirc" "math-insert \circledcirc"
827                 Item "centerdot" "math-insert \centerdot"
828                 Item "intercal" "math-insert \intercal"
829         End
830
831 End