名前: トノ 日時: 2003-05-29 14:59:59 IPアドレス: 150.35.254.*
>>19014 \section → \@startsection → \@ssect@ltx → \@hangfrom@section と 呼出されているようですね。そして \@hangfrom@section は aps.rtx という ファイルで次のように定義されているようです。 \def\@hangfrom@section#1#2#3{\@hangfrom{#1#2}\MakeTextUppercase{#3}}% \documentclass[twocolumn,showpacs,preprintnumbers,amsmath,amssymb]{revtex4} \makeatletter \def\@hangfrom@section#1#2#3{\@hangfrom{#1#2}\@firstofone{#3}} \makeatother \begin{document} \section{abc} \end{document}
この書き込みへの返事: