Skip to content

Commit

Permalink
Update seumasterthesis.cls
Browse files Browse the repository at this point in the history
修复Inner page中,双导师名字分别两字和三字时,在两字名字导师中间插入一中文空格后,双导师名字依旧不对齐问题。

main.tex中导师姓名样例
\advisor
    {李可欣~~教授}                % 导师中文姓名
    {LI Ke-Xin}        % 导师英文姓名
    {Prof.}                     % 导师职称
    
\coadvisor                % 联合培养导师姓名,没有可以不写
    {王\hspace{1em}东~~高工}          % 导师中文姓名
    {WANG Dong}             % 导师英文姓名
    {A.P.}     % 导师职称 (English), 如教授(Prof.)、副教授(A.P.)
  • Loading branch information
ririv authored Mar 11, 2024
1 parent fb0b856 commit d0fe377
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions template/seumasterthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -794,15 +794,23 @@
\makebox[3.5cm][s]{\xiaoerhao\heiti\advisorpre: } &
\underline {
\makebox[6cm][s] {
\xiaoerhao\songti\textbf{\@advisorname}
\hspace*{1.7cm}
\makebox[2.5cm][c]{
\xiaoerhao\songti\textbf{\@advisorname}
}
\makebox[2cm][r]{}
}
}
\\
&
\ifcoadvisor
\underline{
\makebox[6cm][s] {
\xiaoerhao\songti\textbf{\@coadvisorname}
\hspace*{1.7cm}
\makebox[2.5cm][c]{
\xiaoerhao\songti\textbf{\@coadvisorname}
}
\makebox[2cm][r]{}
}
}
\else
Expand Down

0 comments on commit d0fe377

Please sign in to comment.