沒有包的基本書目(手動格式化)
\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}
請注意,除非你真的知道原因,否則你應該不這樣做。使用指定的包(參見其他示例)是優選的。