Re: tabularx内での番号の振り方について

名前: トニイ@FTEX
日時: 2001-08-22 11:28:56
IPアドレス: 210.161.191.*

>>1808 上手くいかない原因は良く分かりませんが,LaTeX 流のカウンタだと大丈夫です。 \documentclass{jarticle} \usepackage{tabularx} \newcounter{i}\setcounter{i}{1}%\newcount\i \i=1 %\def\ic{\the\i \global\advance\i by1\relax} \newcommand{\ic}{\thei\stepcounter{i}} \def\L{\ic \\\hline} \def\LL{\L\L\L\L\L\L} \begin{document} \begin{tabular}{cc} %$[i=\the\i]$ & $[i=\the\i]$ \\ $[i=\thei]$ & $[i=\thei]$ \\ $\downarrow$ & $\downarrow$ \\ { \begin{tabular}{|c|} \multicolumn{1}{c}{tabular}\\\hline \LL \end{tabular} } & { \setcounter{i}{1}%\i=1 \begin{tabularx}{.15\textwidth}{|c|} \multicolumn{1}{c}{tabularx}\\\hline \LL \end{tabularx} }\\ \end{tabular} \end{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

この書き込みへの返事:

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