名前: . 日時: 2010-02-18 04:12:41 IPアドレス: 59.134.169.*
>>54551 >MYTABLE環境そのものを { と } で囲んだり でうまくいくのでしたら,次のような手が考えられます. # もっとも,log ファイルに「(interwoven alignment preambles # are not allowed)」が現れたのは初めて見ました. \documentclass{jarticle} \makeatletter \def\MYTABLE{% {\ifnum0=`}\fi \@ifnextchar[{\@MYTABLE}{\@MYTABLE[A]}} \def\@MYTABLE[#1]{% (#1) \begin{tabular}{cc}} \def\endMYTABLE{\end{tabular}\ifnum0=`{\fi}} \begin{document} \begin{tabular}{c} xyz \\ \hline \begin{MYTABLE}%[B]% <--- (*) & 2 \\ % <--- (**) 3 & 4 \\ \end{MYTABLE} \end{tabular} \end{document}
この書き込みへの返事: