根据《学位论文审核的格式要求说明》修改模板选项 #74
sikouhjw
announced in
Announcements
Replies: 3 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
根据提交电子版的管理员审核意见,成果页的中文标题要改成「攻读学位期间取得与学位相关的成果」: |
Beta Was this translation helpful? Give feedback.
2 replies
-
针对上传电子版学位论文需要将封面分别置于论文头和尾的要求,在此给出一个补丁:
\ExplSyntaxOn
\makeatletter
\cs_set:Npn \gdutcover
{
\newgeometry{margin=0pt}
\begingroup
\centering
\begin{minipage}[c][29.7cm]{20.78cm}%
\centering
\vspace*{2cm}
\begingroup \centering\sffamily\zihao{2} \l__gdut_info_title_tl \par \endgroup
\vspace*{3cm}
\begingroup \centering\zihao{4}\bfseries
\begin{tabular}{c>{\centering\arraybackslash}p{16\ccwd}}
\multirow{4}*{
\begin{CJKfilltwosides*}{0pt}
作者姓名:\\
导师姓名:\\
学科(专业)或领域名称:\\
论文答辩年月:
\end{CJKfilltwosides*}
} & \l__gdut_info_author_tl \\
\cline{2-2}
& \l__gdut_info_supervisor_name_tl
\str_if_eq:NNTF \l__gdut_info_supervisor_three_tl {none}
{ \\ }
{
\quad \l__gdut_info_supervisor_two_name_tl \\
}
\cline{2-2}
& \l__gdut_info_major_tl \\
\cline{2-2}
& \exp_args:No \coverdate{\l__gdut_info_date_tl} \\
\cline{2-2}
\end{tabular}
\par \endgroup
\end{minipage}%
\endgroup
\restoregeometry
\newpage
}
\clist_const:Nn \c__gdut_background_new_clist
{
\backgroundsetup{
scale = 1,
position = {-2.78cm, 2.5cm},
nodeanchor= north,
contents = { \includegraphics[width=42.5cm,height=29.7cm]{cover-background/doctor.jpeg} }
},
\backgroundsetup{
scale = 1,
position = {-2.78cm, 2.5cm},
nodeanchor= north,
contents = { \includegraphics[width=42.5cm,height=29.7cm]{cover-background/master.jpeg} }
},
\backgroundsetup{
scale = 1,
position = {-2.78cm, 2.5cm},
nodeanchor= north,
contents = { \includegraphics[width=42.5cm,height=29.7cm]{cover-background/promaster.jpeg} }
}
}
\cs_set_protected:Npn \__gdut_background_type:
{
\bool_if:NTF \l__gdut_cover_bool
{
\clist_item:Nn \c__gdut_background_new_clist
{ \g__gdut_thesis_type_int }
}
{
\backgroundsetup{ contents = { } }
}
}
\cs_set:Npn \gdutendcover
{
\__gdut_end_background_type:
\BgThispage
}
\clist_const:Nn \c__gdut_background_end_clist
{
\backgroundsetup{
scale = 1,
position = {21cm-2.35cm, 2.5cm},
nodeanchor= north,
contents = { \includegraphics[width=42.5cm,height=29.7cm]{cover-background/doctor.jpeg} }
},
\backgroundsetup{
scale = 1,
position = {21cm-2.35cm, 2.5cm},
nodeanchor= north,
contents = { \includegraphics[width=42.5cm,height=29.7cm]{cover-background/master.jpeg} }
},
\backgroundsetup{
scale = 1,
position = {21cm-2.35cm, 2.5cm},
nodeanchor= north,
contents = { \includegraphics[width=42.5cm,height=29.7cm]{cover-background/promaster.jpeg} }
}
}
\cs_set_protected:Npn \__gdut_end_background_type:
{
\clist_item:Nn \c__gdut_background_end_clist
{ \g__gdut_thesis_type_int }
}
\makeatother
\ExplSyntaxOff
\newpage\mbox{}\pagestyle{empty}
\gdutendcover |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
由于《关于毕业研究生提交学位论文电子版的通知》1中的附件《附件2:学位论文审核的格式要求说明》2规定了一些要求,现来分析如何修改模板选项使得符合《附件2:学位论文审核的格式要求说明》的规定。
以下是导师跟研究生处沟通后的原话:
要求有三点:
style/cover = {true}
;\chapter
不需要指定为在奇数页输出,只需要指定选项style/open = {true}
;\gdutstatement*[〈文件名〉]
替代\gdutstatement
来插入声明页。跟模板无关。
根据《广东工业大学研究生学位论文撰写规范》3:
密级可以通过修改
info/secret-level = {none}
来选择密级。同“3.”。
模板默认如此。
Footnotes
https://oas.gdut.edu.cn/seeyon/newsData.do?method=newsView&newsId=2164583378238849893&from=&spaceId= ↩
https://oas.gdut.edu.cn/seeyon/fileDownload.do?method=download&fileId=2211376378435552953&v=0cd9e9c3d65a11721d8b5fc997845221&createDate=2022-06-14&filename=%E9%99%84%E4%BB%B62%EF%BC%9A%E5%AD%A6%E4%BD%8D%E8%AE%BA%E6%96%87%E5%AE%A1%E6%A0%B8%E7%9A%84%E6%A0%BC%E5%BC%8F%E8%A6%81%E6%B1%82%E8%AF%B4%E6%98%8E.docx ↩
https://yjs.gdut.edu.cn/system/_content/download.jsp?urltype=news.DownloadAttachUrl&owner=1533825352&wbfileid=8020315 ↩
Beta Was this translation helpful? Give feedback.
All reactions