Skip to content

博士学位论文双导师填写问题 #349

Description

@DragonEmperorG

检查清单

  • 我已在 issues 中进行搜索(包括已关闭的问题)

论文类型

博士学位论文

学位类型

学术学位

所在院系

测绘遥感信息工程全国重点实验室

操作系统

Windows 11 专业版 24H2

TeX 发行版

TeX Live 2024

您使用的模版来源

main 分支

您遇到了什么问题?

检索完导师填写 #341 (comment)#231 (comment) 这两篇提问后,尝试修改。由于硕博学位论文指导教师姓名、职称是在第二行,无法像本科学位论文直接在最后添加。由于个人信息部分采用循环方式生成的,请指导一下如何在现有模版下增加双导师信息,或者直接完全修改这部分内容。

\cs_new:Npn \__whu_master_cover_i_information:
  {
    \clist_set:Nx \l__whu_tmpa_clist % 个人信息第一列
      {
        \c__whu_name_author_tl,
        \c__whu_name_student_id_tl,
        \c__whu_name_supervisor_tl,
        \tl_if_empty:NF \l__whu_info_supervisor_outer_tl
          { \c__whu_name_supervisor_outer_tl },
        \use:c { c__whu_name_subject_major_ \g__whu_thesis_class_tl _tl },
        \c__whu_name_research_area_tl
      }
    \clist_set:Nx \l__whu_tmpb_clist % 个人信息第二列
      {
        \l__whu_info_author_tl,
        \l__whu_info_student_id_tl,
        \l__whu_info_supervisor_tl \l__whu_info_supervisor_academic_title_tl,
        \tl_if_empty:NF \l__whu_info_supervisor_outer_tl
          { \l__whu_info_supervisor_outer_tl 
            \l__whu_info_supervisor_outer_academic_title_tl },
        \tl_if_empty:NF \l__whu_info_subject_tl
          { \l__whu_info_subject_tl、}
          \l__whu_info_major_tl,
        \l__whu_info_research_area_tl
      }
    \noindent
    \begin{minipage}{\textwidth}
      \zihao{4}
      \skip_vertical:n { 0.35cm }
      \bool_until_do:nn
        { \clist_if_empty_p:N \l__whu_tmpa_clist }
        {
          \clist_pop:NN \l__whu_tmpa_clist \l__whu_tmpa_tl
          \clist_pop:NN \l__whu_tmpb_clist \l__whu_tmpb_tl
          \hspace*{2.19cm}
          \__whu_spread_box_with_end_spaces:nn { 4.67cm } { \l__whu_tmpa_tl }
          \makebox[0.42cm][c]{:}
          \__whu_spread_box_with_end_spaces:nn { 6.17cm } { \l__whu_tmpb_tl }
          \skip_vertical:n { .185cm }
        }
    \end{minipage}\par
    \skip_vertical:n { 1.95cm }
  }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions