Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>By default, the <code>report</code> document class uses <code>\chapter</code> as the bibliography heading level. In contrast, the <code>article</code> document class uses <code>\section</code> as the bibliography heading level. If you're not using <code>\chapter</code> anywhere in your document, you might want to use the <code>article</code> class instead.</p> <p>If you really want to use the <code>report</code> class, you'll need to redefine the <code>thebibliography</code> environment to use <code>\section</code> instead of <code>\chapter</code>. In the preamble of your document (after the <code>\documentclass</code> line but before the <code>\begin{document}</code> line, insert the following:</p> <pre><code>\makeatletter \renewenvironment{thebibliography}[1] {\section*{\bibname}% &lt;-- this line was changed from \chapter* to \section* \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\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} \makeatother </code></pre> <p>Now your bibliography will have a <code>\section</code> heading instead of a <code>\chapter</code> heading.</p> <p>Note that if you load any special bibliography packages, you might want to put this code <em>before</em> those packages are loaded (so you don't overwrite their work).</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload