Chloe
Chloe
你可以修改为 ```latex % 参考文献 % 手册中参考文献标准似乎并没有严格按照国标GBT7714-2015执行 % \Bib{bst/GBT7714-BUAA}{ref} \bibliographystyle{bst/GBT7714-BUAA} \clearpage \phantomsection \addcontentsline{toc}{chapter}{参考文献} \bibliography{ref} ``` 识别到`\bibliography`命令就会触发补全。
估计是走了`fandol`。
你需要`xelatex-bibtex-xelatex-xelatex`。
不太对具体指什么?
```latex \DeclareCaptionFont{arial}{\fontspec{Arial}} \captionsetup[figure]{labelfont=arial} \captionsetup[table]{labelfont=arial} \begin{document} ```
《西安电子科技大学本科生毕业设计(论文)撰写规范》对三级标题无要求,而且已经提供了接口修改,目前维持现状。 我目前由于某些原因无法提交新版本,我会在下半年与教务处沟通并更新。
下半年我会和教务处沟通,最近几个月没什么时间和精力。
https://github.com/note286/xduts/blob/3237abfaf40e7c94a8e2b200bd4f5b2cb9b2c8bf/xduts.dtx#L7383 你可以修改这里的数值。
首先,`table-small-font`默认就是`true`。其次,这个并不影响`\eqref`。 ```latex \documentclass{xdupgthesis} \xdusetup{style/table-small-font=true} \usepackage{amsmath} \begin{document} \chapter{title} \begin{equation} \label{key} a+b=c \end{equation} 式\eqref{key}所示 \end{document} ``` 
我严重怀疑你没有看文档!!!我特意强调了,不要加载任何与参考文献相关的宏包。