diff --git a/README.md b/README.md index 938acf6..69bc67a 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,26 @@ -Version +About New ================== -当前版本v7.2,托管于GitHub,支持Windows、Linux和OSX平台。该版本可以在项目主页直接下载ZIP压缩包获得,也可以通过如下git命令获得: - - git clone https://github.com/rioxwang/BUPTGraduateThesis.git - +BUPTGraduateThesis原始版本是由[BUPTGraduateThesis](https://github.com/rioxwang/BUPTGraduateThesis.git)仓库提供,但该项目在2020后停止了更新,为了继续推动此文档的发展,本项目在原有基础上做出修改,具体修改内容请查看Commits。因个人能力有限,如有疏漏,请提PR或直接指正:licm@bupt.edu.cn + +v1.2:根据2024年北京邮电大学研究生学位论文写作与制作规范,同步修改一下内容: +* 页眉居中 +* 摘要页、目录页添加页眉页脚 +* 添加扉页日期字段 +* 摘要关键字分隔方式改为分号分隔 +* 修改成果页标题:攻读学位期间取得的“创新成果”目录 +* 解决新版本TexLive的Command \glsdisplayfirst undefined错误 + +v1.1:根据2023年北邮研究生院论文要求,本仓库同步修改以下内容: +1. 扉页修改内容: +* 去除保密期限字段,密集字段右对齐 +* 去除日期字段 +* 修改 专业 为 学科专业 +* 硕士学位论文后添加 学术学位 or 专业学位 +* 添加培养方式字段 (training mode) +2. 解决英文扉页密级显示中文的bug +3. 添加学术委员会名单页面(committee):bear_thesis.tex 中指定是否添加学术委员会名单页面,install后生成 committee.tex文件 + +以下是原仓库README内容: About ================== diff --git a/buptgraduatethesis.pdf b/buptgraduatethesis.pdf index c737458..5ef413c 100755 Binary files a/buptgraduatethesis.pdf and b/buptgraduatethesis.pdf differ diff --git a/install/buptgraduatethesis.dtx b/install/buptgraduatethesis.dtx index 1d38e49..c5448f7 100755 --- a/install/buptgraduatethesis.dtx +++ b/install/buptgraduatethesis.dtx @@ -408,7 +408,8 @@ % classlevel=classified,% % mathfont=mathptmx,% % dedication=false,% -% chapbib=true,% +% committee=true,% +% chapbib=false,% % finish=print,% % driver=xetex]{buptgraduatethesis} % \end{Verbatim} @@ -466,6 +467,17 @@ % \changes{v5.0}{2014/04/14}{增加使用 mathptmx 字体时提示找不到 rsfs10 的解决方案} % 注意:使用默认的 mathptmx 字体时,可能会提示找不到 rsfs10 的错误,此时需要运行 mf rsfs10 命令,并且清除辅助文件之后再次编译,即可解决此问题。 % +% \begin{function}{答辩委员会名单页} +% \begin{syntax} +% committee=\meta{\TFF} +% \end{syntax} +% \end{function} +% |committee|用于指定是否在扉页后添加答辩委员会名单页,如果有,则答辩委员会名单页的内容在 committee.tex 中描述。 +% \begin{description} +% \item[true] 有答辩委员会名单页; +% \item[false] 无答辩委员会名单页。 +% \end{description} +% % \begin{function}{献词页} % \begin{syntax} % dedication=\meta{\TFF} @@ -586,19 +598,24 @@ % |\cmajor|\marg{专业名称} |\emajor|\marg{专业英文名称} % \end{syntax} % \end{function} -% -% \begin{function}{导师名称} +%% \begin{function}{论文提交日期} % \begin{syntax} -% |\csupervisor|\marg{导师名称} |\esupervisor|\marg{Supervisor Name} +% |\cdate|\marg{论文提交日期} |\edate|\marg{论文提交日期} % \end{syntax} % \end{function} -% -% \begin{function}{论文提交日期} +% \begin{function}{培养方式} % \begin{syntax} -% |\cdate|\marg{论文提交日期} |\edate|\marg{论文提交日期} +% |\ctrainingmode|\marg{培养方式} |\etrainingmode|\marg{Training Mode} +% \end{syntax} +% \end{function} +% +% \begin{function}{导师名称} +% \begin{syntax} +% |\csupervisor|\marg{导师名称} |\esupervisor|\marg{Supervisor Name} % \end{syntax} % \end{function} % +% % \begin{function}{论文摘要} % \begin{syntax} % |\cabstract|\marg{中文摘要} |\eabstract|\marg{英文摘要} @@ -607,16 +624,10 @@ % % \begin{function}{论文关键词} % \begin{syntax} -% |\ckeywords|\marg{中文关键词} |\ekeywords|\marg{英文关键词} |\kwsep| -% \end{syntax} -% \end{function} -% 关键词之间使用 |\kwsep| 分隔,根据格式要求,使用空格隔开。 -% -% \begin{function}{保密年限} -% \begin{syntax} -% |\classdur|\marg{保密年限} +% |\ckeywords|\marg{中文关键词} |\ekeywords|\marg{英文关键词} % \end{syntax} % \end{function} +% 关键词之间使用分号分隔,根据格式要求,中文用全角分号,英文用半角分号。 % % \begin{function}{自定义密级} % \begin{syntax} @@ -1082,6 +1093,11 @@ \define@boolkey[bupt]{class}{dedication}[false]{\relax} % \end{macrocode} % +% 答辩委员会名单页选项 +% \begin{macrocode} +\define@boolkey[bupt]{class}{committee}[true]{\relax} +% \end{macrocode} +% % 数学字体选项 % \begin{macrocode} \define@choicekey*[bupt]{class}{mathfont}[\bupt@tempa\bupt@mathfont]{% @@ -1115,6 +1131,7 @@ degree=doctor,% classlevel=open,% dedication=false,% + committee=true,% mathfont=mathptmx,% chapbib=false,% finish=print,% @@ -1291,7 +1308,7 @@ \fi % \changes{v7.0}{2016/11/23}{glossaries 宏包应于 hyperref 宏包之后调用} % 缩略语 -\RequirePackage[toc,section=chapter]{glossaries} +\RequirePackage[toc,section=chapter]{glossaries}[=v4.49] \ifnum\bupt@finish=2 \def\ispeerreview{} \fi @@ -1505,7 +1522,7 @@ } \def\@schapter#1{% \cleardoublepage\phantomsection% - \thispagestyle{bupt@plain}% + \thispagestyle{bupt@headings}% \global\@topnum\z@% \@afterindenttrue% \ifx\bupt@preschapter\empty @@ -1861,7 +1878,7 @@ \def\@oddhead{% \vbox to\headheight{% \hb@xt@\textwidth{% - \xiaowu\song\hfill\leftmark% + \xiaowu\song\hfil\leftmark\hfil% }% \vskip3pt\hbox{% \vrule width\textwidth height0.4pt depth0pt @@ -1871,7 +1888,7 @@ \def\@evenhead{% \vbox to\headheight{% \hb@xt@\textwidth{% - \xiaowu\song\bupt@page@head\hfill + \xiaowu\song\hfil\bupt@page@head\hfil }% \vskip3pt\hbox{% \vrule width\textwidth height0.4pt depth0pt @@ -1886,7 +1903,7 @@ \def\@oddhead{% \vbox to\headheight{% \hb@xt@\textwidth{% - \xiaowu\song\hfill\bupt@label@tableofpublications% + \xiaowu\song\hfil\bupt@label@tableofpublications\hfil% }% \vskip3pt\hbox{% \vrule width\textwidth height0.4pt depth0pt @@ -1896,7 +1913,7 @@ \def\@evenhead{% \vbox to\headheight{% \hb@xt@\textwidth{% - \xiaowu\song\bupt@page@head\hfill + \xiaowu\song\hfil\bupt@page@head\hfil }% \vskip3pt\hbox{% \vrule width\textwidth height0.4pt depth0pt @@ -1934,18 +1951,20 @@ \bupt@def@metadata{studentid} \bupt@def@metadata{ctitle} \bupt@def@metadata{cdegree} +\bupt@def@metadata{cdate} \bupt@def@metadata{cdepartment} \bupt@def@metadata{cmajor} \bupt@def@metadata{cauthor} \bupt@def@metadata{classnumber} \bupt@def@metadata{udc} \bupt@def@metadata{schoolserial} +\bupt@def@metadata{ctrainingmode} \bupt@def@metadata{csupervisor} \bupt@def@metadata{cassosupervisor} \bupt@def@metadata{ccosupervisor} -\bupt@def@metadata{cdate} \bupt@def@metadata{startdate} \bupt@def@metadata{finishdate} +\bupt@def@metadata{edate} \bupt@def@metadata[long]{cabstract} \bupt@def@metadata{ckeywords} \bupt@def@metadata{etitle} @@ -1953,13 +1972,12 @@ \bupt@def@metadata{edepartment} \bupt@def@metadata{emajor} \bupt@def@metadata{eauthor} +\bupt@def@metadata{etrainingmode} \bupt@def@metadata{esupervisor} \bupt@def@metadata{eassosupervisor} \bupt@def@metadata{ecosupervisor} -\bupt@def@metadata{edate} \bupt@def@metadata[long]{eabstract} \bupt@def@metadata{ekeywords} -\bupt@def@metadata{classdur} \bupt@def@metadata{hiddenmark} \bupt@def@metadata{customclasslevel} % @@ -1975,16 +1993,16 @@ \def\bupt@label@cmajor{专\hspace{2em}业} \def\bupt@label@emajor{Subject} \or - \def\bupt@page@head{北京邮电大学工学硕士学位论文} - \def\bupt@label@covertitle{硕士学位论文} + \def\bupt@page@head{北京邮电大学硕士学位论文} + \def\bupt@label@covertitle{硕士学位论文(学术学位)} \def\bupt@label@ecovertitle{Thesis for Master Degree} - \def\bupt@label@cmajor{专\hspace{2em}业} + \def\bupt@label@cmajor{学科专业} \def\bupt@label@emajor{Subject} \or - \def\bupt@page@head{北京邮电大学工程硕士学位论文} - \def\bupt@label@covertitle{硕士学位论文} + \def\bupt@page@head{北京邮电大学硕士学位论文} + \def\bupt@label@covertitle{硕士学位论文(专业学位)} \def\bupt@label@ecovertitle{Thesis for Master Degree} - \def\bupt@label@cmajor{专\hspace{2em}业} + \def\bupt@label@cmajor{学科专业} \def\bupt@label@emajor{Subject} \or \def\bupt@page@head{北京邮电大学博士后研究工作报告} @@ -2005,26 +2023,27 @@ \def\bupt@label@finishdate{研究工作期满时间} \else \def\bupt@label@cauthor{姓\hspace{2em}名} - \def\bupt@label@eauthor{Candidate} + \def\bupt@label@eauthor{Author} \def\bupt@label@csupervisor{导\hspace{2em}师} \def\bupt@label@esupervisor{Supervisor} + \def\bupt@label@ctrainingmode{培养方式} + \def\bupt@label@etrainingmode{Training Mode} \def\bupt@label@cdepartment{学\hspace{2em}院} \def\bupt@label@edepartment{Institute} \def\bupt@label@studentid{学\hspace{2em}号} - \def\bupt@label@estudentid{Student No.} + \def\bupt@label@estudentid{Student ID} \def\bupt@label@classlevel{密级} \def\bupt@label@eclasslevel{Secret Level} + \cdate{\the\year 年\the\month 月\the\day 日} + \edate{\today} \fi \def\bupt@label@ctitle{题目} \def\bupt@label@etitle{Title} -\def\bupt@label@classdur{保密期限} -\def\bupt@label@eclassdur{Confidentiality Period} \def\bupt@label@cschoolname{北京邮电大学} \def\bupt@label@eschoolname{Beijing University of Posts and Telecommunications} \def\bupt@title@sep{:} \def\bupt@title@esep{:} -\cdate{\the\year 年\the\month 月\the\day 日} -\edate{\today} + % % \end{macrocode} @@ -2047,16 +2066,22 @@ %<*cfg> \ifcase\bupt@classlevel\relax \def\bupt@meta@classlevel{公开} + \def\bupt@meta@eclasslevel{Open} \or \def\bupt@meta@classlevel{限制} + \def\bupt@meta@eclasslevel{Control} \or \def\bupt@meta@classlevel{秘密} + \def\bupt@meta@eclasslevel{Confidential} \or \def\bupt@meta@classlevel{机密} + \def\bupt@meta@eclasslevel{Classified} \or \def\bupt@meta@classlevel{绝密} + \def\bupt@meta@eclasslevel{Topsecret} \or \def\bupt@meta@classlevel\bupt@meta@customclasslevel + \def\bupt@meta@eclasslevel\bupt@meta@customclasslevel \fi % % \end{macrocode} @@ -2124,15 +2149,13 @@ \newcommand{\bupt@front@cover}{% \asong\bfseries \vspace*{-1.15cm} - \begin{minipage}[t]{\textwidth}%右上角密级、保密期限 + \begin{minipage}[t]{\textwidth}%右上角密级 \sihao - \hspace*{76.6mm} + \raggedleft \ifnum\bupt@classlevel=0 - \bupt@label@classlevel\bupt@title@sep - \hspace{4em}\bupt@label@classdur\bupt@title@sep + \bupt@label@classlevel\bupt@title@sep\bupt@meta@classlevel \else \bupt@label@classlevel\bupt@title@sep\bupt@meta@classlevel - \hspace{2em}\bupt@label@classdur\bupt@title@sep\bupt@meta@classdur \fi \end{minipage}\\[1.71cm] \begin{minipage}[t]{\textwidth}%北京邮电大学、硕士(博士)学位论文、logo @@ -2143,7 +2166,7 @@ \covertitlesize[1.0]{\ahei\bupt@label@covertitle}\par \vspace{0.95cm} \includegraphics[width=3.09cm]{logo/buptseal} - \end{minipage}\\[1.8cm] + \end{minipage}\\[1.4cm] \begin{minipage}[t]{\textwidth}%题目 \centering \xiaoer[1.5] @@ -2170,7 +2193,7 @@ }% \\% \end{tabular} - \end{minipage}\\[1.3cm] + \end{minipage}\\[0.7cm] \begin{minipage}[t]{\textwidth}%学号姓名等 \centering \sihao[1.24] @@ -2183,13 +2206,15 @@ [-3pt] \cline{2-2} \\ \bupt@label@cmajor\bupt@title@sep & {\hfill\bupt@meta@cmajor\hfill} \\ [-3pt] \cline{2-2} \\ + \bupt@label@ctrainingmode\bupt@title@sep & {\hfill\bupt@hide{\bupt@meta@ctrainingmode}\hfill} \\ + [-3pt] \cline{2-2} \\ \bupt@label@csupervisor\bupt@title@sep & {\hfill\bupt@hide{\bupt@meta@csupervisor}\hfill} \\ [-3pt] \cline{2-2} \\ \bupt@label@cdepartment\bupt@title@sep & {\hfill\bupt@meta@cdepartment\hfill} \\ [-3pt] \cline{2-2} \\ \end{tabular} \end{minipage}\\[0.7cm] - \begin{minipage}[t]{\textwidth}%日期 + \begin{minipage}[ht]{\textwidth}%日期 \centering {\sihao[1.0] \asong \bupt@meta@cdate} \end{minipage} @@ -2209,15 +2234,13 @@ \else \asong\bfseries \vspace*{-1.15cm} - \begin{minipage}[t]{\textwidth}%右上角密级、保密期限 + \begin{minipage}[t]{\textwidth}%右上角密级 \sihao - \hspace*{40.6mm} + \raggedleft \ifnum\bupt@classlevel=0 - \bupt@label@eclasslevel\bupt@title@sep - \hspace{4em}\bupt@label@eclassdur\bupt@title@sep + \bupt@label@eclasslevel\bupt@title@sep\bupt@meta@eclasslevel \else - \bupt@label@eclasslevel\bupt@title@sep\bupt@meta@classlevel - \hspace{2em}\bupt@label@eclassdur\bupt@title@sep\bupt@meta@classdur + \bupt@label@eclasslevel\bupt@title@sep\bupt@meta@eclasslevel \fi \end{minipage}\\[1.71cm] \begin{center} @@ -2272,16 +2295,17 @@ [-3pt] \cline{2-2} \\ \bupt@label@emajor\bupt@title@esep & {\hfill\bupt@meta@emajor\hfill} \\ [-3pt] \cline{2-2} \\ + \bupt@label@etrainingmode\bupt@title@esep & {\hfill\bupt@hide{\bupt@meta@etrainingmode}\hfill} \\ + [-3pt] \cline{2-2} \\ \bupt@label@esupervisor\bupt@title@esep & {\hfill\bupt@hide{\bupt@meta@esupervisor}\hfill} \\ [-3pt] \cline{2-2} \\ \bupt@label@edepartment\bupt@title@esep & {\hfill\bupt@meta@edepartment\hfill} \\ [-3pt] \cline{2-2} \\ \end{tabular} - \end{minipage}\\[1cm] - \begin{minipage}[t]{\textwidth}%日期 - \begin{flushright} + \end{minipage}\\[0.7cm] + \begin{minipage}[ht]{\textwidth}%日期 + \centering {\sihao[1.0] \asong \bupt@meta@edate} - \end{flushright} \end{minipage} \normalfont \fi @@ -2317,6 +2341,7 @@ \bupt@label@cauthor\bupt@title@sep & {\bupt@hide{\bupt@meta@cauthor}\hfill} \\ \bupt@label@cdepartment\bupt@title@sep & {\bupt@meta@cdepartment\hfill} \\ \bupt@label@cmajor\bupt@title@sep & {\bupt@meta@cmajor\hfill} \\ + \bupt@label@ctrainingmode\bupt@title@sep & {\bupt@hide{\bupt@meta@ctrainingmode}\hfill} \\ \bupt@label@csupervisor\bupt@title@sep & {\bupt@hide{\bupt@meta@csupervisor}\hfill} \\ \end{tabular} \end{minipage}\\[3cm] @@ -2340,6 +2365,23 @@ } \newcommand{\bupt@back@cover}{% } + % + % \end{macrocode} + % + % 答辩委员会名单页 + % \begin{macrocode} + %<*cls> +\def\bupt@committee@title{答辩委员会名单} +\newcommand{\bupt@committee}{% + \cleardoublepage + \begin{center} + \sanhao[1.0]\hei\bupt@committee@title + \end{center} + \input{committee} + +} + + % % \end{macrocode} % @@ -2355,7 +2397,7 @@ } \def\bupt@authorization@title{关于论文使用授权的说明} \long\def\bupt@authorization@body{% - 本人完全了解并同意北京邮电大学有关保留、使用学位论文的规定,即:北京邮电大学拥有以下关于学位论文的无偿使用权,具体包括:学校有权保留并向国家有关部门或机构送交论文,有权允许学位论文被查阅和借阅;% + 本人完全了解并同意北京邮电大学有关保留、使用学位论文的规定,即:北京邮电大学拥有以下关于学位论文的无偿使用权,具体包括:学校有权保留并向国家有关部门或机构送交学位论文,有权允许学位论文被查阅和借阅;% 学校可以公布学位论文的全部或部分内容,有权允许采用影印、缩印或其它复制手段保存、汇编学位论文,将学位论文的全部或部分内容编入有关数据库进行检索。% (保密的学位论文在解密后遵守此规定)% } @@ -2370,7 +2412,7 @@ %% 独创性声明与授权说明 \newcommand{\bupt@declaration}{% \begin{center} - \sihao[1.5]\hei\bupt@declaration@title + \sanhao[1.0]\hei\bupt@declaration@title \end{center} \par{% \parindent\CJKtwospaces\bupt@declaration@body @@ -2385,7 +2427,7 @@ } \newcommand{\bupt@authorization}{% \begin{center} - \sihao[1.5]\hei\bupt@authorization@title + \sanhao[1.0]\hei\bupt@authorization@title \end{center} \par{% \parindent\CJKtwospaces\bupt@authorization@body @@ -2444,6 +2486,9 @@ \else \ifnum\bupt@finish=2 \else + \ifbupt@class@committee + \bupt@committee + \fi \bupt@makedeclauth \fi \fi @@ -2456,14 +2501,14 @@ \bupt@makeabstract \let\@tabular\bupt@tabular% \tableofcontents - \listoftables - \listoffigures + %%\listoftables %Jimmy:取消表格和图示索引 + %%\listoffigures } %% 生成中英文摘要页 \newcommand{\bupt@makeabstract}{% - \pagestyle{bupt@plain} + \pagestyle{bupt@headings} \pagenumbering{Roman} - \bupt@chapter*[]% + \bupt@chapter*[\bupt@label@cabstract]% {\bupt@label@cabstract}% [\xiaosan\hei]% [\centering\sanhao\bupt@meta@ctitle] @@ -2477,7 +2522,7 @@ \setbox0=\hbox{{\hei \bupt@label@ckeywords}} \noindent\hangindent\wd0\hangafter1\box0\bupt@meta@ckeywords } - \bupt@chapter*[]% + \bupt@chapter*[\bupt@label@eabstract]% {\bupt@label@eabstract} % no tocline [\xiaosan] [\centering\sanhao\textbf{\MakeUppercase\bupt@meta@etitle}] % 此处控制英文摘要标题的字体 @@ -2520,7 +2565,7 @@ \setlength{\topsep}{0pt} % }}{\end{list}} % -%\def\bupt@label@listofnotations{符号对照表} +%\def\bupt@label@listofnotations{符号说明} % \end{macrocode} % % 参考文献表格式 @@ -2630,7 +2675,7 @@ % % 攻读学位期间发表的学术论文目录 % \begin{macrocode} -%\def\bupt@label@tableofpublications{攻读学位期间发表的学术论文目录} +%\def\bupt@label@tableofpublications{攻读学位期间取得的“创新成果”目录} %<*cls> \def\newcite#1#2{% \expandafter\gdef\csname bupt@cite@#1\endcsname{#2} @@ -4145,7 +4190,8 @@ EXECUTE { show.banner.end } % 显示完成提示信息 classlevel=open,% mathfont=mathptmx,% dedication=false,% - chapbib=true,% + committee=true,% + chapbib=false,% finish=print,% driver=xetex]{buptgraduatethesis} @@ -4339,8 +4385,6 @@ EXECUTE { show.banner.end } % 显示完成提示信息 % % \subsection{metadata.tex} %<*metadata> -%% 涉密论文保密年限 -\classdur{三年} %% 学号 \studentid{2011000000} @@ -4379,25 +4423,29 @@ EXECUTE { show.banner.end } % 显示完成提示信息 %% 博士后研究工作期满时间 \finishdate{2016年4月2日} +%% 培养方式:填写内容应为“全日制”或“非全日制”。 +\ctrainingmode{全日制 或 非全日制} +\etrainingmode{Part-Time or Full-Time} + %% 你导师的姓名 \csupervisor{导师姓名} \esupervisor{Supervisor Name} - %% 日期自动生成,也可以取消注释下面一行,自行指定日期 % \cdate{2013年12月25日} % \edate{Dec 25 2013} + %% 中文摘要 \cabstract{% 中、英文摘要位于声明的次页,摘要应简明表达学位论文的内容要点,体现研究工作的核心思想。 重点说明本项科研的目的和意义、研究方法、研究成果、结论,注意突出具有创新性的成果和新见解的部分。 关键词是为文献标引工作而从论文中选取出来的、用以表示全文主题内容信息的术语。 - 关键词排列在摘要内容的左下方,具体关键词之间以均匀间隔分开排列,无需其它符号。 + 关键词排列在摘要内容的左下方,具体关键词之间以分号分隔。 } -%% 中文关键词,关键词之间用 \kwsep 分割 -\ckeywords{\TeX \kwsep \LaTeX \kwsep xeCJK \kwsep 模板 \kwsep 排版 \kwsep 论文} +%% 中文关键词,关键词之间用 全角分号(;) 分隔 +\ckeywords{\TeX;\LaTeX;xeCJK;模板;排版;论文} %% 英文摘要 \eabstract{% @@ -4406,12 +4454,12 @@ EXECUTE { show.banner.end } % 显示完成提示信息 Key words are terms selected for documentation indexing, which should present the main contributions of the thesis. Key words are aligned at the bottom left side of the abstract content. - Key words should be seperated by spaces but not any other symbols. + Key words should be seperated by semicolon. } -%% 英文关键词,也用 \kwsep 分割 +%% 英文关键词,关键字用半角分号(;)分隔 \ekeywords{% - \TeX \kwsep \LaTeX \kwsep xeCJK \kwsep template \kwsep typesetting \kwsep thesis} + \TeX; \LaTeX; xeCJK; template; typesetting; thesis} % % % \subsection{pubs.tex} @@ -4712,9 +4760,38 @@ EXECUTE { show.banner.end } % 显示完成提示信息 \end{listofnotations} % % +% \subsection{committee.tex} +%<*committee> +\begin{table*}[h] + \centering + \caption*{} + \label{tab:committee} + \renewcommand\arraystretch{1.5} + \begin{tabular}{|>{\centering\arraybackslash}m{2cm} | >{\centering\arraybackslash}m{2cm} | >{\centering\arraybackslash}m{2cm} | >{\centering\arraybackslash}m{6cm}|} + \hline + 职务 & 姓 \hspace{1em} 名 & 职 \hspace{1em} 称 & 工\hspace{1em} 作\hspace{1em} 单\hspace{1em} 位 \\ + \hline + 主席 & & & \\ + \hline + 委员 & & & \\ + \hline + 委员 & & & \\ + \hline + 委员 & & & \\ + \hline + 委员 & & & \\ + \hline + 秘书 & & & \\ + \hline + 答辩日期 & \multicolumn{3}{|c|}{2023.05.13} \\ + \hline + \end{tabular} +\end{table*} +% +% % \subsection{app_lhospital.tex} %<*app-lhospital> -\chapter{不定型($0/0$)极限的计算} +\chapter{不定型极限的计算} \begin{theorem}[L'Hospital法则] 若 \begin{enumerate} diff --git a/install/buptgraduatethesis.ins b/install/buptgraduatethesis.ins index 4571730..23c1a01 100755 --- a/install/buptgraduatethesis.ins +++ b/install/buptgraduatethesis.ins @@ -131,6 +131,7 @@ This file is part of the BUPTGraduateThesis project. \file{example/acronyms.tex}{\from{install/\jobname.dtx}{acronyms}} \file{example/notations.tex}{\from{install/\jobname.dtx}{notations}} \file{example/app_lhospital.tex}{\from{install/\jobname.dtx}{app-lhospital}} + \file{example/committee.tex}{\from{install/\jobname.dtx}{committee}} } \ifToplevel{