MathJax
提供: Internet Web School
(版間での差分)
(→memo) |
|||
58 行: | 58 行: | ||
[[File:LaTeX-symbols.pdf|Please refer this PDF file.]] | [[File:LaTeX-symbols.pdf|Please refer this PDF file.]] | ||
- | ==memo== | + | == memo, testing... == |
+ | |||
+ | $ | ||
+ | f(x,y) = \left\{ | ||
+ | \begin{array}{ll} | ||
+ | \frac{x^3y}{x^2+y^2} & ((x,y) \neq {\bf 0} \\ | ||
+ | 0 & ((x,y)={\bf 0}) | ||
+ | \end{array} \right | ||
+ | $ <br/> | ||
[[en:MathJax]] | [[en:MathJax]] | ||
[[ja:MathJax]] | [[ja:MathJax]] |
2017年12月19日 (火) 11:24時点における版
目次[非表示] |
MathJaxプラグインによる数式表示
inline equation
This is a sample equation : √x2+y2=z
$\sqrt{x^2+y^2} = z$
blocked equation
∫xadx=1a+1xa+1+C.(a≠−1)
$$\int x^a dx = \frac{1}{a+1}x^{a+1}+C. \quad (a \ne -1)$$
multiple-line blocked equations
- eiθ=cosθ+isinθeπi+1=0
$e^{i \theta} = \cos \theta + i \, \sin \theta\\ e^{\pi i} + 1 = 0$
SIZE feature
\small
- ex=∑∞n=0xnn!
$\small e^x=\sum_{n=0}^\infty\frac{x^n}{n!}$
normalsize
- ex=∑∞n=0xnn!
$e^x=\sum_{n=0}^\infty\frac{x^n}{n!}$
\large
- ex=∑∞n=0xnn!
$\large e^x=\sum_{n=0}^\infty\frac{x^n}{n!}$
\Large
- ex=∑∞n=0xnn!
$\Large e^x=\sum_{n=0}^\infty\frac{x^n}{n!}$
\LARGE
- ex=∑∞n=0xnn!
$\LARGE e^x=\sum_{n=0}^\infty\frac{x^n}{n!}$
\Huge
- ex=∑∞n=0xnn!
$\Huge\blue e^x=\sum_{n=0}^\infty\frac{x^n}{n!}$
MathJax homepage
test page (using .js) -http://cdn.mathjax.org/mathjax/latest/test/sample-tex.html
MediaWiki extensions/MathJax.php plugin
http://www.mediawiki.org/wiki/Extension:MathJax
LaTeX Math. symbols
memo, testing...
f(x,y) = \left\{
\begin{array}{ll}
\frac{x^3y}{x^2+y^2} & ((x,y) \neq {\bf 0} \\
0 & ((x,y)={\bf 0})
\end{array} \right