Skip to content

Commit

Permalink
Update version information a and correct some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
weiquanmao committed Oct 15, 2018
1 parent 5b0d3c2 commit 72b9373
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 91 deletions.
1 change: 1 addition & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ BUAAThesis
+ Word: 直接在其上进行修改编写,请记得预先备份;
+ LaTeX: 参看LaTeX模板示例template.tex及相应插入章节tex/*.tex;
+ Mac: Mac系统请使用buaa_mac.cls并使用XeLaTeX编译。

## 建议及问题反馈

+ E-mail: [[email protected]]([email protected])
Expand Down
Binary file modified Template.pdf
Binary file not shown.
24 changes: 12 additions & 12 deletions Template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,25 @@
% ifthen, etoolbox, titletoc, remreset, remreset,
% geometry, fancyhdr, setspace, caption,
% float, graphicx, subfigure, epstopdf,
% booktabs, longtable, multirow,
% booktabs, longtable, multirow,
% array, enumitem
% algorithm2e, amsmath, amsthm, listings
% pifont, color, soul
%--------------------
% 请在此处添加额外工具包>>
% 请在此处添加额外工具包>>


%=================================================================
% buaa模板已内嵌以下LaTeX宏:
%--------------------
% \highlight{text} % 黄色高亮
%--------------------
% 请在此处添加自定义宏>>
% 请在此处添加自定义宏>>


%%=================================================================
% 论文题目及副标题-{中文}{英文}
\Title{北航博硕士学位论文\LaTeX{}模板\BUAAThesis{}}{\LaTeX{} Template of Beihang University Thesis \BUAAThesis{}}
\Title{北航硕博士学位论文~\LaTeX{}模板\BUAAThesis{}}{\LaTeX{} Template of Beihang University Thesis \BUAAThesis{}}
\Subtitle{版本 \BUAAThesisVer{}}{Version \BUAAThesisVer{}}

% 学科大类,默认工学
Expand All @@ -106,7 +106,7 @@
\Feild{模式识别与智能系统}

% 导师信息-{中文名}{英文名}{职称}
\Tutor{导师姓名}{Toutor}{教授}
\Tutor{导师姓名}{Tutor}{教授}
\Cotutor{副导师姓名}{Cotutor}{高工}

% 学生姓名-{中文名}{英文名}
Expand All @@ -127,21 +127,21 @@
% 摘要-{中文}{英文}
\Abstract{%
摘要是学位论文内容的简短陈述,应体现论文工作的核心思想。论文摘要应力求语言精炼准确。博士学位论文的中文摘要一般约800$\sim$1200字;硕士学位论文的中文摘要一般约500字。摘要内容应涉及本项科研工作的目的和意义、研究思想和方法、研究成果和结论。博士学位论文必须突出论文的创造性成果,硕士学位论文必须突出论文的新见解。

关键字是为用户查找文献,从文中选取出来揭示全文主体内容的一组词语或术语,应尽量采用词表中的规范词(参考相应的技术术语标准)。关键词一般3$\sim$5个,按词条的外延层次排列(外延大的排在前面)。关键词之间用逗号分开,最后一个关键词后不打标点符号。

为了国际交流的需要,论文必须有英文摘要。英文摘要的内容及关键词应与中文摘要及关键词一致,要符合英语语法,语句通顺,文字流畅。英文和汉语拼音一律为Times New Roman体,字号与中文摘要相同。
}{%
What were you doing 500 years ago? Oh, that’s right nothing, because you didn’t exist yet. In fact, several generations of your family had yet to leave their mark on the world, but one very special shark may already have been swimming in the chilly North Atlantic at that time, and the incredible animal is somehow still alive today.

Scientists studying Greenland sharks observed the particularly old specimen just recently, and after studying it they’ve determined that the creature is approximately 272 to 512 years old. That’s an absolutely insane figure, and if its age lands towards the higher end, it makes the animal the oldest observed living vertebrate on the entire planet.

Greenland sharks are an incredible species in a number of ways, but most notable is its longevity. The sharks are well over 100 years old before even reaching sexual maturity, and regularly live for centuries. This particularly old specimen, along with 27 others, were analyzed using radiocarbon dating. The reading came back at around 392 years, but potential margin of error means the animal’s true age is somewhere between 272 and 512.

The shark, which is a female, measures an impressive 18 feet long. That’s pretty large, but it might not sound particularly large for an ocean-dwelling creature that lives hundreds of years. That is, until you consider that the Greenland shark only grows around one centimeter per year. With that in mind, 18 feet is actually downright massive.

As for how this particular shark species manages to live so incredibly long, scientists attribute a lot of its longevity to its sluggish metabolism, as well as its environment. The frigid waters where the sharks thrive is thought to increase overall lifespan in a variety of ways. Past research has shown that cold environments can help slow aging, and these centuries-old sharks are most certainly benefiting from their chilly surroundings.

--- Online news {\it Scientists find incredible shark that may be over 500 years old and still kicking\/}, 12.16.2017. (http://bgr.com/2017/12/14/oldest-shark-greenland-512-years-old/).
}
% 关键字-{中文}{英文}
Expand Down
73 changes: 37 additions & 36 deletions buaa.cls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %% <UTF-8>
%% %% 北航研究生毕业论文模板 - LaTeX 01-04-2018
%% %% 北航研究生毕业论文模板 - LaTeX 10-15-2018
%% %% 论文样式参考自《研究生手册--二〇一五年八月》
%% %% 基于ctexbook
%% %%
Expand All @@ -9,6 +9,7 @@
%% %% 参与修改:
%% %%
%% %% Versions:
%% %% v1.3 Wei Quanmao (10-15-2018)
%% %% v1.2 Wei Quanmao (07-31-2018)
%% %% v1.1 Wei Quanmao (01-04-2018)
%% %% v1.0a Wei Quanmao (12-17-2017)
Expand All @@ -18,11 +19,11 @@

%% 模板标识
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{buaa}[2018/07/31 v1.2 BUAA thesis class]
\typeout{This is LaTeX template buaa, Version 1.1 (based on CTex) 01-04-2018, by Wei Quanmao}
\ProvidesClass{buaa}[2018/10/15 v1.3 BUAA thesis class]
\typeout{This is LaTeX template buaa, Version 1.3 (based on CTex) 10-15-2018, by Wei Quanmao}

\usepackage{graphicx}
\def\BUAAThesisVer{v1.1 01-04-2018}
\def\BUAAThesisVer{v1.3 10-15-2018}
\def\BUAAThesis{%
B%
{\fontsize{0.8em}{\baselineskip}\selectfont
Expand Down Expand Up @@ -51,7 +52,7 @@
\RequirePackage{graphicx} % 图片
\RequirePackage{subfigure} % 图片
\RequirePackage{epstopdf} % 图片
\RequirePackage{array} %
\RequirePackage{array} %
\RequirePackage{enumitem} %
\RequirePackage{booktabs} % 表格上下粗线
\RequirePackage{longtable} % 长表格
Expand Down Expand Up @@ -90,10 +91,10 @@
\DeclareOption{secret10}{\gdef\@permission{secret10}} % 秘密10年
\DeclareOption{secret*}{\gdef\@permission{secret*}} % 秘密永久
\DeclareOption{classified}{\gdef\@permission{classified5}} % 机密 = 机密5年
\DeclareOption{classified3}{\gdef\@permission{classified3}} % 机密3年
\DeclareOption{classified5}{\gdef\@permission{classified5}} % 机密5年
\DeclareOption{classified10}{\gdef\@permission{classified10}} % 机密10年
\DeclareOption{classified*}{\gdef\@permission{classified*}} % 机密永久
\DeclareOption{classified3}{\gdef\@permission{classified3}} % 机密3年
\DeclareOption{classified5}{\gdef\@permission{classified5}} % 机密5年
\DeclareOption{classified10}{\gdef\@permission{classified10}} % 机密10年
\DeclareOption{classified*}{\gdef\@permission{classified*}} % 机密永久
\DeclareOption{topsecret}{\gdef\@permission{topsecret10}} % 绝密 = 绝密10年
\DeclareOption{topsecret3}{\gdef\@permission{topsecret3}} % 绝密3年
\DeclareOption{topsecret5}{\gdef\@permission{topsecret5}} % 绝密5年
Expand All @@ -104,7 +105,7 @@
}}

%% 打印设置
\DeclareOption{oneside}{\gdef\@printtype{oneside}} % 单面打印
\DeclareOption{oneside}{\gdef\@printtype{oneside}} % 单面打印
\DeclareOption{twoside}{\gdef\@printtype{twoside}} % 双面打印

%% 适应首字母大写
Expand Down Expand Up @@ -335,7 +336,7 @@
\renewenvironment{table}[1][h!]
{\begin{spacing}{1.2} \org@table[#1] \songti\zihao{5}}
{\org@endtable \end{spacing}}

\let\org@longtable\longtable
\let\org@endlongtable\endlongtable
\renewenvironment{longtable}[1][h!]
Expand All @@ -355,7 +356,7 @@
aboveskip=0pt, belowskip=0pt, justification=centerlast}

%出现在页面中间的浮动对象与上下方文本之间的垂直距离
%缺省为 12pt plus 2pt minus 2pt。
%缺省为 12pt plus 2pt minus 2pt。
%\setlength{\intextsep}{12pt \@plus2pt \@minus 2pt}

%出现在页面的顶部或底部的浮动对象之间的垂直距离
Expand All @@ -379,7 +380,7 @@
colorlinks=true,
bookmarksnumbered=true,
bookmarksopen=true,
pdffitwindow=true,
pdffitwindow=true,
pdfsubject={BUAA thesis},
pdfcreator={LaTeXed~By~WeiQM}
}
Expand Down Expand Up @@ -425,7 +426,7 @@
\newcommand{\clearautopage}{%右侧起新页
\clearpage
\ifthenelse{\equal{\@printtype}{twoside}}{% 双面
\ifodd\c@page
\ifodd\c@page
\else
\hbox{}
\vspace*{\fill}
Expand Down Expand Up @@ -544,7 +545,7 @@
\abstructkeyword
\makecontextlist
\denotioan

\renewcommand{\headrulewidth}{0.4pt}
\fancyfoot[C]{\zihao{5} \thepage}
\fancyhead[CE]{\zihao{-5} \leftmark}
Expand All @@ -562,7 +563,7 @@

{\zihao{5} \heiti \noindent
\makebox[5\ccwd][s]{中图分类号}:{\bfseries \@clc}%
\hfill \TranSecretLevel{\@permission}
\hfill \TranSecretLevel{\@permission}
\\
\makebox[5\ccwd][s]{论文编号}:{\bfseries 10006\@studentid}
}
Expand All @@ -581,9 +582,9 @@
\ifthenelse{\equal{\@thesis}{doctor}}{\includegraphics[width=0.9\linewidth]{head-doctor}}{
}}}
\end{figure}

\centering

\vspace{20pt}
\begin{spacing}{1.2}
\ifthenelse{\isundefined{\@subtitlecn}}{\vspace{20pt}}{}
Expand Down Expand Up @@ -618,7 +619,7 @@

\begin{spacing}{1.2}

{\zihao{-2} \bfseries
{\zihao{-2} \bfseries
\ifthenelse{\isundefined{\@subtitleen}}{\vspace{20pt}}{}
\@titleen
\ifthenelse{\isundefined{\@subtitleen}}{\vspace{20pt}}{%
Expand All @@ -629,20 +630,20 @@
\vspace{50pt}

{\zihao{4}
A Dissertation Submitted for the Degree of
A Dissertation Submitted for the Degree of
\ifthenelse{\equal{\@thesis}{master} \OR \equal{\@thesis}{professional}}{Master}{}
\ifthenelse{\equal{\@thesis}{doctor}}{Docrtor of Philosophy}{}
}

\vspace{100pt}
{\zihao{-3} \bfseries
\begin{tabular}{ll}
\ifthenelse{\isundefined{\@cotutorcn}}{%
\makebox[70pt][s]{Candidate}: & \@authoren \\
\makebox[70pt][s]{Candidate}: & \@authoren \\
\vspace{-10pt}\\
\makebox[70pt][s]{Supervisor}: & \TranDegree{\@tutordegree} \hspace{-8pt} \@tutoren \\
}{%
\makebox[77pt][s]{Candidate}: & \@authoren \\
\makebox[77pt][s]{Candidate}: & \@authoren \\
\vspace{-10pt}\\
\makebox[77pt][s]{Supervisors}: & \TranDegree{\@tutordegree} \hspace{-8pt} \@tutoren \\
& \TranDegree{\@cotutordegree} \hspace{-8pt} \@cotutoren\\
Expand All @@ -652,7 +653,7 @@
\end{spacing}

\vspace{150pt}

\begin{spacing}{2.2}
{\zihao{-3}
\TranDepartment{\@department} \\
Expand All @@ -667,7 +668,7 @@

{\zihao{5} \heiti \noindent
\makebox[5\ccwd][s]{中图分类号}:{\bfseries \@clc}%
\hfill \TranSecretLevel{\@permission}
\hfill \TranSecretLevel{\@permission}
\\
\makebox[5\ccwd][s]{论文编号}:{\bfseries 10006\@studentid}
}
Expand All @@ -676,19 +677,19 @@
\vspace{150pt}

\begin{spacing}{1.2}
{\zihao{-2} \heiti
{\zihao{-2} \heiti
\ifthenelse{\equal{\@thesis}{master}}{%
\makebox[16\ccwd][s]{硕士学位论文}}{
\ifthenelse{\equal{\@thesis}{professional}}{%
\makebox[16\ccwd][s]{硕士学位论文}}{
\ifthenelse{\equal{\@thesis}{doctor}}{%
\makebox[16\ccwd][s]{博士学位论文}}{}
}}

}

\vspace{50pt}
{\zihao{-1} \heiti
{\zihao{-1} \heiti
\ifthenelse{\isundefined{\@subtitlecn}}{\vspace{20pt}}{}
\@titlecn
\ifthenelse{\isundefined{\@subtitlecn}}{\vspace{20pt}}{%
Expand Down Expand Up @@ -729,7 +730,7 @@

若有不实之处,本人愿意承担相关法律责任。 \\

{\zihao{5}\ \ 学位论文作者签名:\underline{\hspace{7\ccwd}} \hspace{4\ccwd}
{\zihao{5}\ \ 学位论文作者签名:\underline{\hspace{7\ccwd}} \hspace{4\ccwd}
日期:\hspace{3\ccwd}年\hspace{2\ccwd}月\hspace{2\ccwd}日}
}

Expand All @@ -744,11 +745,11 @@
段保存学位论文。

保密学位论文在解密后的使用授权同上。 \\
{\zihao{5}\ \ 学位论文作者签名:\underline{\hspace{7\ccwd}} \hspace{4\ccwd}

{\zihao{5}\ \ 学位论文作者签名:\underline{\hspace{7\ccwd}} \hspace{4\ccwd}
日期:\hspace{3\ccwd}年\hspace{2\ccwd}月\hspace{2\ccwd}日}

{\zihao{5}\ \ 指导教师签名:\underline{\hspace{9\ccwd}} \hspace{4\ccwd}
{\zihao{5}\ \ 指导教师签名:\underline{\hspace{9\ccwd}} \hspace{4\ccwd}
日期:\hspace{3\ccwd}年\hspace{2\ccwd}月\hspace{2\ccwd}日}
}

Expand All @@ -767,10 +768,10 @@
\@abstrctcn \par ~\par
{\heiti 关键字:} \@keywordcn
}

\clearpage
%\ifthenelse{\equal{\@beginright}{off}}{\clearpage}{\clearautopage}

{\zihao{3} \bfseries \centerline{Abstract}}
{\zihao{-4} ~\par
\@abstrcten \par ~\par
Expand All @@ -783,7 +784,7 @@
}}
\newcommand{\makecontextlist}{% 目录
{\pdfbookmark[0]{目录}{makecontextlist}

\tableofcontents
\ifthenelse{\isundefined{\@listfigtab}}{}{%
\ifthenelse{\equal{\@listfigtab}{on}}{%
Expand All @@ -799,7 +800,7 @@
}}
\newcommand{\denotioan}{% 缩写定义
{\pdfbookmark[0]{主要符号表}{denotioan}

\chapter*{主要符号表}
\ifthenelse{\isundefined{\@abbreviations}}{}{%
%\centering
Expand Down
Loading

0 comments on commit 72b9373

Please sign in to comment.