thebibliography環境における字下げ

名前: 金田
日時: 2006-01-22 11:59:07
IPアドレス: 219.180.214.*

jsbookにおいて、参考文献をchapterではなく、 sectionとして出力したかったので、 thebibliography環境をプリアンブルで 以下のように再定義してみました。 結果、sectionで出力できるようにはなったのですが 参考文献が2〜3行にまたがるときに字下げが 行われなくなってしまいました。 ちなみに、参考文献にはjbibtexを用い jecon.bstというbibスタイルファイルを使用していました。 どうかご指導ご鞭撻のほどよろしくお願い致します。 \documentclass[11pt]{jsbook} \setlength{\textwidth}{44zw} \usepackage{natbib} \usepackage{fancyhdr} \pagestyle{fancy} \lhead[\thepage]{} \chead[雑誌名]{\leftmark} \rhead[]{\thepage} \cfoot[]{} \renewenvironment{thebibliography}[1]{% \global\let\presectionname\relax \global\let\postsectionname\relax \section*{\bibname}\@mkboth{\leftmark}{}% \addcontentsline{toc}{chapter}{\bibname}% \list{\@biblabel{\@arabic\c@enumiv}}% {\settowidth\labelwidth{\@biblabel{#1}}% \leftmargin\labelwidth \advance\leftmargin\labelsep \@openbib@code \usecounter{enumiv}% \let\p@enumiv\@empty \renewcommand\theenumiv{\@arabic\c@enumiv}}% \sloppy \clubpenalty4000 \@clubpenalty\clubpenalty \widowpenalty4000% \sfcode`\.\@m} {\def\@noitemerr {\@latex@warning{Empty `thebibliography' environment}}% \endlist} \begin{document} \include{chapter1} \bibliographystyle{jecon} \bibliography{chapter1} \end{document}

この書き込みへの返事:

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