note286 / xduts

Xidian University TeX Suite 西安电子科技大学LaTeX套装
https://www.ctan.org/pkg/xduts
LaTeX Project Public License v1.3c
699 stars 71 forks source link

添加参考文献编译出错 #29

Closed Dfault0 closed 1 year ago

Dfault0 commented 1 year ago
note286 commented 1 year ago
\documentclass{xdupgthesis}
\xdusetup{info/bib-resource={chapters/reference.bib}}
\begin{document}
\chapter{title}
\cite{SohailMT16}
\end{document}

TeX Live 2022,编译命令为xelatex-biber-xelatex,无任何问题。

提问请给完整的能够复现问题的代码。

Dfault0 commented 1 year ago

我仔细看了看您给出的代码,我的那个参考文献的源文件没有加后缀名,加上后缀名就可以了,谢谢您。

note286 commented 1 year ago

文档里写的很清楚,是参考文献文件路径,有扩展名是理所当然的。

Dfault0 commented 1 year ago

嗯嗯,是我太粗心了 \笑哭