Re: latex2htmlでのパターンマッチングを用いた定義

名前: 竹の
日時: 2003-09-10 19:56:24
IPアドレス: 202.243.120.*

>>21661 一応訂正しておきますが、do_cmd_Word は前に書いたのではダメで、 以下のようにしないといけないようです。 sub do_cmd_Word { local($_) = @_; local($text, $id); local($opt, $dummy) = &get_next_optional_argument; $text = &missing_braces unless ((s/$next_pair_pr_rx/($id, $text) = ($1, $2);''/eo) ||(s/$next_pair_rx/($id, $text) = ($1, $2);''/eo)); $opt=$text if ( $opt eq "" ); $_ = "<#$id#>word:$opt<#$id#>\n$_"; &process_ref($cross_ref_mark,$cross_ref_mark,$text); } # 相変わらず dirty hack ですが

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)