標題: [隨寫] Technical Notes: Bibliography title
時間: Thu Nov 26 16:01:27 2009
article: \section
book/report: \chapter
If choosing book/report class but desire \section for the bibliography
title, paste the following codes in the preamble.
\makeatletter
\renewenvironment{
{\section*{\bibname}% <-- this line was changed from \chapter* to \section*
\@mkboth{\MakeUppercase\
\list{\@biblabel{\@arabic\c@
{\settowidth\labelwidth{\@
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist}
\makeatother