e******d 发帖数: 310 | 1 I have the following code,
=============================
\documentclass[9pt, twocolumn,times]{article}
\begin{document}
\date{}
\title{THIS IS TITLE}
\maketitle
\section{INTRODUCTION}
This is an introduction
\section{CONCLUSION}
This is conclusion
\begin{thebibliography}{99}
\bibitem{ref01} author1, author2, `` This is a reference, '' xxx press,
2000.
\end{thebibliography}
\end{document}
===========================================
In the above code, the reference appears as
=============
Ref | S**I 发帖数: 15689 | 2 不难,下面的命令就可以:
\stepcounter{section}
\renewcommand\refname{\thesection. References}
separatel
syst
itself
specialty | e******d 发帖数: 310 | |
|