名前: kossy 日時: 2002-12-03 23:45:05 IPアドレス: 43.244.76.*
>>13530 参考までに書き込みますが >{\footnotesize >\begin{table} >\begin{tabular}{cc} >asd & 123 >\end{tabular} >\end{table} >} とお書きになっていたとのことですが、 \begin{table} \footnotesize \begin{tabular}{cc} asd & 123 \end{tabular} \end{table} このように書けば、table環境を使っても文字サイズが変化します。 この\footnotesizeは環境内にしか効きません。
この書き込みへの返事: