数式表示プラグイン wpmathpub

今回は、WordPress で数式を表示するプラグイン、wpmathpub をご紹介します。

WP Math Publisher – wpmathpub

ダウンロード、解凍した、wpmathpub をディレクトリにコピー。

# cd /passtowordpress/wp-content/plugins/
# cp -R /home/user/wpmathpub/ ./
# chown -R apache:apache wpmathpub/

[ダッシュボード]の[インストール済みプラグイン]から、wpmathpub を[有効化]します。

./wpmathpub/phpmathpulisher/img/ ディレクトリのパーミッションを755 に。

# cd phpmathpublisher
# chmod 755 img/

./wpmathpub/wpmathpub.php の55行目のtrue をfalse に変更。

# cd ..
# vi ./wpmathpub.php
define("AUTOCHMOD", true);
↓
define("AUTOCHMOD", false);

数式をタグで挟むと整えられた数式画像に変換されます。

[pmath size=10]S(f)(t)=a_{0}+sum{n=1}{+infty}{a_{n} cos(n omega t)+b_{n} sin(n omega t)}[/pmath]

参考URL:

http://kensawai.com/blog/wordpress-%E6%95%B0%E5%BC%8F.html

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です