| Line 49... |
Line 49... |
| 49 |
\item[accents] accented expressions are specified using the special
|
49 |
\item[accents] accented expressions are specified using the special
|
| 50 |
mathematical functions {\tt hat} and {\tt bar}. For example, {\tt
|
50 |
mathematical functions {\tt hat} and {\tt bar}. For example, {\tt
|
| 51 |
hat(x)} produces $\hat x$ and {\tt bar(x)} produces $\bar x$.
|
51 |
hat(x)} produces $\hat x$ and {\tt bar(x)} produces $\bar x$.
|
| 52 |
|
52 |
|
| 53 |
\item[fractions] fractions are specified using the special
|
53 |
\item[fractions] fractions are specified using the special
|
| 54 |
mathematical function {\tt over}. For example, {\tt over(1,2)}
|
54 |
mathematical function {\tt frac} (or its alias, {\tt over}).
|
| 55 |
produces $1\over2$.
|
55 |
For example, {\tt frac(1,2)} produces $1\over2$.
|
| 56 |
|
56 |
|
| 57 |
\item[relations] equality or assignment of terms is specified using
|
57 |
\item[relations] equality or assignment of terms is specified using
|
| 58 |
the {\tt ==} relation. For example, {\tt x == y} produces $x=y$.
|
58 |
the {\tt ==} relation. For example, {\tt x == y} produces $x=y$.
|
| 59 |
|
59 |
|
| 60 |
\item[visible grouping] terms are visibly grouped by placing them
|
60 |
\item[visible grouping] terms are visibly grouped by placing them
|