MathJax
提供: Internet Web School
(版間での差分)
(→memo, testing...) |
|||
(間の6版分が非表示) | |||
1 行: | 1 行: | ||
- | = | + | = MathJaxプラグインによる数式表示 = |
- | $f(x) = | + | ==inline equation== |
+ | |||
+ | This is a sample equation : √x2+y2=z | ||
+ | <nowiki>√x2+y2=z</nowiki> | ||
+ | |||
+ | ==blocked equation== | ||
+ | |||
+ | ∫xadx=1a+1xa+1+C.(a≠−1) | ||
+ | |||
+ | <nowiki>∫xadx=1a+1xa+1+C.(a≠−1)</nowiki> | ||
+ | |||
+ | ==multiple-line blocked equations== | ||
+ | |||
+ | : eiθ=cosθ+isinθeπi+1=0 | ||
+ | <nowiki>eiθ=cosθ+isinθeπi+1=0</nowiki> | ||
+ | |||
+ | ==SIZE feature== | ||
+ | |||
+ | ===\small=== | ||
+ | : ex=∑∞n=0xnn! | ||
+ | <nowiki>ex=∑∞n=0xnn!</nowiki> | ||
+ | |||
+ | ===normalsize=== | ||
+ | : ex=∑∞n=0xnn! | ||
+ | <nowiki>ex=∑∞n=0xnn!</nowiki> | ||
+ | |||
+ | ===\large=== | ||
+ | : ex=∑∞n=0xnn! | ||
+ | <nowiki>ex=∑∞n=0xnn!</nowiki> | ||
+ | |||
+ | ===\Large=== | ||
+ | : ex=∑∞n=0xnn! | ||
+ | <nowiki>ex=∑∞n=0xnn!</nowiki> | ||
+ | |||
+ | ===\LARGE=== | ||
+ | : ex=∑∞n=0xnn! | ||
+ | <nowiki>ex=∑∞n=0xnn!</nowiki> | ||
+ | |||
+ | ===\Huge=== | ||
+ | : ex=∑∞n=0xnn! | ||
+ | <nowiki>\blueex=∑∞n=0xnn!</nowiki> | ||
+ | |||
+ | ==MathJax homepage== | ||
+ | |||
+ | http://www.mathjax.org/ | ||
+ | |||
+ | 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== | ||
+ | |||
+ | [[File:LaTeX-symbols.pdf|Please refer this PDF file.]] | ||
+ | |||
+ | == memo, testing... == | ||
+ | |||
+ | 関数<br/> | ||
+ | $$ | ||
+ | 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/> | ||
+ | を考える。 | ||
+ | |||
+ | $$\int x^a dx = \frac{1}{a+1}x^{a+1}+C. \quad (a \ne -1)$$ | ||
+ | |||
+ | |||
+ | [[en:MathJax]] | ||
+ | [[ja:MathJax]] |
2017年12月19日 (火) 11:29 時点における最新版
目次[非表示] |
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)={x3yx2+y2((x,y)≠0)0((x,y)=0)
を考える。
∫xadx=1a+1xa+1+C.(a≠−1)