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

英文封面问题 #2

Open
Dengfeng20 opened this issue Dec 16, 2024 · 1 comment
Open

英文封面问题 #2

Dengfeng20 opened this issue Dec 16, 2024 · 1 comment

Comments

@Dengfeng20
Copy link

在英文封面输入专业和学院英文名称时,内容过长超出了下划线,并且不能换行,希望能改进.

@ANDERFATHER9527
Copy link

ANDERFATHER9527 commented Mar 8, 2025

在英文封面输入专业和学院英文名称时,内容过长超出了下划线,并且不能换行,希望能改进.

这个问题我也有,我自己试出来一个解决方案,你可以试一试,我试了好几次,都没有问题
你把cls文件打开,在它英文封面那一部分,把长度改大一点就可以了
代码po在这里

% 英文封面
		\clearpagebyprint
		\linespread{1.5}
		\vspace{25mm}
		\begin{center}
			{
				\zihao{4}
				\textbf{A~\@eThesis~Submitted~to}\\
				\vspace{3mm}
				\textbf{\cover@eUniversity~for~\@eDegree~Degree}
			}
			\vfill
			{
				\zihao{2}
				\linespread{1.3}\selectfont
				\makebox[0pt][c]{
					\begin{minipage}[c]{23em}
						\centering\textbf{\@eTitle}
					\end{minipage}
				}
			}
			\vfill
			{
				\zihao{3}
				\linespread{1.75}\selectfont
                \makebox[6em][r]{Discipline}~\ful[12cm]{\@eDiscipline}\\
	 	  \makebox[6em][r]{Student ID}~\ful[12cm]{\@eStudentID}\\
	 	  \makebox[6em][r]{Author}~\ful[12cm]{\@eAuthor}\\
	 	  \makebox[6em][r]{Supervisor}~\ful[12cm]{\@eSupervisor}\\
	 	  \makebox[6em][r]{School}~\ful[12cm]{\@eSchool}\\
			}
			\vfill
			{
				\zihao{3}
				{\@eDate}
			}
			\end{center}
	\end{titlepage}
}

就是12cm这个地方,原来是九厘米,改大了就可以了
虽然还是换不了行就是了,算是一个力大砖飞的方法

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

No branches or pull requests

2 participants