我使用 revtex 作为
\documentclass[onecolumn,nofootinbib,aps,prd,preprintnumbers,11pt,longbibliography,floatfix]{revtex4-2}
在文本中,在开头,\tableofcontents
在结尾\bibliography{filename}
目录如下所示
介绍
第二个标题
参考
我怎样才能在“参考文献”之前不缩进呢?需要以下内容:
- 介绍
- 第二个标题
- 最后一个标题
参考
谢谢您的任何提示!
% -----------------------------------------------------------------------
% USE OF THIS FILE:
%
% latex Test; latex Test; latex Test; bibtex Test; latex Test; latex Test; latex Test; dvips Test; ps2pdf -dNOSAFER -dAutoRotatePages=/None -dFastWebView=true Test.ps Test.pdf
% -----------------------------------------------------------------------
\documentclass[onecolumn,nofootinbib,aps,prd,preprintnumbers,11pt,longbibliography,floatfix]{revtex4-2}
\begin{document}
\tableofcontents
\section{Sectiontitle}
\noindent Text \cite{einstein1905elektrodynamik}.
\bibliography{Test}
\end{document}