-
步骤:
现象: |
Beta Was this translation helpful? Give feedback.
Answered by
note286
Oct 24, 2023
Replies: 2 comments 8 replies
-
昨天我的也出不来 |
Beta Was this translation helpful? Give feedback.
1 reply
-
biblatex手册里写的很清楚,默认为 \documentclass{xdupgthesis}
\xdusetup{info/bib-resource={biblatex-examples.bib}}
\begin{document}
\chapter{title}
\cite{angenendt}\cite{augustine}
\end{document}
bibtex\documentclass{xdupgthesis}
\xdusetup{style/bib-backend=bibtex,info/bib-resource={biblatex-examples.bib}}
\begin{document}
\chapter{title}
\cite{angenendt}\cite{augustine}
\end{document}
|
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
note286
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
biblatex
和bibltex
二选一即可。biblatex
手册里写的很清楚,默认为
biblatex
。bibtex