bibtex 中每个参考文献都没有换行符

bibtex 中每个参考文献都没有换行符

我是 latex 的初学者。我使用 bibtex 如下。

\bibliographystyle{acm} \bibliography{参考文献}

现在有换行符,我想删除它们。我该怎么做?

现在 [1] 作者。

论文标题。

杂志。

应该 [1] 作者、论文标题、期刊...

谢谢你!

    \renewenvironment{thebibliography}[1]{%
 \bibsection\parindent \z@\bibpreamble\bibfont\list
   {\@biblabel{\arabic{NAT@ctr}}}{\@bibsetup{#1}%
    \setcounter{NAT@ctr}{0}}%
    \ifNAT@openbib
      \renewcommand\newblock{\par}
    \else
      \renewcommand\newblock{\hskip .11em \@plus.33em \@minus.07em}%
    \fi
    \sloppy\clubpenalty4000\widowpenalty4000
    \sfcode`\.=1000\relax
    \let\citeN\cite \let\shortcite\cite
    \let\citeasnoun\cite
 }{\def\@noitemerr{%
  \PackageWarning{natbib}
     {Empty `thebibliography' environment}}%
  \endlist\vskip-\lastskip}

相关内容