名前: 田中徹 日時: 2009-05-29 15:27:51 IPアドレス: 124.44.2.*
>>53216 > 条件によって消える表を作成したいのですが 余白を確保しないのであれば 可変の部分を comment 環境で挟み \includecomment{comment} で切り替える程度で良いと思われますが... \documentclass[b5j]{jarticle} \usepackage{comment} \newif\ifmy %\let\ifmy\iftrue \let\ifmy\iffalse \ifmy \includecomment{comment} \fi \begin{document} test \begin{comment} \begin{tabular}{c} test 1\\ \end{tabular} \end{comment} 続き \end{document} # comment 環境で、思わず反応してしまいました。
この書き込みへの返事: