名前: 大熊 一弘 日時: 2002-08-01 19:55:32 IPアドレス: 61.124.183.*
>>9828 ご指摘の現象は arydshln と hhline を併用すると発生するようです. emath としては,この現象が解消するまでは, 様子見としています. \documentclass{jarticle} \usepackage{arydshln} \usepackage{hhline} \begin{document} \[ \begin{array}{|c|c|c|c|c|c|}\hline x & x<1 & 1 & 1<x<3 & 3 & 3>x \\\hhline{|=|=|=|=|=|=|} x-1 & - & 0 & + & + & + \\\hline x-3 & - & - & - & 0 & + \\\hline (x-1)(x-3) & + & 0 & - & 0 & + \\\hline \end{array} \] \end{document}
この書き込みへの返事: