📜  如何在乳胶中引用一系列参考 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:58.944000             🧑  作者: Mango

代码示例1
\documentclass{article}
\usepackage[style=numeric-comp]{biblatex}
\bibliography{xampl}
\begin{document}
hello \cite{article-full,book-full,mastersthesis-full}
\printbibliography
\end{document}