Re: overcite

名前: トニイ@FTEX
日時: 2004-03-15 16:52:25
IPアドレス: 219.116.97.*

>>27179 \AtBeginDocument に入れて,定義が最後に実行されるようにするとどうでしょうか。 % pLaTeX2e \documentclass{jsarticle} %%% この間に様々な \usepackage ... \AtBeginDocument{% \makeatletter \def\@cite#1#2{$^{[\mbox{#1\if@tempswa , #2\fi}]}$} \makeatother }%% \begin{document} abc\cite{hoge} def\cite[91-106]{foo} \begin{thebibliography}{99} \bibitem{hoge} hoge \bibitem{foo} hogehoge \end{thebibliography} \end{document}

この書き込みへの返事:

お名前
題名 
メッセージ(タグは <a href="...">...</a> だけ使えます)