2014年12月5日金曜日

MathJax

(文章中数式)
Heaviside-Lorentz系で計量がtime like、field strengthが$F_{\mu\nu}=\partial_\mu A_\nu-\partial_\nu A_\mu$のとき、
(通常の数式、行列) \[ F_{\mu\nu}= \begin{pmatrix} 0 & E^1 & E^2 & E^3 \\ -E^1 & 0 & -B^3 & B^2 \\ -E^2 & B^3 & 0 & -B^1 \\ -E^3 & -B^2 & B^1 & 0\end{pmatrix} \] (複数行の数式、連分数展開) \begin{eqnarray*} \sqrt{2}&=&[1; 2, 2, 2, 2, 2, 2, \dots]\\ &=&1+\cfrac{1}{2+\cfrac{1}{2+\cfrac{1}{2+\cfrac{1}{2+\cfrac{1} {2+\cfrac{1}{2+\cfrac{1}{\cdots}}}}}}} \end{eqnarray*}

2014年8月17日日曜日

マニュアル

PHP

http://php.net/manual/ja/index.php

JavaScript
http://www.ajaxtower.jp/js/
http://www.red.oit-net.jp/tatsuya/js/index.htm


2014年7月26日土曜日

Templates

HTML5

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8"/>
<title></title>
<style>
 
</style>
</head>
<body>
</body>
</html>