Skip to content

求问本科毕设要求先参考文献再致谢应该怎么改? #200

Answered by note286
hulaaa128 asked this question in Q&A
Discussion options

You must be logged in to vote

首先需要说明,你的要求与西安电子科技大学本科生毕业设计(论文)撰写规范不符,下面给出你想要的修改代码:

\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

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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
None yet
2 participants