名前: 角藤 日時: 2004-09-20 23:09:03 IPアドレス: 61.27.203.*
>>31568 >>例えば hypertex special を直接書くと、うまく行かないようです: > >\documentclass{article} >\begin{document} >\special{html: [a href="http://www.fsci.fuk.kindai.ac.jp/kakuto/"]} >Kakuto >\special{html: [/a]} >\end{document} > >そのままは書けないのでやりなおします。 >上で [ を < 、 ] を > と読んでください。 上に関しては、現象としては以下でうまく行きました: --- spc_html.c.orig Sat Sep 11 23:50:30 2004 +++ spc_html.c Mon Sep 20 23:05:53 2004 @@ -114,7 +114,7 @@ { pdf_obj *color; - if (!link_dict) { + if (link_dict) { spe->errmsg = (char *) "Attempt to nest links."; return -1; }
この書き込みへの返事: