Bibliography as section in LaTeX / BibTeX -
Although I'm writing a brief document using classes instead of chapters as the top-level (DocumentClass Report) ,
\ bibliographystyle {amsplain} \ bibliography {general}
The bibliography is inserted as a chapter rather than a section Any way
By default, report
use the document class \ Chapter As the bibliography list in the form of the top level,
document class \ section
uses the graphite title as the level. If you are not using \ Chapter
anywhere in your document, you would want to use the article
class instead.
If you really want to use report
for class, you should use \ section
instead of \ section
To do the thebibliography
environment must be redefined. Before the introduction of your document ( \ documentclass
line, but before the \ start {document}
line, insert the following:
\ Makeatletter \ renewenvironment {thebibliography} [1] {\ section * {\ bibname}% & lt; - this line changed from \ Chapter * to \ section * \ @mkboth {\ MakeUppercase \ bibname} {\ MakeUppercase \ bibname} % \ List {\ @ biblabel {\ @ arabic \ c @ enumiv}}% {\ settowidth \ labelwidth {\ @ biblabel {# 1}}% \ left margin \ labelweit \ advance \ left margin \ label app \ @Openbeb @ Code \ Use Combat {Enumiv}% \ let \ p @ enumiv \ @empty \ renewcommand \ theenumiv {\ @ arabic \ c @ enumiv}}% \ sloppy \ clubpenalty4000 \ @clubpenalty \ clubpenalty \ widowpenalty4000% \ sfcode` \. @ M} {\ Def \ @noitemerr {\ @Latex @ warning} {empty `dibilography 'environment}}% \ endlist} \ makeatother
< P> Instead of titled \ section
heading \ chapter
in your bibliography Note that if you load a particular Bibblogography package, You want to load those packages before (so you do not overwrite your work).
Comments
Post a Comment