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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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的不知道咋删了

4 changes: 2 additions & 2 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
%% ----------------------------------------------------------------------------
\title
{东南大学 \LaTeX 论文模板使用手册} % 论文中文标题
{如何优雅地撰写硕士研究生毕业论文} % 论文中文副标题,没有可以空着
{如何优雅地撰写硕士研究生毕业论文} % 论文中文副标题,没有可以空着;如果标题过长,也可以用副标题实现换行
{Southeast University \LaTeX ~Thesis Template User Manual} % 论文英文标题
{How to Write a Master Thesis in an Elegant Way} % 论文英文副标题,没有可以空着
{How to Write a Master Thesis in an Elegant Way} % 论文英文副标题,没有可以空着;如果标题过长,也可以用副标题实现换行

\spine
% 书脊标题与副标题
Expand Down
16 changes: 13 additions & 3 deletions template/seumasterthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
\begin{center}
\linespread{1.25}
\erhao\heiti\@title\\
% \erhao\heiti\@subtitle\\ % 修改3 -- Reanon 为了避免空副标题
\erhao\heiti\@subtitle\\
\end{center}
\end{minipage}

Expand Down Expand Up @@ -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.

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

\hspace*{1.7cm}
\makebox[2.5cm][c]{
\xiaoerhao\songti\textbf{\@advisorname}
}
\makebox[2cm][r]{}
}
}
\\
&
\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.

同上

\hspace*{1.7cm}
\makebox[2.5cm][c]{
\xiaoerhao\songti\textbf{\@coadvisorname}
}
\makebox[2cm][r]{}
}
}
\else
Expand Down