-
Notifications
You must be signed in to change notification settings - Fork 345
/
uiconfig.xml
384 lines (344 loc) · 31.2 KB
/
uiconfig.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<TexMakerXUI>
<menu id="main/latex" text="&LaTeX">
<insert id="documentclass" text="\documentclass" insert="\documentclass[%<options%|%>]{%<class%>}"/>
<insert id="usepackage" text="\usepackage{}" insert="\usepackage[%<options%>]{%<package%|%>}"/>
<insert id="amspackages" text="AMS packages" insert="\usepackage{mathtools}%\\usepackage{amssymb}%\\usepackage{amsthm}" info="The main American Mathematical Society packages"/>
<insert id="document" text="\begin{document}" insert="\begin{document}%\%|%\\end{document}" info="Text is allowed only between \begin{document} and \end{document}."/>
<insert id="title" text="\title{}" insert="\title{%<title%|%>}" info="The \title command declares text to be the title."/>
<insert id="author" text="\author{}" insert="\author{%<names%|%>}" info="The \author command declares the author(s), where names is a list of authors separated by \and commands."/>
<insert id="date" text="\date{}" insert="\date{%<date%|%>}" info="If used, the \date command declares the date, either with explicit arg for explicit date or with empty arg for no date. If not used, the current date will automatically be inserted by \maketitle."/>
<insert id="maketitle" text="\maketitle" insert="\maketitle" info="This command generates a title on a separate title page%n- except in the article class, where the title normally goes at the top of the first page."/>
<insert id="tableofcontents" text="\tableofcontents" insert="\tableofcontents" info="Put this command where you want the table of contents to go"/>
<menu id="sectioning" text="&Sectioning">
<insert id="part" text="part" insert="\part{%<title%>}" icon="part"/>
<insert id="chapter" text="chapter" insert="\chapter{%<title%>}" icon="chapter"/>
<insert id="section" text="section" insert="\section{%<title%>}" icon="section"/>
<insert id="subsection" text="subsection" insert="\subsection{%<title%>}" icon="subsection"/>
<insert id="subsubsection" text="subsubsection" insert="\subsubsection{%<title%>}" icon="subsubsection"/>
<insert id="paragraph" text="paragraph" insert="\paragraph{%<title%>}"/>
<insert id="subparagraph" text="subparagraph" insert="\subparagraph{%<title%>}"/>
<insert id="part*" text="part*" insert="\part*{%<title%>}"/>
<insert id="chapter*" text="chapter*" insert="\chapter*{%<title%>}"/>
<insert id="section*" text="section*" insert="\section*{%<title%>}"/>
<insert id="subsection*" text="subsection*" insert="\subsection*{%<title%>}"/>
<insert id="subsubsection*" text="subsubsection*" insert="\subsubsection*{%<title%>}"/>
<insert id="paragraph*" text="paragraph*" insert="\paragraph*{%<title%>}"/>
<insert id="subparagraph*" text="subparagraph*" insert="\subparagraph*{%<title%>}"/>
</menu>
<menu id="environment" text="&Environments">
<insert id="common" text="\begin{<environment>}" insert="\begin{%<environment-name%:id:1%>}%\%<content%:cutInsert%>%\\end{%<environment-name%:id:1,mirror%>}" shortcut="Ctrl+E"/>
<insert id="center" text="\begin{center}" insert="\begin{center}%\%|%\\end{center}" icon="format-justify-center"/>
<insert id="flushleft" text="\begin{flushleft}" insert="\begin{flushleft}%\%|%\\end{flushleft}" icon="format-justify-left"/>
<insert id="flushright" text="\begin{flushright}" insert="\begin{flushright}%\%|%\\end{flushright}" icon="format-justify-right"/>
<insert id="quote" text="\begin{quote}" insert="\begin{quote}%\%|%\\end{quote}"/>
<insert id="quotation" text="\begin{quotation}" insert="\begin{quotation}%\%|%\\end{quotation}"/>
<insert id="verse" text="\begin{verse}" insert="\begin{verse}%\%|%\\end{verse}"/>
<insert id="verbatim" text="\begin{verbatim}" insert="\begin{verbatim}%\%|%\\end{verbatim}"/>
<insert id="table" text="\begin{table}" insert="\begin{table}%\%|%\\caption{}%\\end{table}"/>
<insert id="figure" text="\begin{figure}" insert="\begin{figure}%\%|%\\caption{}%\\end{figure}"/>
<insert id="titlepage" text="\begin{titlepage}" insert="\begin{titlepage}%\%|%\\end{titlepage}"/>
</menu>
<menu id="listenvironment" text="&List Environments">
<insert id="itemize" text="\begin{itemize}" insert="%SCRIPT
selected = cursor.selectedText();
if (selected) {
var items=selected.split("\n");
text=""
for (i = 0; i < items.length; i++) {
text+="\\item "+items[i]+"\n"
}} else {
text="\\item \n"
}
text="\\begin{itemize}\n"+text+"\\end{itemize}"
editor.insertSnippet(text);
cursor.moveTo(cursor.lineNumber()-1,0);
cursor.movePosition(1,cursorEnums.EndOfLine );"
info="The itemize environment produces a 'bulleted' list.%nEach item of an itemized list begins with an \item command." icon="itemize"/>
<insert id="enumerate" text="\begin{enumerate}" insert="%SCRIPT
selected = cursor.selectedText();
if (selected) {
var items=selected.split("\n");
text=""
for (i = 0; i < items.length; i++) {
text+="\\item "+items[i]+"\n"
}} else {
text="\\item \n"
}
text="\\begin{enumerate}\n"+text+"\\end{enumerate}"
editor.insertSnippet(text);
cursor.moveTo(cursor.lineNumber()-1,0);
cursor.movePosition(1,cursorEnums.EndOfLine );"
info="The enumerate environment produces a numbered list.%nEach item of an enumerated list begins with an \item command." icon="enumerate"/>
<insert id="description" text="\begin{description}" insert="\begin{description}%\\item[%<label%>] %<description%>%\\end{description}" info="The description environment produces a labelled list.%nEach item of the list begins with an \item[label] command."/>
<insert id="list" text="\begin{list}" insert="\begin{list}{%<label%>}{%<spacing%>}%\\item %|%\\end{list}" info="The {label} argument is a piece of text that is inserted in a box to form the label.%nThe {spacing} argument contains commands to change the spacing parameters for the list.%nEach item of the list begins with an \item command."/>
<insert id="item" text="\item" insert="%SCRIPT
var ln=cursor.lineNumber();
var env=editor.document().getLastEnvName(ln);
var ins="\\item"
if(env=="description"){
ins=ins+"[%<label%>] %<description%>"
}else{
ins=ins+" "
}
editor.insertSnippet(ins); "
info="\item[label] Hello" icon="item" shortcut="Ctrl+Shift+I"/>
</menu>
<menu id="boxes" text="Boxes">
<insert id="mbox" text="mbox" insert="\mbox{%<content%>}"/>
<insert id="makebox" text="makebox" insert="\makebox[][]{%<content%>}"/>
<insert id="fbox" text="fbox" insert="\fbox{%<content%>}"/>
<insert id="framebox" text="framebox" insert="\framebox[][]{%<content%>}"/>
<insert id="newsavebox" text="newsavebox" insert="\newsavebox{%<name%>}"/>
<insert id="sbox" text="sbox" insert="\sbox{%<name%>}{%<content%>}"/>
<insert id="savebox" text="savebox" insert="\savebox{%<name%>}[][]{%<content%>}"/>
<insert id="usebox" text="usebox" insert="\usebox{%<name%>}"/>
<insert id="raisebox" text="raisebox" insert="\raisebox{%<voffset%>}[][]{%<content%>}"/>
<insert id="parbox" text="parbox" insert="\parbox[]{%<width%>}{%<content%>}"/>
<insert id="minipage" text="\begin{minipage}" insert="\begin{minipage}[][][]{%<width%>}%\%|%\\end{minipage}"/>
<insert id="rule" text="rule" insert="\rule[]{%<width%>}{%<height%>}"/>
</menu>
<menu id="fontstyles" text="Font St&yles">
<insert id="emph" text="Emphasis - \emph" insert="\emph{%|}" icon="font_emph48" shortcut="Ctrl+Shift+E"/>
<insert id="textit" text="Italics - \textit" insert="\textit{%|}" icon="font_textit48" shortcut="Ctrl+I"/>
<insert id="textsl" text="Slanted - \textsl" insert="\textsl{%|}" icon="font_textsl48" />
<insert id="textbf" text="Boldface - \textbf" insert="\textbf{%|}" icon="font_textbf48" shortcut="Ctrl+B"/>
<insert id="texttt" text="Typewriter - \texttt" insert="\texttt{%|}" icon="font_texttt48" shortcut="Ctrl+Shift+T"/>
<insert id="textsc" text="Small Caps - \textsc" insert="\textsc{%|}" icon="font_textsc48" shortcut="Ctrl+Shift+C"/>
<insert id="textsf" text="Sans Serif - \textsf" insert="\textsf{%|}" icon="font_textsf48" shortcut="Ctrl+Shift+A"/>
<insert id="underline" text="Underline - \underline" insert="\underline{%|}" icon="font_underline48"/>
</menu>
<menu id="fontsizes" text="Font Sizes">
<insert id="tiny" text="tiny" insert="{\tiny %|}"/>
<insert id="scriptsize" text="scriptsize" insert="{\scriptsize %|}"/>
<insert id="footnotesize" text="footnotesize" insert="{\footnotesize %|}"/>
<insert id="small" text="small" insert="{\small %|}"/>
<insert id="normalsize" text="normalsize" insert="{\normalsize %|}"/>
<insert id="large" text="large" insert="{\large %|}"/>
<insert id="Large" text="Large" insert="{\Large %|}"/>
<insert id="LARGE" text="LARGE" insert="{\LARGE %|}"/>
<insert id="huge" text="huge" insert="{\huge %|}"/>
<insert id="Huge" text="Huge" insert="{\Huge %|}"/>
</menu>
<menu id="tabular" text="&Tabular Environment">
<insert id="tabbing" text="\begin{tabbing}" insert="\begin{tabbing}%\%|%\\end{tabbing}" info="\begin{tabbing}%ntext \= more text \= still more text \= last text \\%nsecond row \> \> more \\%n\end{tabbing}"/>
<insert id="tabular" text="\begin{tabular}" insert="\begin{tabular}{%<columns%>}%\%|%\\end{tabular}" info="\begin{tabular}[pos]{cols}%ncolumn 1 entry & column 2 entry ... & column n entry \\%n...%n\end{tabular}"/>
<insert id="multicolumn" text="\multicolumn" insert="\multicolumn{%<columns%|%>}{%<position%>}{%<text%>}" info="\multicolumn{cols}{pos}{text}%ncol, specifies the number of columns to span.%npos specifies the formatting of the entry: c for centred, l for flushleft, r for flushright.%ntext specifies what text is to make up the entry."/>
<insert id="multirow" text="\multirow" insert="\multirow{%<rows%|%>}[]{%<width%>}[]{%<text%>}"/>
<insert id="hline" text="\hline" insert="\hline" info="The \hline command draws a horizontal line the width of the table."/>
<insert id="vline" text="\vline" insert="\vline" info="The \vline command draws a vertical line extending the full height and depth of its row."/>
<insert id="cline" text="\cline" insert="\cline{%<from%|%>-%<to%>}" info=""/>
</menu>
<menu id="horizontalSpacing" text="&Horizontal Spacing">
<insert id="spaceCharacter" text="\space" insert="\space" info="The command \space gives you a space where you can't enter a space character."/>
<insert id="enspace" text="\enspace" insert="\enspace" info="The \enspace command inserts a horizontal space of 1/2em."/>
<insert id="quad" text="\quad" insert="\quad" info="The \quad command inserts a horizontal space of 1em (1em being the width of M)."/>
<insert id="qquad" text="\qquad" insert="\qquad" info="The \qquad command inserts a horizontal space of 2em."/>
<insert id="thinspace" text="\thinspace" insert="\thinspace" info="The command \thinspace produces unbreakable and unstretchable space of 1/6em (same as \, in math mode)."/>
<insert id="negthinspace" text="\negthinspace" insert="\negthinspace" info="The command \negthinspace produces unbreakable and unstretchable space of -1/6em (same as \, in math mode)."/>
<insert id="hspace" text="\hspace" insert="\hspace{%<skip%>}" info="The \hspace command inserts an amount of skip of horizontal space."/>
<insert id="hfill" text="\hfill" insert="\hfill" info="The \hfill command inserts a rubber length which has no natural space but that can stretch horizontally as far as needed."/>
<insert id="hrulefill" text="\hrulefill" insert="\hrulefill" info="The \hrulefill command produces an infinite horizontal rubber length that LaTeX fills with a rule (that is, a line), instead of white space."/>
<insert id="dotfill" text="\dotfill" insert="\dotfill" info="The \dotfill command produces an infinite horizontal rubber length that LaTeX fills with dots, instead of white space."/>
</menu>
<menu id="verticalSpacing" text="&Vertical Spacing">
<insert id="newpage" text="\newpage" insert="\newpage" info="The \newpage command ends the current page"/>
<insert id="linebreak" text="\linebreak" insert="\linebreak" info="The \linebreak command tells LaTeX to break the current line at the point of the command."/>
<insert id="pagebreak" text="\pagebreak" insert="\pagebreak" info="The \pagebreak command tells LaTeX to break the current page at the point of the command."/>
<insert id="bigskip" text="\bigskip" insert="\bigskip" info="The \bigskip command adds a 'big' vertical space."/>
<insert id="medskip" text="\medskip" insert="\medskip" info="The \medskip command adds a 'medium' vertical space."/>
<insert id="smallskip" text="\smallskip" insert="\smallskip" info="The \smallskip command adds a 'small' vertical space."/>
<insert id="vspace" text="\vspace" insert="\vspace{%<skip%>}" info="The \vspace command inserts an amount of skip (positive, zero or negative) of vertical space."/>
<insert id="vfill" text="\vfill" insert="\vfill" info="The \vfill command inserts a rubber length which has no natural space but that can stretch vertically as far as needed."/>
<insert id="newline" text="New line - \\" insert="\\%\" info="The \newline command breaks the line right where it is." icon="newline" shortcut="Ctrl+Return"/>
</menu>
<menu id="accents" text="International &Accents">
<insert id="1" text="\'{}" insert="\'{}" icon="accent1"/>
<insert id="2" text="\`{}" insert="\`{}" icon="accent2"/>
<insert id="3" text="\^{}" insert="\^{}" icon="accent3"/>
<insert id="4" text="\"{}" insert="\"{}" icon="accent4"/>
<insert id="5" text="\~{}" insert="\~{}" icon="accent5"/>
<insert id="6" text="\={}" insert="\={}" icon="accent6"/>
<insert id="7" text="\.{}" insert="\.{}" icon="accent7"/>
<insert id="8" text="\v{}" insert="\v{}" icon="accent8"/>
<insert id="9" text="\u{}" insert="\u{}" icon="accent9"/>
<insert id="10" text="\H{}" insert="\H{}" icon="accent10"/>
<insert id="11" text="\r{}" insert="\r{}" icon="accent11"/>
<insert id="12" text="\c{}" insert="\c{}" icon="accent12"/>
<insert id="13" text="\k{}" insert="\k{}" icon="accent13"/>
<insert id="14" text="\b{}" insert="\b{}" icon="accent14"/>
<insert id="15" text="\d{}" insert="\d{}" icon="accent15"/>
</menu>
<menu id="insertfiles" text="Input/Include &Files">
<insert id="input" text="\input{file}" insert="\input{%(TeX files (*.tex);;All files (*.*)%)}"/>
<insert id="include" text="\include{file}" insert="%SCRIPT
fnOld=editor.fileName();
fnMaster=documentManager.getTemporaryCompileFileName();
fileChooser.setDir(fnOld);
fileChooser.setFilter("(TeX files (*.tex);;All files (*.*)");
fileChooser.exec();
fn=fileChooser.fileName();
fnAbs=documentManager.getAbsoluteFilePath(fn,"tex","");
fe=app.fileExists(fnAbs);
fnRel=app.getRelativeFileName(fnAbs,fnOld);
txt=cursor.selectedText();
cursor.removeSelectedText();
cursor.insertText("\\include{"+fnRel+"}");
if(!fe){
app.fileNew();
newEditor = documentManager.currentDocument.editorView.editor;
fnMaster=app.getRelativeFileName(fnMaster,fnAbs);
preamble="% !TeX root="+fnMaster+"\n";
newEditor.write(preamble);
newEditor.write(txt);
newEditor.save(fnAbs);
}"/>
<insert id="includeonly" text="\includeonly{filelist}" insert="\includeonly{%<filelist%>}"/>
<separator/>
<insert id="includegraphics" text="\includegraphics{file}" insert="\includegraphics{%(Graphic files (*.eps *.pdf *.jpg *.png);;All files (*.*)%)}"/>
</menu>
<separator/>
<menu id="review" text="Review remarks (easyReview)">
<insert id="alert" text="\alert{}" insert="\alert{%<text%>}" info="\alert{text} (easyReview)" icon="annotation_highlight"/>
<insert id="comment" text="\comment{}{}" insert="\comment{%<text%>}{%<comment%>}" info="\comment{text}{comment} (easyReview)" icon="annotation_text"/>
<insert id="add" text="\add{}" insert="\add{%<text%>}" info="\add{text} (easyReview)" icon="annotation_add"/>
<insert id="delete" text="\remove{}" insert="\remove{%<text%>}" info="\remove{text} (easyReview)" icon="annotation_del"/>
<insert id="replace" text="\replace{}{}" insert="\replace{%<text%>}{%<replacement%>}" info="\replace{text}{replacement} (easyReview)" icon="annotation_replace"/>
<insert id="reviewon" text="\setreviewson" insert="\setreviewson" info="Turn on review comments in pdf"/>
<insert id="reviewoff" text="\setreviewsoff" insert="\setreviewsoff" info="Turn off review comments in pdf"/>
</menu>
<menu id="references" text="Cross References">
<insert id="label" text="label" insert="\label{%<key%>}" info="\label{key}"/>
<action id="ref" text="ref" slot="1insertRef()"/>
<action id="eqref" text="eqref" slot="1insertEqRef()"/>
<action id="pageref" text="pageref" slot="1insertPageRef()"/>
<insert id="index" text="index" insert="\index{%<key%>}"/>
<insert id="cite" text="cite" insert="\cite{%<key%>}" info="This command generates an in-text citation to the reference associated with the ref entry in the bib file"/>
<insert id="footnote" text="footnote" insert="\footnote{%<text%|%>}" info="\footnote[number]{text}%nThe \footnote command places the numbered footnote text at the bottom of the current page."/>
</menu>
<menu id="bibliographyMenu" text="Bibliography">
<insert id="bibliographystyle" text="\bibliographystyle{}" insert="\bibliographystyle{%|}" info="The argument to \bibliographystyle refers to a file style.bst, which defines how your citations will look"/>
<action id="bibliography" text="\bibliography{}" slot="1insertBib()"/>
<insert id="addbibresource" text="\addbibresource{}" insert="\addbibresource{%<bibfile%>}" info="\addbibresource{bibfile} specifies the location of a resource file for biblatex such as a .bib file. The filename should contain the extension (e.g. '\addbibresource{mybibliography.bib}'). You can only add one file per \addbibresource{} command (no comma-separated lists allowed). But you can use multiple commands."/>
</menu>
</menu>
<menu id="main/math" text="&Math">
<insert id="mathmode" text="Inline math - $...$" insert="$%< %>$" info="Math (in text style) within a paragraph of text" icon="mathmode" shortcut="Ctrl+Shift+M"/>
<insert id="latexmathmode" text="Inline math - \(...\)" insert="\( %| \)" info="Same as $...$ and the math environment"/>
<insert id="displaymath" text="Display math - \[...\]" insert="\[ %| \]" info="Math (in display style) apart from paragraph of text" shortcut="Alt+Shift+M"/>
<insert id="subscript" text="Subscript - _{}" insert="_{%|}" icon="subscript" shortcut="Ctrl+Shift+D"/>
<insert id="superscript" text="Superscript - ^{}" insert="^{%|}" icon="superscript" shortcut="Ctrl+Shift+U"/>
<insert id="frac" text="Fraction - \frac{}{}" insert="\frac{%<num%|%:translatable%>}{%<den%:translatable%>}" icon="smallfrac" shortcut="Alt+Shift+F"/>
<insert id="dfrac" text="Fraction - \dfrac{}{}" insert="\dfrac{%<num%|%:translatable%>}{%<den%:translatable%>}" info="\dfrac (amsmath) always uses display style for the fraction" icon="dfrac" shortcut="Ctrl+Shift+F"/>
<insert id="sqrt" text="Square Root - \sqrt{}" insert="\sqrt{%|}" icon="sqrt" shortcut="Ctrl+Shift+Q"/>
<insert id="left" text="\left" insert="\left " info="Autosize opening delimiter" shortcut="Ctrl+Shift+L"/>
<insert id="right" text="\right" insert="\right " info="Autosize closing delimiter" shortcut="Ctrl+Shift+R"/>
<insert id="array" text="\begin{array}...\end{array}" insert="\begin{array}{%<columns%>}%\%<content%|%>%\\end{array}" info="Tabular for math (used inside one of the other math environments)"/>
<menu id="equations" text="Math &Equations"> // s. issue #3002 for a discussion about the tooltips
// envs with numbers
<insert id="equation" text="env equation" insert="\begin{equation}%\ %<eqn%>%\\end{equation}" info="Single equation centered in a row" shortcut="Ctrl+Shift+N"/>
<insert id="align" text="env align (amsmath)" insert="\begin{align}%\ %<ralign%> & %<lalign%> \\%\ %<ralign%> & %<lalign%>%\\end{align}" info="Multiple equations aligned within columns"/>
<insert id="alignat" text="env alignat (amsmath)" insert="\begin{alignat}{%<ncols%>}%\ %<ralign%> & %<lalign%> & %<dist%> %<ralign%> & %<lalign%> \\%\ %<ralign%> & %<lalign%> & %<ralign%> & %<lalign%>%\\end{alignat}" info="Multiple equations aligned within columns with customizable column spacing"/>
<insert id="flalign" text="env flalign (amsmath)" insert="\begin{flalign}%\ %<ralign%> & %<lalign%> & %<ralign%> & %<lalign%> \\%\ %<ralign%> & %<lalign%> & %<ralign%> & %<lalign%>%\\end{flalign}" info="Multiple equations aligned within columns having column spacing to fill full line"/>
<insert id="gather" text="env gather (amsmath)" insert="\begin{gather}%\ %<eqn1%> \\%\ %<eqn2%>%\\end{gather}" info="Multiple equations centered in rows"/>
<insert id="multline" text="env multline (amsmath)" insert="\begin{multline}%\ %<eqn%> \\%\ %<eqn%>%\\end{multline}" info="Single equation split into multiple lines"/>
<separator/>
// envs without numbers
<insert id="equation*" text="env equation* (amsmath)" insert="\begin{equation*}%\ %<eqn%>%\\end{equation*}" info="The equation* environment is an unnumbered equation environment."/>
<insert id="align*" text="env align* (amsmath)" insert="\begin{align*}%\ %<ralign%> & %<lalign%> \\%\ %<ralign%> & %<lalign%>%\\end{align*}" info="The align* environment is an unnumbered align environment."/>
<insert id="alignat*" text="env alignat* (amsmath)" insert="\begin{alignat*}{%<ncols%>}%\ %<ralign%> & %<lalign%> & %<dist%> %<ralign%> & %<lalign%> \\%\ %<ralign%> & %<lalign%> & %<ralign%> & %<lalign%>%\\end{alignat*}" info="The alignat* environment is an unnumbered alignat environment."/>
<insert id="flalign*" text="env flalign* (amsmath)" insert="\begin{flalign*}%\ %<ralign%> & %<lalign%> & %<ralign%> & %<lalign%> \\%\ %<ralign%> & %<lalign%> & %<ralign%> & %<lalign%>%\\end{flalign*}" info="The flalign* environment is an unnumbered flalign environment."/>
<insert id="gather*" text="env gather* (amsmath)" insert="\begin{gather*}%\ %<eqn1%> \\%\ %<eqn2%>%\\end{gather*}" info="The gather* environment is an unnumbered gather environment."/>
<insert id="multline*" text="env multline* (amsmath)" insert="\begin{multline*}%\ %<eqn%> \\%\ %<eqn%>%\\end{multline*}" info="The multline* environment is an unnumbered multline environment."/>
<separator/>
<insert id="cases" text="env cases (amsmath)" insert="\begin{cases}%\ %<val1%> & \text{%<cond1%>} \\%\ %<val2%> & \text{%<cond2%>}%\\end{cases}" info="Distinction of cases (within other math env)"/>
<insert id="split" text="env split (amsmath)" insert="\begin{split}%\ %<ralign%> & %<lalign%> \\%\ & %<lalign%>%\\end{split}" info="Single equation split into multiple aligned lines (within other math env)"/>
</menu>
<menu id="functions" text="Math &Functions">
<insert id="arccos" text="\arccos" insert="\arccos "/>
<insert id="arcsin" text="\arcsin" insert="\arcsin "/>
<insert id="arctan" text="\arctan" insert="\arctan "/>
<insert id="cos" text="\cos" insert="\cos "/>
<insert id="cosh" text="\cosh" insert="\cosh "/>
<insert id="cot" text="\cot" insert="\cot "/>
<insert id="coth" text="\coth" insert="\coth "/>
<insert id="csc" text="\csc" insert="\csc "/>
<insert id="deg" text="\deg" insert="\deg "/>
<insert id="det" text="\det" insert="\det "/>
<insert id="dim" text="\dim" insert="\dim "/>
<insert id="exp" text="\exp" insert="\exp "/>
<insert id="gcd" text="\gcd" insert="\gcd "/>
<insert id="hom" text="\hom" insert="\hom "/>
<insert id="inf" text="\inf" insert="\inf "/>
<insert id="ker" text="\ker" insert="\ker "/>
<insert id="lg" text="\lg" insert="\lg "/>
<insert id="lim" text="\lim" insert="\lim "/>
<insert id="liminf" text="\liminf" insert="\liminf "/>
<insert id="limsup" text="\limsup" insert="\limsup "/>
<insert id="ln" text="\ln" insert="\ln "/>
<insert id="log" text="\log" insert="\log "/>
<insert id="max" text="\max" insert="\max "/>
<insert id="min" text="\min" insert="\min "/>
<insert id="sec" text="\sec" insert="\sec "/>
<insert id="sin" text="\sin" insert="\sin "/>
<insert id="sinh" text="\sinh" insert="\sinh "/>
<insert id="sup" text="\sup" insert="\sup "/>
<insert id="tan" text="\tan" insert="\tan "/>
<insert id="tanh" text="\tanh" insert="\tanh "/>
</menu>
<!-- definitions from \usepackage[standard]{ntheorem} -->
<menu id="definitions" text="Math &Definitions">
<insert id="Corollary" text="env Corollary (ntheorem)" insert="\begin{Corollary}%\%|%\\end{Corollary}" info="Needs \usepackage[standard]{ntheorem}"/>
<insert id="Definition" text="env Definition (ntheorem)" insert="\begin{Definition}%\%|%\\end{Definition}" info="Needs \usepackage[standard]{ntheorem}"/>
<insert id="Example" text="env Example (ntheorem)" insert="\begin{Example}%\%|%\\end{Example}" info="Needs \usepackage[standard]{ntheorem}"/>
<insert id="Lemma" text="env Lemma (ntheorem)" insert="\begin{Lemma}%\%|%\\end{Lemma}" info="Needs \usepackage[standard]{ntheorem}"/>
<insert id="Proof" text="env Proof (ntheorem)" insert="\begin{Proof}%\%|%\\end{Proof}" info="Needs \usepackage[standard]{ntheorem}"/>
<insert id="Proposition" text="env Proposition (ntheorem)" insert="\begin{Proposition}%\%|%\\end{Proposition}" info="Needs \usepackage[standard]{ntheorem}"/>
<insert id="Remark" text="env Remark (ntheorem)" insert="\begin{Remark}%\%|%\\end{Remark}" info="Needs \usepackage[standard]{ntheorem}"/>
<insert id="Theorem" text="env Theorem (ntheorem)" insert="\begin{Theorem}%\%|%\\end{Theorem}" info="Needs \usepackage[standard]{ntheorem}"/>
</menu>
<menu id="fontstyles" text="Math Font St&yles">
<insert id="mathrm" text="Roman - \mathrm{}" insert="\mathrm{%|}" icon="font_mathrm"/>
<insert id="mathit" text="Italic - \mathit{}" insert="\mathit{%|}" icon="font_mathit"/>
<insert id="mathbf" text="Bold - \mathbf{}" insert="\mathbf{%|}" icon="font_mathbf"/>
<insert id="mathsf" text="Sans Serif - \mathsf{}" insert="\mathsf{%|}" icon="font_mathsf"/>
<insert id="mathtt" text="Typewriter - \mathtt{}" insert="\mathtt{%|}" icon="font_mathtt"/>
<insert id="mathcal" text="Calligraphic - \mathcal{}" insert="\mathcal{%|}" icon="font_mathcal"/>
<insert id="mathbb" text="Blackboard Bold - \mathbb{} (amssymb)" insert="\mathbb{%|}" icon="font_mathbb"/>
<insert id="mathfrak" text="Fraktur - \mathfrak{} (amssymb)" insert="\mathfrak{%|}" icon="font_mathfrak"/>
</menu>
<menu id="grouping" text="Math &Stacking Symbols">
<insert id="overline" text="\overline" insert="\overline{%<content%>}"/>
<insert id="underline" text="\underline" insert="\underline{%<content%>}"/>
<insert id="overbrace" text="\overbrace" insert="\overbrace{%<content%>}"/>
<insert id="underbrace" text="\underbrace" insert="\underbrace{%<content%>}"/>
<insert id="overleftarrow" text="\overleftarrow" insert="\overleftarrow{%<content%>}"/>
<insert id="overrightarrow" text="\overrightarrow" insert="\overrightarrow{%<content%>}"/>
<insert id="stackrel" text="\stackrel" insert="\stackrel{%<top symbol%>}{%<bottom symbol%>}"/>
<insert id="overset" text="\overset (amsmath)" insert="\overset{%<top symbol%>}{%<symbol%>}"/>
<insert id="underset" text="\underset (amsmath)" insert="\underset{%<bottom symbol%>}{%<symbol%>}"/>
<insert id="sideset" text="\sideset (amsmath)" insert="\sideset{%<left ind+exp%>}{%<right ind+exp%>}"/>
<insert id="prescript" text="\prescript (mathtools)" insert="\prescript{%<left exp%>}{%<left ind%>}{%<arg%>}"/>
</menu>
<menu id="fontaccent" text="Math &Accents">
<insert id="acute" text="\acute{}" insert="\acute{%|}" icon="acute"/>
<insert id="grave" text="\grave{}" insert="\grave{%|}" icon="grave"/>
<insert id="tilde" text="\tilde{}" insert="\tilde{%|}" icon="tilde"/>
<insert id="bar" text="\bar{}" insert="\bar{%|}" icon="bar"/>
<insert id="vec" text="\vec{}" insert="\vec{%|}" icon="vec"/>
<insert id="hat" text="\hat{}" insert="\hat{%|}" icon="hat"/>
<insert id="check" text="\check{}" insert="\check{%|}" icon="check"/>
<insert id="breve" text="\breve{}" insert="\breve{%|}" icon="breve"/>
<insert id="dot" text="\dot{}" insert="\dot{%|}" icon="dot"/>
<insert id="ddot" text="\ddot{}" insert="\ddot{%|}" icon="ddot"/>
</menu>
<menu id="fontspaces" text="Math S&paces">
<insert id="negative" text="Negative - \!" insert="\!" info="Negative thin space"/>
<insert id="small" text="Thin - \," insert="\," info="3/18 of a \quad"/>
<insert id="medium" text="Medium - \:" insert="\:" info="4/18 of a \quad"/>
<insert id="large" text="Thick - \;" insert="\;" info="5/18 of a \quad"/>
<insert id="interword" text="Interword - \ " insert="\ " info="regular whitespace"/>
<insert id="quad" text="One quad - \quad" insert="\quad " info="The \quad command inserts a horizontal space of 1em (1em being the width of M)."/>
<insert id="qquad" text="Two quads - \qquad" insert="\qquad" info="Twice the size of a \quad"/>
</menu>
</menu>
</TexMakerXUI>