無理かな・・・罫線は難しい

名前: yosi
日時: 2004-12-13 22:11:42
IPアドレス: 218.218.106.*

以下のソースで表を作成したのですが、左下と右下の罫線の不具合が気になります 直し方ご存知の方、よろしくご指導ください。 documentclass[b4paper]{jarticle} \usepackage{array} \usepackage{multirow} \renewcommand{\baselinestretch}{3.0} %行の間隔 \def\thline{\noalign{\hrule height 1pt}} \def\tvline{\vrule width 1pt} \def\myrule{\rule[-20pt]{0pt}{0pt}} %行のセンタリング \topmargin -50pt%オフセットからヘッダまでのマージン \headheight 0pt%ヘッダの高さ \headsep 0pt%ヘッダと本文領域の間の高さ \oddsidemargin 0pt%奇数ページのマージン \hoffset -30pt%水平方向のオフセット \begin{document} \begin{table}[h] \begin{center} \begin{tabular}{c!{\tvline}c|p{40mm}|c|p{40mm}|c|p{40mm}!{\tvline}p{30mm}!{\tvline}p{20mm}!{\tvline}} \noalign{\global\arrayrulewidth1pt}\cline{2-7}\noalign{\global\arrayrulewidth0.4pt} \myrule \multirow{2}{8mm}{\textgt{\Large$【$$1$$】$}}&{}& &{} & &{} & &\multicolumn{2}{c}{} \\ \cline{2-7} \noalign{\global\arrayrulewidth1pt}%%% 線幅の変更 \cline{9-9}% \noalign{\global\arrayrulewidth.4pt}%%% 線幅の復元\ \myrule &{}& &{} & &{} & & &{\raisebox{0.45\normalbaselineskip}[0pt][0pt]{※}} \\ \noalign{\global\arrayrulewidth1pt}%%% 線幅の変更 \cline{9-9} \noalign{\global\arrayrulewidth.4pt}%%% 線幅の復元 \noalign{\global\arrayrulewidth1pt} \cline{2-7} \noalign{\global\arrayrulewidth0.4pt} \end{tabular} \end{center} \end{table} \end{document}

この書き込みへの返事:

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