\documentclass{xduugthesis}
\xdusetup{
style = {
cjk-font = fandol,
latin-font = gyre
},
info = {
title = {论如何让用户\\认真阅读文档},
author = {张三},
department = {排版学院},
abstract = {chapters/abstract-zh.tex},
keywords* = {中文, 关键字},
abstract* = {chapters/abstract-en.tex},
keywords* = {Dummy,Keywords,Here,it is},
acknowledgements = {chapters/acknowledgements.tex},
bib-resource=reference.bib
}
}
\begin{document}
\chapter{欢迎}
\section{hello}
\subsection{mew}
欢迎使用\LaTeX{}!
不会使用此模板?快去阅读: \href{https://download.nus.edu.sg/mirror/ctan/macros/xetex/latex/xduts/xduts.pdf}{xduts.pdf}
关于位于 Overleaf Gallery 中的此模板: \href{https://github.com/note286/xduts/discussions/114}{我能将此模板上传到 Overleaf Gallery 里吗?}。故不建议直接使用此模板,而是使用 XDUTS。
XDUTS 官方地址:\href{https://www.ctan.org/pkg/xduts}{https://www.ctan.org/pkg/xduts}
模板发布者遵循 LPPL-1.3c license,并且不保证本模板保持最新、功能正常使用。
\chapter{参考文献作者引用}
普通引用\cite{xxx}
普通引用\cite{yyy}
\end{document}