答案1
您可能\hangindent
想要\noindent
。
平均能量损失
\documentclass{article}
\def\mybibitem{%
\vskip\baselineskip% % space above
\noindent% % suppress regular indent
\hangindent=1.5em% % indent same amount as `quotation` environment
}
\begin{document}
\mybibitem Ahmad, S. \& Tresp, V. (1993), Some solutions to the missing feature problem in vision ...
\mybibitem Berthold, M. R. (1994), A time delay radial basis function for phenome recognition ...
\end{document}
输出
。
|在旁边:为什么出版商要求你格式化参考文献?如果你提供了 bib 文件,剩下的就是他们的工作了。