[[FrontPage]]
#mimetex(\sqrt{x^2+y^2}=z).
文中の数式や &mimetex(\sqrt{z^2}); も表示可能
ホンマニ動くんかいね
* highlighter.inc.php を導入 [#u458cd5f]
http://www.revulo.com/PukiWiki/Plugin/Highlighter.html
#highlighter(php,number){{
<?php
echo 'test';
?>
}}
#highlighter(php,number){{
<?php
echo 'test';
?>
}}
codehighlight.inc.php 導入したけど,綺麗に表示されない.
http://pukiwiki.sourceforge.jp/?%E8%87%AA%E4%BD%9C%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3%2Fcodehighlight.inc.php#icfa3313
#code(php,number){{
<?php
echo 'test';
?>
}}
#code(php,number){{
<?php
echo 'test';
?>
}}