没有包的基本书目(手动格式化)
\documentclass{article}% or book, report, ...
\begin{document}
See \cite{citeA} or \cite{citeB} or \cite{citeA, citeB}.
\begin{thebibliography}{x}
% \bibitem{<biblabel>} <citation>
\bibitem{citeA}
{\scshape Author, A}, {\itshape A title}, Journal of So-and-So, 2000.
\bibitem{citeB}
{\scshape Someone, B}, {\itshape Another title}, Book of books, 1900.
\end{thebibliography}
\end{document}
请注意,除非你真的知道原因,否则你应该不这样做。使用指定的包(参见其他示例)是优选的。