Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update seumasterthesis.cls #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update seumasterthesis.cls #7

wants to merge 2 commits into from

Conversation

ririv
Copy link

@ririv ririv commented Mar 11, 2024

修复Inner page中,双导师名字分别两字和三字时,在两字名字导师中间插入一中文空格后,双导师名字依旧不对齐问题。

main.tex中导师姓名样例
\advisor
{李可欣~~教授} % 导师中文姓名
{LI Ke-Xin} % 导师英文姓名
{Prof.} % 导师职称

\coadvisor % 联合培养导师姓名,没有可以不写
{王\hspace{1em}东~~高工} % 导师中文姓名
{WANG Dong} % 导师英文姓名
{A.P.} % 导师职称 (English), 如教授(Prof.)、副教授(A.P.)

修复Inner page中,双导师名字分别两字和三字时,在两字名字导师中间插入一中文空格后,双导师名字依旧不对齐问题。

main.tex中导师姓名样例
\advisor
    {李可欣~~教授}                % 导师中文姓名
    {LI Ke-Xin}        % 导师英文姓名
    {Prof.}                     % 导师职称
    
\coadvisor                % 联合培养导师姓名,没有可以不写
    {王\hspace{1em}东~~高工}          % 导师中文姓名
    {WANG Dong}             % 导师英文姓名
    {A.P.}     % 导师职称 (English), 如教授(Prof.)、副教授(A.P.)
@ririv
Copy link
Author

ririv commented Mar 11, 2024

实际效果对比图

修改前
image
会有轻微不对齐

修改后
image

添加:一些解释注释
@@ -0,0 +1 @@
.DS_Store
Copy link
Owner

@Reanon Reanon Mar 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以在本地 git 的全局 .gitigrore 进行配置,这里不用添加

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已pull requests的不知道咋删了

@@ -794,15 +794,25 @@
\makebox[3.5cm][s]{\xiaoerhao\heiti\advisorpre: } &
\underline {
\makebox[6cm][s] {
\xiaoerhao\songti\textbf{\@advisorname}
% ririv: 修正了双导师名字分别为两字和三字时名字不对齐问题
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里改动是否会影响其他导师职称为三字的情况?如果只是轻微对不齐可以使用 pdf 编辑的功能,手动拖动

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个改动完全参考的封面对齐情况,封面没有出现对齐问题,但是内封面出现了此问题,现在改成了一致

}
}
\\
&
\ifcoadvisor
\underline{
\makebox[6cm][s] {
\xiaoerhao\songti\textbf{\@coadvisorname}
% ririv: 修正了双导师名字分别为两字和三字时名字不对齐问题
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants