Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Using MimeTeX 2.

Using MimeTeX 2

From MoodleDocs

As we have already covered the basics of MimeTeX, this page is devoted to the characters you can use.

WARNING: In this Wiki environment, the MimeTeX filter is not controlling the essential rendering of the control sequences. The effects are the same, but they are rendered by another Tex filter. It helps the syntax is almost the same though.

Maths symbols available in Moodle

A number of the characters and symbols below have already been covered in previous pages, but this is a more exhaustive list. There are a number more, but their relevance to K-12 maths is questionable.

Keyboard characters are available as themselves but many characters have a significance in TeX. All command sequences start and end with the $$ i.e. $$ \entire command sequence $$. All control sequences start with the backslash, \, i.e. \times, or \frac{1}{2}, and have no end character. There are a number of different types of charsets available, not just Maths but also scientific sets but these need be installed to your Moodle if you want additional charsets. Unfortunately, MimeTeX is designed for use in Maths, not science, so it may struggle using non-Maths charsets.

Symbols

These are not all the symbols that may be available in MimeTeX, just the ones that I have found to work in Moodle.

\amalg \cup \oplus \times
\ast \dagger \oslash \triangleleft
\bigcirc \ddagger \otimes \triangleright
\bigtriangledown \diamond \pm \odot
\bigtriangleup \div \ominus \wr
\circ \wedge \vee \sqcup
\leq \geq \equiv \prec
\succ \sim \perp \preceq
\succeq \simeq \mid \ll
\gg \asymp \parallel \subset
\supset \subseteq \supseteq \approx
\neq \ni \notin \in
\vdash \dashv \bullet \cdot

Arrows

\leftarrow \longleftarrow \Leftarrow \Longleftarrow
\rightarrow \longrightarrow \Rightarrow \Longrightarrow
\uparrow \Uparrow \downarrow \Downarrow
\leftrightarrow \longleftrightarrow \updownarrow \Updownarrow
\Leftrightarrow \Longleftrightarrow \leftrightharpoon \Im
\nearrow \nwarrow \swarrow \searrow

Delimiters and Maths Constructs

NOTE: Most delimiters and constructs need additional parameters for them to appear appropriately.

\{x \} \rangle \langle
\angle \= \sqrt{ab} \sqrt[n]{ab}
\frac{ab}{cd} \backslash \widehat{ab} \$
\overline{ab} \underline{ab} \therefore \ddots
\% \# \vdots \emptyset

WARNINGS: The & character in LaTeX usually requires a \. In TeX, apparently, it does not. Other packages, AsciiMath, may use it differently again so be careful using it. The copyright character may use the default MimeTeX charset, and produces a copyright notice for John Forkosh Associates. I have been, almost reliably, informed that a particular instruction will produce a different notice though .:)

There are also a number of characters that can be used in MimeTeX but do not render in this page:

cfmimetex08.png
Larger \left(x and

\right) brackets

cfmimetex06.gif
\widetilde{ab}
cfmimetex09.gif
\textdegree or (50)^\circ

Greek Letters

\alpha \beta \gamma
\delta \epsilon \zeta
\eta \theta \iota
\kappa \lambda \mu
\xi \pi \rho
\sigma \tau \upsilon
\phi \chi \psi
\omega \Omega \Theta
\Delta \Pi \Phi

Notable Exceptions

Greek letter omicron. Simply put, omicron is an "o" or an "O".

Fonts

To use a particular font you need to access the font using the same syntax as demonstrated above.

A math calligraphic font:

or

$$ \mathcal{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$

A Castellar type font:

or

$$ \mathbb{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$

An Old English type font:

or

$$ \mathfrak{ABCDEFGHIJKLMNOPQRSTUVXYZ}$$

An italic font:

ABCDEFGHIJKLMNOPQRSTUVXYZ

or

$$ \mathi{ABCDEFGHIJKLMNOPQRSTUVXYZ} $$

A bold-face font:

or

$$ \mathbf{ABCDEFGHIJKLMNOPQRSTUVXYZ} $$

Size of displays

The default size is rendered slightly larger than normal font size. MimeTeX uses eight different sizes ranging from "tiny" to "huge". However,these values seem to mean different things and are, I suspect, dependent upon the User's screen resolution. The sizes can be noted in four different ways:

\fontsize{0} to \fontsize{7} $$\fontsize{2} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$
cfmimetex11a.gif
\fs{0} to \fs{7} $$\fs{4} x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$
cfmimetex11b.gif
\fs0 to \fs7 $$\fs6 x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$
cfmimetex11c.gif
As well, you can use \tiny \small

\normalsize \large \Large \LARGE \huge \Huge

$$\normalsize x \ = \ \frac{\sqrt{144}}{2} \ \times \ (y \ + \ 12)$$
cfmimetex11d.gif

It appears that MimeTeX now allows \fs6, \fs7, \huge and \Huge to be properly rendered.

See Also