|
|
TeX-Math defines the subset of LaTeX that is supported by EquationServer for .NET and SciWriter. It includes most of standard math commands and environments of LaTeX and AMS LaTeX.
Examples
|
The prime symbol will automatically be superscripted:
|
Examples
|
Display Style fractions inside a text style environment can be created with the \dfrac command.
Examples
|
Text Style fractions inside a display style environment can be created with the \tfrac command.
Examples
|
Examples
|
Display Style binomial coefficients inside a text style environment can be created with the \dbinom command.
Examples
|
Text Style binomial coefficients inside a display style environment can be created with the \tbinom command.
Examples
|
Examples
|
There are two types of functions:
|
|
Symbols that will be larger in display style (LaTeX: \displaystyle) than in text style (LaTeX: \textstyle) are listed in table 2.3.
|
The large operators (such as integral signs, sums and other), as defined in section 2.6, as well as the mathematical functions with limits, as defined in section 2.5.2, can optionally have upper and/or lower limits. Those optional limits can be specified with "^" (Superscript) and "_" (Subscript) respectively. In display mode, these limits will be shown above and below the operator symbol. In text mode however these limits will be shown as superscripts and subscripts.
Examples
|
Use the \nolimits command if you wish to show the limits of large operators (or functions with limits) as subscripts and superscripts in display style.
Examples
|
Use the \limits command if you wish to show the limits of large operators below and above the operator symbol in text style.
Examples
|
Large operators sometimes need multiline limits, which can be typeset with the \substack command. The command \\ is used to separate lines inside the stack.
Examples
|
The lines are centered by \substack command. To get multiline limits with left aligned lines you can use the subarray environment.
Examples
|
Examples
|
|
Using the commands \left and \right in combination with delimiters chosen from table 2.4 it is possible to construct a pair of delimiters of variable size (stretchy).
Examples
|
Using the commands \big, \Big, \bigg and \Bigg in combination with a delimiter chosen from table 2.4 it is possible to produce delimiters of a larger size than the standard size.
Examples
|
|
Examples
|
Examples
|
Examples
|
Examples
|
Text inside math environment can be included with the \mbox or \text command.
Examples
|
To use one of the special characters &, $, {, }, _, #, ^, ~ or % in a text environment it is required to type a backslash before the symbol.
|
|
The \phantom command produces a space in a formula equivalent to the space that would be occupied by its typeset argument.
Examples
|
Table 5.1 shows the commands that can be used to change the font size directly.
|
Additionally there are the commands listed in table 5.2 which change the style parameters display style and the script level of an expression.
|
|
The matrix environment creates a matrix with centered table cells.
Examples
|
The array environment allows to define the column alignment (l= left aligned, c= centered, r = right aligned) and to insert vertical column lines in a second argument. Horizontal lines between rows can be inserted with the \hline command.
Examples
|
The environments pmatrix, bmatrix, Bmatrrix, vmatrix and Vmatrix create a matrix with surrounding delimiters as shown in table 6.1.
|
The cases environment produces an matrix with left aligned columns and a left brace of variable size.
Examples
|
The multiline environment can be used to create multiline equations.
Examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright 2007 soft4science Bernhard Keil