-
本来想直接在pdf上移动页面,但是不知道目录怎么改。 |
Beta Was this translation helpful? Give feedback.
Answered by
note286
Dec 31, 2024
Replies: 1 comment
-
首先需要说明,你的要求与 \documentclass{xduugthesis}
\ExplSyntaxOn
\cs_set:Npn \__xdu_backmatter:
{
\cs_set:Npn \bibname { \__xdu_lang_switch:nn { 参考文献 } { Bibliography } }
\__xdu_n_chapter_head_toc:n { \bibname }
\group_begin:
\tl_if_eq:NnTF \l__xdu_bib_tool_tl { bibtex }
{
\dim_set:Nn \labelsep { 1ex }
\bibliography { \l__xdu_bib_file_clist }
}
{ \printbibliography }
\group_end:
\__xdu_n_chapter_head_toc:nn
{ \__xdu_lang_switch:nn { 致谢 } { Acknowledgements } }
{ \__xdu_lang_switch:nn { 致 { \quad } 谢 } { Acknowledgements } }
\group_begin:
\dim_set:Nn \parindent { 2 \ccwd }
\rmfamily \zihao { -4 }
\file_if_exist_input:n { \l__xdu_ack_tl }
\group_end:
\__xdu_appendix:
}
\ExplSyntaxOff
\begin{document}
\end{document} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
note286
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
首先需要说明,你的要求与
西安电子科技大学本科生毕业设计(论文)撰写规范
不符,下面给出你想要的修改代码: