mimeTeXやimgTeXやtexvcというものがあるようですが,サーバにはPHPがインストールされていてそれをうまく使えないかと考えています。作りかけのコードです(imgTeXを参考にしました): /home/okumura/php/phptex.inc: <?php function tex($x) { $t = md5($x); if (!file_exists("teximg/$t.png")) { $f = fopen("teximg/$t.tex", "w"); fwrite($f, "\\documentclass{article}\n\\usepackage{type1cm,amsmath,amssymb}\n\\pagestyle{empty}\n\\begin{document}\n$x\n\\end{document}\n"); fclose($f); system