Skip to content
Discussion options

You must be logged in to vote

biblatexbibltex二选一即可。

biblatex

手册里写的很清楚,默认为biblatex

\documentclass{xdupgthesis}
\xdusetup{info/bib-resource={biblatex-examples.bib}}
\begin{document}
\chapter{title}
\cite{angenendt}\cite{augustine}
\end{document}
xelatex -synctex=-1 main
biber main
xelatex -synctex=-1 main

bibtex

\documentclass{xdupgthesis}
\xdusetup{style/bib-backend=bibtex,info/bib-resource={biblatex-examples.bib}}
\begin{document}
\chapter{title}
\cite{angenendt}\cite{augustine}
\end{document}
xelatex -synctex=-1 main
bibtex main
xelatex -synctex=-1 main
xelatex -synctex=-1 main

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@devindang
Comment options

Comment options

You must be logged in to vote
7 replies
@devindang
Comment options

@XCJ-LateFall
Comment options

@note286
Comment options

@XCJ-LateFall
Comment options

@note286
Comment options

Answer selected by note286
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
invalid This doesn't seem right
4 participants