名前: 中丸 日時: 2002-09-12 07:59:43 IPアドレス: 218.227.32.*
>>10853 ちょっと修正です.前のコードは表への影響を考えてなかったので,以下のよ うに\@xfloatを再定義する方がよさそうです. %---------------------------------------------------------------------- \long\def\@caption#1[#2]#3{% % \hyper@makecurrent{\@captype}% \par\addcontentsline{\csname ext@#1\endcsname}{#1}{% \protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}% }% \begingroup \@parboxrestore \if@minipage \@setminipage \fi \normalsize \@makecaption{\csname fnum@#1\endcsname}{% \ignorespaces % \ifHy@nesting % \hyper@@anchor{\@currentHref}{#3}% % \else % \hyper@@anchor{\@currentHref}{\relax}#3% % \fi #3% }% \par \endgroup } \let\hyperrefpatch@xfloat=\@xfloat \def\@xfloat#1[#2]{% \hyperrefpatch@xfloat#1[#2]% \hyper@makecurrent{\@captype}% \hyper@@anchor{\@currentHref}{\relax}% } %----------------------------------------------------------------------
この書き込みへの返事: