Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Using MimeTeX 2: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
Cap resum de modificació
Línia 1: Línia 1:
As we have already covered the basics of MimeTeX, this page is devoted to more advanced encoding.
As we have already covered the basics of MimeTeX, this page is devoted to more advanced issues.
 
==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 control sequences start with the backslash, \, and have no end character. All command sequences start and end with the $$. 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. 
 
 
{| class="nicetable"
|-
| \amalg
| <math>\amalg</math> 
| \cup
| <math>\cup</math> 
| \oplus
| <math>\oplus</math> 
| \times
| <math>\times</math> 
|-
|\ast
|<math>\ast</math> 
|\dagger
|<math>\dagger</math> 
| \oslash
| <math>\oslash</math> 
| \triangleleft
| <math>\triangleleft</math> 
|-
| \bigcirc
| <math>\bigcirc</math> 
| \ddagger
| <math>\ddagger</math> 
| \otimes
| <math>\otimes</math> 
| \triangleright
| <math>\triangleright</math>
|-
| \bigtriangledown
| <math>\bigtriangledown</math> 
| \diamond
| <math>\diamond</math> 
| \pm
| <math>\pm</math> 
| \odot
| <math>\odot</math> 
|-
| \bigtriangleup
| <math>\bigtriangleup</math> 
| \div
| <math>\div</math> 
| \ominus
| <math>\ominus</math> 
| \wr
| <math>\wr</math> 
|-
| \circ
| <math>\circ</math> 
| \wedge
| <math>\wedge</math> 
| \vee
| <math>\vee</math> 
| \sqcup
| <math>\sqcup</math> 
|-
| \leq
| <math>\leq</math> 
| \geq
| <math>\geq</math> 
| \equiv
| <math>\equiv</math> 
| \prec
| <math>\prec</math> 
|-
| \succ
| <math>\succ</math> 
| \sim
| <math>\sim</math> 
| \perp
| <math>\perp</math> 
| \preceq
| <math>\preceq</math> 
|-
| \succeq
| <math>\succeq</math> 
| \simeq
| <math>\simeq</math> 
| \mid
| <math>\mid</math> 
| \ll
| <math>\ll</math> 
|-
| \gg
| <math>\gg</math> 
| \asymp
| <math>\asymp</math> 
| \parallel
| <math>\parallel</math> 
| \subset
| <math>\subset</math> 
|-
| \supset
| <math>\supset</math> 
| \subseteq
| <math>\subseteq</math> 
| \supseteq
| <math>\supseteq</math> 
| \approx
| <math>\approx</math> 
|-
| \neq
| <math>\neq</math> 
| \ni
| <math>\ni</math> 
| \notin
| <math>\notin</math> 
| \in
| <math>\ni</math> 
|-
| \vdash
| <math>\vdash</math> 
| \dashv
| <math>\dashv</math> 
| \bullet
| <math>\bullet</math> 
| \cdot
| <math>\cdot</math> 
|}
 
 
Arrows
 
\leftarrow
 
$$\leftarrow$$
 
\longleftarrow
 
$$\longleftarrow$$
 
\Leftarrow
 
$$\Leftarrow$$
 
\Longleftarrow
 
$$\Longleftarrow$$
 
\rightarrow
 
$$\rightarrow$$
 
\longrightarrow
 
$$\longrightarrow$$
 
\Rightarrow
 
$$\Rightarrow$$
 
\Longrightarrow
 
$$\Longrightarrow$$
 
\uparrow
 
$$\uparrow$$
 
\Uparrow
 
$$\Uparrow$$
 
\downarrow
 
$$\downarrow$$
 
\Downarrow
 
$$\Downarrow$$
 
\leftrightarrow
 
$$\leftrightarrow$$
 
\longleftrightarrow
 
$$\longleftrightarrow$$
 
\updownarrow
 
$$\updownarrow$$
 
\Updownarrow
 
$$\Updownarrow$$
 
\Leftrightarrow
 
$$\Leftrightarrow$$
 
\Longleftrightarrow
 
$$\Longleftrightarrow$$
 
\leftrightharpoon
 
$$\rightleftharpoons$$
 
\Im
 
$$\Im$$
 
\nearrow
 
$$\nearrow$$
 
\nwarrow
 
$$\nwarrow$$
 
\swarrow
 
$$\swarrow$$
 
\searrow
 
$$\searrow$$
 
 
Delimiters and Maths Constructs
 
NOTE: Most delimiters and constructs need additional parameters for them to appear appropriately.
 
\{x
 
$$\{x $$
 
x \}
 
$$x \} $$
 
\(
 
$$\left(x $$
 
\)
 
$$ x\right) $$
 
\rangle
 
$$\rangle $$
 
\langle
 
$$ \langle $$
 
\angle
 
$$ \angle $$
 
|
 
$$ | $$
 
\sqrt{ab}
 
$$\sqrt{ab}$$
 
\sqrt[n]{ab}
 
$$\sqrt[n]{ab}$$
 
\frac{ab}{cd}
 
$$\frac{ab}{cd}$$
 
\backslash
 
$$\backslash$$
 
\widetilde{ab}
 
$$\widetilde{ab}$$
 
\widehat{ab}
 
$$\widehat{ab}$$
 
\overline{ab}
 
$$\overline{ab}$$
 
\underline{ab}
 
$$\underline{ab}$$
 
\$
 
$$ \$ $$
 
\therefore
 
$$\therefore$$
 
\%
 
$$\%$$
 
\#
 
$$\# $$
 
\angle
 
$$\angle$$
 
\vdots
 
$$\vdots$$
 
\ddots
 
$$\ddots$$
 
\emptyset
 
$$\emptyset$$
 
WARNINGS: The & character in $$LaTeX$$ usually requires a \. In $$TeX$$, apparently, it does not. Other packages, AsciiMath, when it becomes available, 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.
 





Revisió del 05:54, 9 jul 2010

As we have already covered the basics of MimeTeX, this page is devoted to more advanced issues.

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 control sequences start with the backslash, \, and have no end character. All command sequences start and end with the $$. 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.


\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


$$\leftarrow$$


\longleftarrow


$$\longleftarrow$$


\Leftarrow


$$\Leftarrow$$


\Longleftarrow


$$\Longleftarrow$$

\rightarrow


$$\rightarrow$$


\longrightarrow


$$\longrightarrow$$


\Rightarrow


$$\Rightarrow$$


\Longrightarrow


$$\Longrightarrow$$

\uparrow


$$\uparrow$$


\Uparrow


$$\Uparrow$$


\downarrow


$$\downarrow$$


\Downarrow


$$\Downarrow$$

\leftrightarrow


$$\leftrightarrow$$


\longleftrightarrow


$$\longleftrightarrow$$


\updownarrow


$$\updownarrow$$


\Updownarrow


$$\Updownarrow$$

\Leftrightarrow


$$\Leftrightarrow$$


\Longleftrightarrow


$$\Longleftrightarrow$$


\leftrightharpoon


$$\rightleftharpoons$$


\Im


$$\Im$$

\nearrow


$$\nearrow$$


\nwarrow


$$\nwarrow$$


\swarrow


$$\swarrow$$


\searrow


$$\searrow$$


Delimiters and Maths Constructs

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

\{x


$$\{x $$


x \}


$$x \} $$


\(


$$\left(x $$


\)


$$ x\right) $$

\rangle


$$\rangle $$


\langle


$$ \langle $$


\angle


$$ \angle $$


|


$$ | $$

\sqrt{ab}


$$\sqrt{ab}$$


\sqrt[n]{ab}


$$\sqrt[n]{ab}$$


\frac{ab}{cd}


$$\frac{ab}{cd}$$


\backslash


$$\backslash$$

\widetilde{ab}


$$\widetilde{ab}$$


\widehat{ab}


$$\widehat{ab}$$


\overline{ab}


$$\overline{ab}$$


\underline{ab}


$$\underline{ab}$$

\$


$$ \$ $$


\therefore


$$\therefore$$


\%


$$\%$$


\#


$$\# $$

\angle


$$\angle$$


\vdots


$$\vdots$$


\ddots


$$\ddots$$


\emptyset


$$\emptyset$$

WARNINGS: The & character in $$LaTeX$$ usually requires a \. In $$TeX$$, apparently, it does not. Other packages, AsciiMath, when it becomes available, 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.


See Also