名前: misc 日時: 2004-03-10 03:08:51 IPアドレス: 210.230.18.*
>>26967 前者については実物を見たことはありませんが, 次のようなものですか? \documentclass{jarticle} \makeatletter \DeclareRobustCommand*\sample[1]{{\mathpalette\@sample{#1}}} \def\@sample#1#2{% \hbox{\kern\p@\vbox{\hrule \vskip1.5pt \hbox{\m@th$#1#2$}}% \vrule\kern\p@}} \makeatother \begin{document} $\sample{a_n}$ \[ \sample{a_n}_{\sample{a_n}_{\sample{a_n}}} \] \end{document}
この書き込みへの返事: