Re: tabular 環境で column を繰り返し埋めるには?

名前: 大熊一弘
日時: 2003-10-04 23:09:50
IPアドレス: 61.121.41.*

>>22389 > ! Incomplete \ifnum; all text was ignored after line 159. \@whilenum(\ifnum) は, tabular 環境の & をまたぐことはできません。 ifthen パッケージの \whiledo を用いるのが一つの解決策です。 % -------------------------------- \documentclass{jarticle} \usepackage{ifthen} \newcounter{counteri} \def\test{% \setcounter{counteri}{0}% \whiledo{\value{counteri}<8}{% \ifthenelse{\value{counteri}>0}{&}{} \refstepcounter{counteri} hoge\thecounteri} } \begin{document} \begin{tabular}{|*{8}{l|}}\hline \test \\ \hline \end{tabular} \end{document}

この書き込みへの返事:

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