latex基本参考书目(无包)(手动格式化)

\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}

请注意,除非您真的知道为什么,否则您可能不应该这样做。使用指定的软件包(请参见其他示例)是更可取的。