Web上の数式の作成方法

[pukiwiki]

* tex fileの編集 [#laeccdf2]

-sp.texをつぎのように書いて

$./textogif -res 0.25 sp.tex~
$./textogif -res 0.1 -dpi 120 -png sp2.tex

を実行する。
default dpi=150~
dpi=120で8割の大きさになる~
-pngでpng形式になる

*** sp.tex [#ub7a2c42]
\documentclass[12pt]{article}~
\pagestyle{empty}~
\begin{document}~
$\rho(r)=Z ~ \left( \frac{1}{2 \sigma^2_c \pi } \right)^{3/2}~
\exp \left( – \frac{r^2}{2 \sigma^2_c} \right) $~
\end{document}~

***できたsp.gif [#u3368eff]
#ref(http://anago.harima.riken.go.jp/~yoshi/equations/sp.gif)

[/pukiwiki]