latex基本参考书目(无包)(手动格式化)
\documentclass{article}%orbook,report,...
\begin{document}
See\cite{citeA}or\cite{citeB}or\cite{citeA,citeB}.
\begin{thebibliography}{x}
%\bibitem{<biblabel>}<citation>
\bibitem{citeA}
{\scshapeAuthor,A},{\itshapeAtitle},JournalofSo-and-So,2000.
\bibitem{citeB}
{\scshapeSomeone,B},{\itshapeAnothertitle},Bookofbooks,1900.
\end{thebibliography}
\end{document}
请注意,除非您真的知道为什么,否则您可能不应该这样做。使用指定的软件包(请参见其他示例)是更可取的。