Giter Site home page Giter Site logo

Comments (4)

SwitWu avatar SwitWu commented on May 27, 2024

本科的还是硕博的?

from whu-thesis.

wuchuanjun avatar wuchuanjun commented on May 27, 2024

硕博,博士论文的模板

from whu-thesis.

SwitWu avatar SwitWu commented on May 27, 2024

模版在设计时并没有考虑双导师的情形,你可以自己改一下文档类文件 whu-thesis.cls。找到下面这一行

\cs_new_protected:Npn \__whu_make_cover_master_doctor:

博士论文封面的代码是:

        \tl_if_eq:NnTF \g__whu_option_type_tl { doctor }
          {
            \__whu_spread_with:nn { 研究生姓名 } { \hfill } &
            \__whu_spread_with:nn
              { \g__whu_info_author_tl } { \hfill } \\ [ 0.5 em ]
            \__whu_spread_with:nn { 指导教师姓名、职称 } { \hfill } &
            \__whu_spread_with:nn
              { \clist_use:Nn \g__whu_info_advisor_clist { \quad } }
              { \hfill } \\ [ 0.5 em ]
            \__whu_spread_with:nn { 学科、专业名称 } { \hfill } &
            \__whu_spread_with:nn
              { \g__whu_info_subject_tl 、 \g__whu_info_major_tl }
              { \hfill } \\ [ 0.5 em ]
            \__whu_spread_with:nn { 研究方向 } { \hfill } &
            \__whu_spread_with:nn
              { \g__whu_info_direction_tl } { \hfill } \\ [ 0.5 em ]
          }

现在我们直接在这里加第二个导师,将上述代码改为:

        \tl_if_eq:NnTF \g__whu_option_type_tl { doctor }
          {
            \__whu_spread_with:nn { 研究生姓名 } { \hfill } &
            \__whu_spread_with:nn
              { \g__whu_info_author_tl } { \hfill } \\ [ 0.5 em ]
            \__whu_spread_with:nn { 指导教师姓名、职称 } { \hfill } &
            \__whu_spread_with:nn
              { \clist_use:Nn \g__whu_info_advisor_clist { \quad } }
              { \hfill } \\ [ 0.5 em ]
            \multicolumn{1}{c}{}  
            & \__whu_spread_with:nn
                { \clist_use:nn {李四, 教授} { \quad } }
                { \hfill } \\ [ 0.5em ]
            \__whu_spread_with:nn { 学科、专业名称 } { \hfill } &
            \__whu_spread_with:nn
              { \g__whu_info_subject_tl 、 \g__whu_info_major_tl }
              { \hfill } \\ [ 0.5 em ]
            \__whu_spread_with:nn { 研究方向 } { \hfill } &
            \__whu_spread_with:nn
              { \g__whu_info_direction_tl } { \hfill } \\ [ 0.5 em ]
          }

主文件保持不变,编译后的效果为
image

from whu-thesis.

wuchuanjun avatar wuchuanjun commented on May 27, 2024

perfect!!!

from whu-thesis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.