├── BIT-thesis-grd-jdh.cls ├── BIT-thesis-grd-jdh.log ├── BIT-thesis-grd.cls ├── BIT-thesis-run.cmd ├── BIT-thesis-run.sh ├── GBT7714-2005NLang.bst ├── Helper_manual ├── BIT-thesis-grd-jdh.cls ├── GBT7714-2005NLang.bst ├── HelperSection │ ├── equation.aux │ ├── equation.tex │ ├── figure_table.aux │ ├── figure_table.tex │ ├── figures │ │ ├── BIT.jpg │ │ ├── copy_type.jpg │ │ ├── correlation_P.pdf │ │ ├── mathtype_copy_type.jpg │ │ ├── tableGenerator.png │ │ └── tableGenerator1.png │ ├── notes.aux │ ├── notes.tex │ ├── preamble.aux │ ├── preamble.tex │ ├── pub.aux │ ├── reference.aux │ ├── reference.tex │ ├── template_intro.aux │ ├── template_intro.tex │ └── thanks.aux ├── Helper_manual.aux ├── Helper_manual.bbl ├── Helper_manual.blg ├── Helper_manual.log ├── Helper_manual.out ├── Helper_manual.pdf ├── Helper_manual.synctex.gz ├── Helper_manual.tex ├── Helper_manual.toc └── references │ └── references.bib ├── LICENSE ├── README.md ├── chapters ├── abstract.aux ├── abstract.tex ├── app1.aux ├── app1.tex ├── app2.aux ├── app2.tex ├── chapter1 │ ├── chapter1.aux │ ├── chapter1.tex │ ├── chapter1_1.tex │ ├── chapter1_2.tex │ └── figures │ │ └── figure1.png ├── conclusion.aux ├── conclusion.tex ├── denotation.tex ├── differents.aux ├── differents.log ├── pub.aux ├── pub.tex ├── resume.aux ├── resume.tex ├── thanks.aux └── thanks.tex ├── demo.pdf ├── demo.tex ├── reference └── references.bib └── settings.json /BIT-thesis-grd-jdh.cls: -------------------------------------------------------------------------------- 1 | %================================================== 2 | %% BIT-thesis-grd.cls for BIT Thesis 3 | %% modified by Jian dahao 4 | %% version: 1.6 5 | %% last update: May 10th, 2019 6 | %%================================================== 7 | 8 | %% math packages -- conflict with xunicode 9 | \RequirePackage{amsmath,amsthm,amsfonts,amssymb,bm,mathrsfs,mathptmx} 10 | % 直立希腊字母字体 11 | \RequirePackage{upgreek} 12 | 13 | \NeedsTeXFormat{LaTeX2e}[2005/12/01] 14 | \ProvidesClass{BIT-thesis-grd} 15 | [2018/03/25 v1.2 BIT-thesis-grd document class] 16 | 17 | \DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}} 18 | \newif\ifBIT@master\BIT@masterfalse 19 | \newif\ifBIT@doctor\BIT@doctorfalse 20 | \newif\ifBIT@istwoside\BIT@istwosidefalse 21 | \DeclareOption{twoside}{\BIT@istwosidetrue} 22 | \DeclareOption{master}{\BIT@mastertrue} 23 | \DeclareOption{doctor}{\BIT@doctortrue} 24 | % 添加编译模式 25 | \newif\ifBIT@isnormal\BIT@isnormalfalse%是否普通模式 26 | \newif\ifBIT@isselfsimilarcheck\BIT@isselfsimilarcheckfalse %是否重复率自查模式 27 | \newif\ifBIT@isblindcheck\BIT@isblindcheckfalse%是否盲审模式 28 | \DeclareOption{selfSimilarCheck}{\BIT@isselfsimilarchecktrue} 29 | \DeclareOption{blindCheck}{\BIT@isblindchecktrue} 30 | \DeclareOption{normal}{\BIT@isnormaltrue} 31 | %新定义不同模式下的命令 32 | 33 | \ProcessOptions\relax 34 | \ifBIT@istwoside 35 | \LoadClass[zihao=-4,a4paper,twoside,openright,UTF8,space=auto]{ctexbook} 36 | \else 37 | \LoadClass[zihao=-4,a4paper,oneside,openany,UTF8,space=auto]{ctexbook} 38 | \fi 39 | 40 | %% 41 | %% the setup of ctex package 42 | %% 43 | \def\contentsname{目\BITspace 录} 44 | \def\listfigurename{插\BITspace 图} 45 | \def\listtablename{表\BITspace 格} 46 | 47 | %% 48 | %% 封面标题 49 | %% 50 | \def\BIT@label@major{学~~~~科~~~~专~~~~业} 51 | \def\BIT@label@title{论文题目} 52 | \def\BIT@label@author{作~~~~者~~~~姓~~~~名} 53 | \def\BIT@label@classification{中图分类号:} 54 | \def\BIT@label@confidential{密级} 55 | \def\BIT@label@UDC{UDC\!分类号:} 56 | \def\BIT@label@serialnumber{编号} 57 | \def\BIT@label@thesis{学位论文} 58 | \def\BIT@label@advisor{指~~~~导~~~~教~~~~师} 59 | \def\BIT@label@degree{申~~~~请~~~~学~~~~位} 60 | \def\BIT@label@submitdate{论文提交日期} 61 | \def\BIT@label@defenddate{论~文~答~辩~日~期} 62 | \def\BIT@label@institute{学~~~~院~~~~名~~~~称} 63 | \def\BIT@label@school{学~位~授~予~单~位} 64 | \def\BIT@label@chairman{答辩委员会主席} 65 | 66 | %% 67 | %% 封面内容 68 | %% 69 | 70 | \def\BIT@value@classification{} 71 | \def\BIT@value@confidential{} 72 | \def\BIT@value@UDC{} 73 | \def\BIT@value@serialnumber{} 74 | \def\BIT@value@school{} 75 | \def\BIT@value@degree{} 76 | \def\BIT@value@title{~~~~~(论~文~题~目)~~~~~} 77 | \def\BIT@value@vtitle{竖排论文题目} 78 | \def\BIT@value@titlemark{\BIT@value@title} 79 | \def\BIT@value@author{(作~者~姓~名)} 80 | \def\BIT@value@advisor{(姓名、专业技术职务、学位)} 81 | \def\BIT@value@advisorinstitute{(单位)} 82 | \def\BIT@value@major{} 83 | \def\BIT@value@studentnumber{} %_ added by wei.jianwen@gmail.com 84 | \def\BIT@value@submitdate{} 85 | \def\BIT@value@defenddate{} 86 | \def\BIT@value@institute{} 87 | \def\BIT@value@chairman{} 88 | \def\BIT@label@statement{} 89 | 90 | 91 | %% 设置圆圈的格式 或使用\textcircled 92 | \usepackage{tikz} 93 | \usepackage{etoolbox} 94 | \newcommand{\circled}[2][]{\tikz[baseline=(char.base)] 95 | {\node[shape = circle, draw, inner sep = 1pt] 96 | (char) {\phantom{\ifblank{#1}{#2}{#1}}}; 97 | \node at (char.center) {\makebox[0pt][c]{#2}};}} 98 | \robustify{\circled} 99 | 100 | %% 论文原创性声明 101 | \def\BIT@label@original{研究成果声明} 102 | \def\BIT@label@authorization{关于学位论文使用权的说明} 103 | \def\BIT@label@authorsign{作者签名:} 104 | \def\BIT@label@Supervisorsign{导师签名:} 105 | \def\BIT@label@originalDate{签字日期:} 106 | \def\BIT@label@originalcontent{\BITspace\BITspace 本人郑重声明:所提交的学位论文是我本人在指导教师的指导下进行的研究工作获得的研究成果。尽我所知,文中除特别标注和致谢的地方外,学位论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得北京理工大学或其它教育机构的学位或证书所使用过的材料。与我一同工作的合作者对此研究工作所做的任何贡献均已在学位论文中作了明确的说明并表示了谢意。\par 特此申明。} 107 | \def\BIT@label@authorizationcontent{\BITspace\BITspace 本人完全了解北京理工大学有关保管、使用学位论文的规定,其中包括:\circled{1} 学校有权保管、并向有关部门送交学位论文的原件与复印件;\circled{2} 学校可以采用影印、缩印或其它复制手段复制并保存学位论文;\circled{3} 学校可允许学位论文被查阅或借阅;\circled{4} 学校可以学术交流为目的,复制赠送和交换学位论文;\circled{5} 学校可以公布学位论文的全部或部分内容(保密学位论文在解密后遵守此规定)。} 108 | 109 | 110 | %% 111 | %% 英语封面标题 112 | %% 113 | \def\BIT@label@englishadvisor{Supervisor:} 114 | \def\BIT@label@englishstatement{Submitted in total fulfilment 115 | of the requirements for the degree of \BIT@value@englishdegree \\ 116 | in \BIT@value@englishmajor} 117 | \def\BIT@label@englishauthor{Candidate Name:} 118 | \def\BIT@label@englishadvisor{Faculty Mentor:} 119 | \def\BIT@label@englishchairman{Chair, Thesis Committee:} 120 | \def\BIT@label@englishinstitute{School or Department:} 121 | \def\BIT@label@englishdegree{Degree Applied:} 122 | \def\BIT@label@englishmajor{Major:} 123 | \def\BIT@label@englishschool{Degree by:} 124 | \def\BIT@label@englishdate{The Date of Defence:} 125 | 126 | 127 | %% 128 | %% 英语封面内容 129 | %% 130 | \def\BIT@value@englishtitle{(English Title of Thesis)} 131 | \def\BIT@value@englishauthor{(Author Name)} 132 | \def\BIT@value@englishadvisor{(Supervisor Name)} 133 | \def\BIT@value@englishinstitute{(Institute Name)} 134 | \def\BIT@value@englishscholl{(BIT)} 135 | \def\BIT@value@englishchair{(someone)} 136 | \def\BIT@value@englishdate{} 137 | \def\BIT@value@englishdegree{} 138 | \def\BIT@value@englishmajor{} 139 | 140 | 141 | 142 | \def\BIT@label@abstract{摘要} 143 | \def\BIT@label@englishabstract{Abstract} 144 | \def\BIT@label@keywords{关键词:} 145 | \def\BIT@label@englishkeywords{Key Words:~} 146 | \def\BIT@label@conclusion{结论} 147 | \def\BIT@label@appendix{附录} 148 | \def\BIT@label@publications{攻读学位期间发表论文与研究成果清单} 149 | \def\BIT@label@projects{攻读学位期间参与的项目} 150 | \def\BIT@label@resume{作者简介} 151 | \def\BIT@label@reference{参考文献!!!!} 152 | \def\BIT@label@thanks{致谢} 153 | \def\BIT@value@templateversion{v1.2} 154 | %% 155 | %% label in the head 页眉页脚 156 | %% 157 | \def\BIT@label@headschoolname{北京理工大学硕士学位论文} 158 | 159 | %% 当前模板的版本 160 | \newcommand{\version}{\BIT@value@templateversion} 161 | 162 | %%==============引用geometry 宏包设置纸张和页面======================== 163 | %设置版面:上3.5cm,下2.5cm,左2.7cm,右2.7cm,页眉2.5cm,页脚1.8cm,装订线0cm 164 | \usepackage[% 165 | paper=a4paper,% 166 | top=3.5cm,% 上 3.5cm % 167 | bottom=2.5cm,% 下 2.5cm % 168 | left=2.7cm,% 左 2.7cm % 169 | right=2.7cm,% 右 2.7cm % 170 | headheight=1.0cm,% 页眉 2.5cm % 171 | footskip=0.7cm% 页脚 1.8cm % 172 | ]{geometry} % 页面设置 % 173 | %% ========================================================= 174 | 175 | \parskip 0.5ex plus 0.25ex minus 0.25ex 176 | %% Command -- Clear Double Page 177 | \def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else 178 | \thispagestyle{empty}% 179 | \hbox{}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi} 180 | %设置行距,大概为22榜 181 | \RequirePackage{setspace} 182 | \setstretch{1.523} 183 | 184 | %% 设置章节格式, 黑体三号加粗居中,行距22磅,与正文或节标题的间距设定为段后间距1行。章序号与章名间空一格。 185 | \ctexset{chapter={ 186 | name = {第,章}, 187 | number = {\arabic{chapter}}, 188 | format = {\bfseries \sffamily \centering \zihao{3}}, 189 | pagestyle = {BIT@headings}, 190 | beforeskip = 16 bp, 191 | afterskip = 32 bp, 192 | fixskip = true, 193 | } 194 | } 195 | %% 设置一级章节格式 196 | % 黑体四号加粗顶左,行距22磅,与上一节的间距为1行,与下面正文或节标题的段间间距为0.5行。序号与题目间空一格。 197 | 198 | \ctexset{section={ 199 | format={\raggedright \bfseries \sffamily \zihao{4}}, 200 | beforeskip = 28bp plus 1ex minus .2ex, 201 | afterskip = 24bp plus .2ex, 202 | fixskip = true, 203 | } 204 | } 205 | 206 | % 设置二级标题格式 207 | 208 | % 黑体小四加粗顶左,行距22磅,与上一节的间距为1行,与下面正文或节标题的段间间距为0.5行。序号与题目间空一格。 209 | 210 | \ctexset{subsection={ 211 | format = {\bfseries \sffamily \raggedright \zihao{-4}}, 212 | beforeskip =28bp plus 1ex minus .2ex, 213 | afterskip = 24bp plus .2ex, 214 | fixskip = true, 215 | } 216 | } 217 | 218 | 219 | % 设置三节标题格式 220 | 221 | \ctexset{subsubsection={ 222 | format={\heiti \raggedright \zihao{-4}}, 223 | beforeskip=28bp plus 1ex minus .2ex, 224 | afterskip=24bp plus .2ex, 225 | fixskip=true, 226 | } 227 | } 228 | 229 | %% 设定目录格式。目录颜色更改黑色 230 | \addtocontents{toc}{\protect\hypersetup{hidelinks}} 231 | \addtocontents{lot}{\protect\hypersetup{hidelinks}} 232 | \addtocontents{lof}{\protect\hypersetup{hidelinks}} 233 | 234 | \RequirePackage{titletoc} 235 | \titlecontents{chapter}[0pt]{\songti \zihao{4}} 236 | {\thecontentslabel\hspace{\ccwd}}{} % 取消的加粗显示效果 237 | {\hspace{.5em}\titlerule*{.}\contentspage} 238 | \titlecontents{section}[2\ccwd]{\songti \zihao{-4}} 239 | {\thecontentslabel\hspace{\ccwd}}{} 240 | {\hspace{.5em}\titlerule*{.}\contentspage} 241 | \titlecontents{subsection}[4\ccwd]{\songti \zihao{-4}} 242 | {\thecontentslabel\hspace{\ccwd}}{} 243 | {\hspace{.5em}\titlerule*{.}\contentspage} 244 | 245 | \titlecontents{figure}[0pt]{\songti\zihao{-4}} 246 | {\figurename~\thecontentslabel\quad}{\hspace*{-1.5cm}} 247 | {\hspace{.5em}\titlerule*{.}\contentspage} 248 | 249 | \titlecontents{table}[0pt]{\songti\zihao{-4}} 250 | {\tablename~\thecontentslabel\quad}{\hspace*{-1.5cm}} 251 | {\hspace{.5em}\titlerule*{.}\contentspage} 252 | 253 | %% 选择编译 254 | \RequirePackage{ifthen} 255 | 256 | %% check pdfTeX mode 257 | \RequirePackage{ifpdf} 258 | 259 | %% fancyhdr 页眉页脚控制 260 | \RequirePackage{fancyhdr} 261 | 262 | % 空 页眉页脚 263 | \fancypagestyle{BIT@empty}{% 264 | \fancyhf{}} 265 | 266 | %======正文页眉页脚================= 267 | \fancypagestyle{BIT@headings}{% 268 | \fancyhf{} 269 | \fancyfoot[C]{\songti\zihao{5} \thepage} 270 | \fancyhead[C]{\ifBIT@master\zihao{5}{\songti 北京理工大学硕士学位论文} 271 | \else\zihao{5}{\songti 北京理工大学博士学位论文}\fi} 272 | } 273 | 274 | %==================================对于openright 选项,必须保证章页右开,且如果前章末页内容须清空其页眉页脚。=================== 275 | \let\BIT@cleardoublepage\cleardoublepage 276 | \newcommand{\BIT@clearemptydoublepage}{% 277 | \clearpage{\pagestyle{BIT@empty}\BIT@cleardoublepage}} 278 | \let\cleardoublepage\BIT@clearemptydoublepage 279 | 280 | %================修该frontmatter 的页码为大写罗马格式,并调整页面风格=============== 281 | \renewcommand{\frontmatter}{ 282 | \if@openright\cleardoublepage\else\clearpage\fi 283 | \@mainmatterfalse 284 | \pagenumbering{Roman} 285 | \pagestyle{BIT@headings} 286 | } 287 | %=======================修改mainmatter 的页码为阿拉伯格式,并调整页面风格======================== 288 | \renewcommand{\mainmatter}{ 289 | \if@openright\cleardoublepage\else\clearpage\fi 290 | \@mainmattertrue 291 | \pagenumbering{arabic} 292 | \pagestyle{BIT@headings} 293 | } 294 | 295 | %%% 296 | % 内容插入命令 297 | %%% 298 | \newcommand\insertContents[1]{\ifBIT@isselfsimilarcheck {} \else #1 \fi} %内容插入控制命令 299 | \newcommand\insertFigure[1]{\insertContents{#1}} % 图片插入控制命令 300 | \newcommand\insertTable[1]{\insertContents{#1}} % 表格插入控制命令 301 | \newcommand\insertEquation[1]{\insertContents{#1}} % 公式插入控制命令 302 | \newcommand\nref[1]{\ifBIT@isselfsimilarcheck {} \else \ref{#1} \fi} 303 | 304 | %% 复杂表格 305 | \RequirePackage{threeparttable} 306 | \RequirePackage{dcolumn} 307 | \RequirePackage{multirow} 308 | \RequirePackage{booktabs} 309 | \newcolumntype{d}[1]{D{.}{.}{#1}}% or D{.}{,}{#1} or D{.}{\cdot}{#1} 310 | 311 | 312 | %% 定义几个常用的数学常量符号 313 | \newcommand{\me}{\mathrm{e}} %定义 对数常数e,虚数符号i,j以及微分算子d为直立体。 314 | \newcommand{\mi}{\mathrm{i}} 315 | \newcommand{\mj}{\mathrm{j}} 316 | \newcommand{\dif}{\,\mathrm{d}} 317 | 318 | \theoremstyle{plain} 319 | \newtheorem{algo}{算法~}[chapter] 320 | \newtheorem{thm}{定理~}[chapter] 321 | \newtheorem{lem}[thm]{引理~} 322 | \newtheorem{prop}[thm]{命题~} 323 | \newtheorem{cor}[thm]{推论~} 324 | \theoremstyle{definition} 325 | \newtheorem{defn}{定义~}[chapter] 326 | \newtheorem{conj}{猜想~}[chapter] 327 | \newtheorem{exmp}{例~}[chapter] 328 | \newtheorem{rem}{注~} 329 | \newtheorem{case}{情形~} 330 | \renewcommand{\proofname}{\bf 证明} 331 | 332 | %% 英文字体使用 Times New Roman 333 | \RequirePackage{fontspec} 334 | \RequirePackage{xltxtra} % \XeTeX Logo 335 | %% Times Fonts 336 | \RequirePackage{times} 337 | %% Set Old Fonts Encoding 338 | \usepackage[T1]{fontenc} 339 | 340 | 341 | %% graphics packages 342 | \RequirePackage{graphicx} 343 | %% 并列子图 344 | \RequirePackage{subfigure} 345 | 346 | \RequirePackage{wrapfig} 347 | %%===========================设置图表标题选项========================== 348 | \RequirePackage{amsmath} 349 | \RequirePackage{caption} 350 | \DeclareCaptionLabelSeparator{zhspace}{\hspace{1\ccwd}} 351 | \DeclareCaptionFont{fontsize}{\zihao{5}} 352 | \captionsetup{ 353 | font = {fontsize}, 354 | labelsep = zhspace, 355 | } 356 | \captionsetup[table]{ 357 | position = top, 358 | aboveskip = 6bp, 359 | belowskip = 6bp, 360 | } 361 | \numberwithin{table}{chapter} 362 | \captionsetup[figure]{ 363 | position = bottom, 364 | aboveskip = 6bp, 365 | belowskip = 6bp, 366 | } 367 | 368 | %% 如果插入的图片没有指定扩展名,那么依次搜索下面的扩展名所对应的文件 369 | \DeclareGraphicsExtensions{.pdf,.eps,.png,.jpg,.jpeg} 370 | % ccaption -- bicaption 371 | %\RequirePackage{ccaption} 372 | %\captiondelim{\ } 373 | %\captionnamefont{\songti\zihao{5}} 374 | %\captiontitlefont{\songti\zihao{5}} 375 | 376 | 377 | %% sort and compress citations 378 | %\RequirePackage[numbers,square,comma,super,sort&compress]{natbib} 379 | \RequirePackage[sort&compress,numbers]{natbib} 380 | % 上标引用 381 | \newcommand{\upcite}[1]{\textsuperscript{\cite{#1}}} 382 | \newcommand{\nupcite}[1]{\ifBIT@isselfsimilarcheck {} \else \upcite{#1} \fi} 383 | \newcommand{\ncite}[1]{\ifBIT@isselfsimilarcheck {} \else \cite{#1} \fi} 384 | 385 | % 将浮动参数设为较宽松的值 386 | \renewcommand{\textfraction}{0.15} 387 | \renewcommand{\topfraction}{0.85} 388 | \renewcommand{\bottomfraction}{0.65} 389 | \renewcommand{\floatpagefraction}{0.60} 390 | 391 | 392 | % 定公式、图、表编号为"3-1"的形式,即分隔符由.变为短杠 393 | \renewcommand\theequation{\arabic{chapter}.\arabic{equation}} 394 | \renewcommand\thefigure{\arabic{chapter}.\arabic{figure}} 395 | \renewcommand\thetable{\arabic{chapter}.\arabic{table}} 396 | 397 | % 颜色宏包 398 | \RequirePackage{xcolor} 399 | 400 | 401 | % 中文破折号 402 | \newcommand{\cndash}{\rule{0.0em}{0pt}\rule[0.35em]{1.4em}{0.05em}\rule{0.2em}{0pt}} 403 | 404 | % listings 源代码显示宏包 405 | \RequirePackage{listings} 406 | \lstset{tabsize=4, % 407 | frame=shadowbox, %把代码用带有阴影的框圈起来 408 | commentstyle=\color{red!50!green!50!blue!50},%浅灰色的注释 409 | rulesepcolor=\color{red!20!green!20!blue!20},%代码块边框为淡青色 410 | keywordstyle=\color{blue!90}\bfseries, %代码关键字的颜色为蓝色,粗体 411 | showstringspaces=false,%不显示代码字符串中间的空格标记 412 | stringstyle=\ttfamily, % 代码字符串的特殊格式 413 | keepspaces=true, % 414 | breakindent=22pt, % 415 | numbers=left,%左侧显示行号 416 | stepnumber=1,% 417 | numberstyle=\tiny, %行号字体用小号 418 | basicstyle=\footnotesize, % 419 | showspaces=false, % 420 | flexiblecolumns=true, % 421 | breaklines=true, %对过长的代码自动换行 422 | breakautoindent=true,% 423 | breakindent=4em, % 424 | aboveskip=1em, %代码块边框 425 | %% added by http://bbs.ctex.org/viewthread.php?tid=53451 426 | fontadjust, 427 | captionpos=t, 428 | framextopmargin=2pt,framexbottommargin=2pt,abovecaptionskip=-3pt,belowcaptionskip=3pt, 429 | xleftmargin=4em,xrightmargin=4em, % 设定listing左右的空白 430 | texcl=true, 431 | % 设定中文冲突,断行,列模式,数学环境输入,listing数字的样式 432 | extendedchars=false,columns=flexible,mathescape=true 433 | numbersep=-1em 434 | } 435 | \renewcommand{\lstlistingname}{代码} %% 重命名Listings标题头 436 | 437 | 438 | %% hyperref package 439 | 440 | \definecolor{navyblue}{RGB}{0,0,128} 441 | \RequirePackage{hyperref} 442 | \hypersetup{ 443 | bookmarksnumbered,% 444 | colorlinks,% 445 | linkcolor=black,% 446 | citecolor=black,% 447 | plainpages=false,% 448 | pdfstartview=FitH 449 | % bookmarksnumbered,% 450 | % linktoc=all, 451 | % colorlinks=true, 452 | % citecolor=black, 453 | % filecolor=cyan, 454 | % linkcolor=black, 455 | % linkbordercolor=black, 456 | urlcolor=black, 457 | % plainpages=false,% 458 | % pdfstartview=FitH 459 | } 460 | 461 | %% enumerate 列表环境间距调节 462 | \usepackage{enumitem} 463 | % \setenumerate[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt} 464 | % \setitemize[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=0pt} 465 | % \setdescription{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt} 466 | 467 | %_ 参考文献风格 added by wei.jianwen@gmail.com 468 | \bibliographystyle{GBT7714-2005NLang} 469 | 470 | %_ BITspace 471 | %\newcommand\BITspace{\protect\CTEX@spaceChar\protect\CTEX@spaceChar} 472 | \newcommand{\BITspace}[1][1]{\hspace{#1\ccwd}} 473 | 474 | \def\BIT@getfileinfo#1 #2 #3\relax#4\relax{% 475 | \def\BITfiledate{#1}% 476 | \def\BITfileversion{#2}% 477 | \def\BITfileinfo{#3}}% 478 | \expandafter\ifx\csname ver@bitmaster-xetex.cls\endcsname\relax 479 | \edef\reserved@a{\csname ver@ctextemp_bitmaster-xetex.cls\endcsname} 480 | \else 481 | \edef\reserved@a{\csname ver@bitmaster-xetex.cls\endcsname} 482 | \fi 483 | \expandafter\BIT@getfileinfo\reserved@a\relax? ? \relax\relax 484 | \def\BIT@underline[#1]#2{% 485 | \underline{\hbox to #1{\hfill#2\hfill}}} 486 | \def\BITunderline{\@ifnextchar[\BIT@underline\underline} 487 | 488 | %%%%中文标题页的可用命令 489 | \newcommand\classification[1]{\def\BIT@value@classification{#1}} 490 | \newcommand\studentnumber[1]{\def\BIT@value@studentnumber{#1}} 491 | \newcommand\confidential[1]{\def\BIT@value@confidential{#1}} 492 | \newcommand\UDC[1]{\def\BIT@value@UDC{#1}} 493 | \newcommand\serialnumber[1]{\def\BIT@value@serialnumber{#1}} 494 | \newcommand\school[1]{\def\BIT@value@school{#1}} 495 | \newcommand\degree[1]{\def\BIT@value@degree{#1}} 496 | \renewcommand\title[2][\BIT@value@title]{% 497 | \def\BIT@value@title{#2} 498 | \def\BIT@value@titlemark{\MakeUppercase{#1}}} 499 | 500 | \newcommand\vtitle[1]{\def\BIT@value@vtitle{#1}} 501 | \renewcommand\author[1]{\ifBIT@isblindcheck \def\BIT@value@author{* * *} \else \def\BIT@value@author{#1}\fi} 502 | \newcommand\advisor[1]{\ifBIT@isblindcheck \def\BIT@value@advisor{* * *} \else \def\BIT@value@advisor{#1} \fi} 503 | \newcommand\advisorinstitute[1]{\def\BIT@value@advisorinstitute{#1}} 504 | \newcommand\major[1]{\def\BIT@value@major{#1}} 505 | \newcommand\submitdate[1]{\def\BIT@value@submitdate{#1}} 506 | \newcommand\defenddate[1]{\def\BIT@value@defenddate{#1}} 507 | \newcommand\institute[1]{\def\BIT@value@institute{#1}} 508 | \newcommand\chairman[1]{\def\BIT@value@chairman{#1}} 509 | 510 | 511 | %% 第一页和第二页 512 | %_ “绘制”BIT中文标题页 513 | \renewcommand\maketitle[1]{% 514 | \cleardoublepage 515 | \thispagestyle{empty} 516 | \begin{center} 517 | \vspace*{60mm} 518 | {\heiti\zihao{-2} \BIT@value@title} 519 | \vskip 40mm 520 | {\heiti \zihao{-3} \BIT@value@author} %黑体 小三 521 | \vskip 4mm 522 | {\heiti \zihao{-3} \BIT@value@defenddate} %黑体 小三 523 | \end{center} 524 | \clearpage 525 | \if@twoside 526 | \thispagestyle{empty} 527 | \cleardoublepage 528 | \fi 529 | } 530 | 531 | \newcommand\makeChInfo[1]% 532 | { 533 | \newpage 534 | \cleardoublepage 535 | \thispagestyle{empty} 536 | 537 | %udc ltz 538 | { % 539 | {\heiti \zihao{5} \noindent \BIT@label@classification} \BIT@value@classification \\ 540 | {\heiti \zihao{5} \BIT@label@UDC} \BIT@value@UDC 541 | } 542 | 543 | \begin{center} 544 | 545 | \vskip \stretch{1} 546 | {\heiti\zihao{-2} \BIT@value@title} 547 | \vskip \stretch{1} 548 | 549 | {\fangsong\zihao{4}} 550 | \def\tabcolsep{1pt} 551 | \def\arraystretch{1.5} 552 | 553 | %黑体 小三 554 | {\heiti\zihao{-3} 555 | \begin{tabular}{l p{3mm} c} 556 | \BIT@label@author & &\BITunderline[180pt]{\BIT@value@author} 557 | \\ 558 | \BIT@label@institute & & \BITunderline[180pt]{\BIT@value@institute} 559 | \\ 560 | \BIT@label@advisor & & \BITunderline[180pt]{\BIT@value@advisor} 561 | \\ 562 | \BIT@label@chairman & & \BITunderline[180pt]{\BIT@value@chairman} 563 | \\ 564 | \BIT@label@degree & & \BITunderline[180pt]{\BIT@value@degree} 565 | \\ 566 | \BIT@label@major & & \BITunderline[180pt]{\BIT@value@major} 567 | \\ 568 | \BIT@label@school & & \BITunderline[180pt]{\BIT@value@school} 569 | \\ 570 | \BIT@label@defenddate & & \BITunderline[180pt]{\BIT@value@defenddate} 571 | \end{tabular}} 572 | 573 | \end{center} 574 | 575 | \vskip \stretch{0.5} 576 | \clearpage 577 | \if@twoside 578 | \thispagestyle{empty} 579 | \cleardoublepage 580 | \fi 581 | } 582 | \newcommand\makeChineseInfo[1]{\ifBIT@isnormal \makeChInfo \else {} \fi} 583 | 584 | % English Title Page 585 | % 英文标题页可用命令 586 | \newcommand\englishtitle[1]{\def\BIT@value@englishtitle{#1}} 587 | \newcommand\englishauthor[1]{\ifBIT@isblindcheck \def\BIT@value@englishauthor{***} \else \def\BIT@value@englishauthor{#1}\fi} 588 | \newcommand\englishadvisor[1]{\ifBIT@isblindcheck \def\BIT@value@englishadvisor{***}\else \def\BIT@value@englishadvisor{#1}\fi} 589 | \newcommand\englishschool[1]{\def\BIT@value@englishschool{#1}} 590 | \newcommand\englishinstitute[1]{\def\BIT@value@englishinstitute{#1}} 591 | \newcommand\englishdate[1]{\def\BIT@value@englishdate{#1}} 592 | \newcommand\englishdegree[1]{\def\BIT@value@englishdegree{#1}} 593 | \newcommand\englishmajor[1]{\def\BIT@value@englishmajor{#1}} 594 | \newcommand\englishchairman[1]{\def\BIT@value@englishchairman{#1}} 595 | 596 | % "绘制"英文标题页 597 | \def\BIT@underline@Length{230pt} %下划线长度 598 | \newcommand\makeEnInfo[1]{% 599 | \cleardoublepage 600 | \thispagestyle{empty} 601 | 602 | \begin{center} 603 | 604 | 605 | \vspace*{10em} 606 | %论文题目 Times New Roman 小二 加粗 607 | {\zihao{-2}\textbf{\BIT@value@englishtitle}} 608 | %\bfseries 609 | \vskip \stretch{1} 610 | 611 | % Times New Roman 小三 612 | {\zihao{-3} 613 | \begin{tabular}{ll} 614 | \BIT@label@englishauthor & \BITunderline[\BIT@underline@Length]{\BIT@value@englishauthor} 615 | \\ 616 | \BIT@label@englishinstitute & \BITunderline[\BIT@underline@Length]{\BIT@value@englishinstitute} 617 | \\ 618 | \BIT@label@englishadvisor & \BITunderline[\BIT@underline@Length]{\BIT@value@englishadvisor} 619 | \\ 620 | \BIT@label@englishchairman & \BITunderline[\BIT@underline@Length]{\BIT@value@englishchairman} 621 | \\ 622 | \BIT@label@englishdegree & \BITunderline[\BIT@underline@Length]{\BIT@value@englishdegree} 623 | \\ 624 | \BIT@label@englishmajor & \BITunderline[\BIT@underline@Length]{\BIT@value@englishmajor} 625 | \\ 626 | \BIT@label@englishschool & \BITunderline[\BIT@underline@Length]{\BIT@value@englishschool} 627 | \\ 628 | \BIT@label@englishdate & \BITunderline[\BIT@underline@Length]{\BIT@value@englishdate} 629 | \end{tabular}} 630 | 631 | \end{center} 632 | 633 | \vskip \stretch{0.5} 634 | \clearpage 635 | \if@twoside 636 | \thispagestyle{empty} 637 | \cleardoublepage 638 | \fi 639 | } 640 | \newcommand\makeEnglishInfo[1]{\ifBIT@isnormal \makeEnInfo \else {} \fi} 641 | 642 | %绘制书脊,绘制树立排放的论文题目、作者姓名和学校名称 643 | \newcommand\makeVerticalenWords[1]{\\\rotatebox[origin=c]{270}{#1} }%设置英文字母树立排放效果 644 | \newcommand\makeVerticalTitle{ 645 | \ifBIT@isnormal{ 646 | \cleardoublepage 647 | \thispagestyle{empty} 648 | \vskip 5cm 649 | \begin{center} 650 | \setstretch{1.1} 651 | \begin{minipage}{1em} 652 | {\heiti\zihao{3}\BIT@value@vtitle} 653 | \vskip 2cm 654 | {\heiti\zihao{3}{\ifBIT@isblindcheck \rotatebox[origin=c]{270}{* * *}\else \BIT@value@author \fi}} 655 | \vskip 2cm 656 | {\heiti\zihao{3}\BIT@value@school} 657 | \end{minipage} 658 | \end{center} 659 | \clearpage 660 | \if@twoside 661 | \thispagestyle{empty} 662 | \cleardoublepage 663 | \fi 664 | } 665 | \fi 666 | 667 | } 668 | 669 | 670 | % 原创性声明 671 | \newcommand\makeDeclareOriginaltemp{% 672 | \cleardoublepage 673 | \pdfbookmark[0]{声明}{statement} 674 | \thispagestyle{empty} 675 | \begin{center} 676 | {\bf\zihao{3} \BIT@label@original} 677 | \end{center} 678 | \vskip 10pt 679 | {\zihao{4}\BIT@label@originalcontent} 680 | \vskip 10pt 681 | \hspace{8em}{\zihao{4}\BIT@label@authorsign} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} 682 | 683 | \vskip 30mm 684 | 685 | \begin{center} 686 | {\bf\zihao{3} \BIT@label@authorization} 687 | \end{center} 688 | \vskip 10pt 689 | {\zihao{4} \BIT@label@authorizationcontent} 690 | \vskip 40pt 691 | 692 | \hspace{8em}{\zihao{4}\BIT@label@authorsign} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@Supervisorsign} \BITunderline[6em]{} 693 | \vskip 15pt 694 | \hspace{8em}{\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} 695 | \clearpage 696 | \if@twoside 697 | \thispagestyle{empty} 698 | \cleardoublepage 699 | \fi 700 | 701 | } 702 | \newcommand\makeDeclareOriginal{\ifBIT@isnormal \makeDeclareOriginaltemp \else {} \fi} 703 | 704 | % 页眉页脚 705 | \pagestyle{fancy} 706 | \fancyhf{} 707 | \fancyhead[C]{\songti \zihao{5} \BIT@label@headschoolname} % 奇数页左页眉 708 | \fancyfoot[C]{\songti \zihao{5} {\thepage}} % 页脚 709 | 710 | 711 | \fancypagestyle{plain}{% 设置开章页页眉页脚风格(只有页码作为页脚) 712 | \fancyhf{}% 713 | \fancyfoot[C]{\songti \zihao{5} \BIT@label@headschoolname} 714 | \fancyfoot[C]{\songti \zihao{5} ~---~{\thepage}~---~} %%首页页脚格式 715 | } 716 | 717 | 718 | % 中文摘要 719 | \newenvironment{abstract} 720 | { 721 | \cleardoublepage 722 | \chapter{\BIT@label@abstract} 723 | } 724 | {} 725 | %下一页从偶数页开始 726 | \newcommand\beginatevenpage{ 727 | \clearpage 728 | \if@twoside 729 | \thispagestyle{empty} 730 | \cleardoublepage 731 | \fi 732 | } 733 | % 中文关键词 734 | \newcommand\keywords[1]{% 735 | \vspace{2ex}\noindent{\bf \BIT@label@keywords} #1} 736 | 737 | % 英文摘要 738 | \newenvironment{englishabstract} 739 | { 740 | \clearpage 741 | \chapter{\BIT@label@englishabstract} 742 | } 743 | {} 744 | 745 | % 英文摘要 746 | \newcommand\englishkeywords[1]{% 747 | \vspace{2ex}\noindent{\bf \BIT@label@englishkeywords} #1} 748 | 749 | 750 | %_ 目录 751 | \renewcommand\tableofcontents{% 752 | \if@twocolumn 753 | \@restonecoltrue\onecolumn 754 | \else 755 | \@restonecolfalse 756 | \fi 757 | \chapter*{\contentsname}%目录里显示“目录”,否则\chapter* 758 | \@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname}% 759 | \pdfbookmark[0]{目录}{bittoc} 760 | \@starttoc{toc}% 761 | \if@restonecol\twocolumn\fi 762 | } 763 | 764 | 765 | %_ 参考文献环境 766 | \renewenvironment{thebibliography}[1] 767 | {\zihao{5} 768 | \chapter*{\bibname} 769 | \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}% 770 | \addcontentsline{toc}{chapter}{参考文献} 771 | \list{\@biblabel{\@arabic\c@enumiv}}% 772 | {\settowidth\labelwidth{\@biblabel{#1}}% 773 | \leftmargin\labelwidth 774 | \advance\leftmargin\labelsep 775 | \setlength{\parsep}{1mm} 776 | \setlength{\labelsep}{0.5em} 777 | \setlength{\itemsep}{0.05pc} 778 | \setlength{\listparindent}{0in} 779 | \setlength{\itemindent}{0in} 780 | \setlength{\rightmargin}{0in} 781 | \@openbib@code 782 | \usecounter{enumiv}% 783 | \let\p@enumiv\@empty 784 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 785 | \sloppy 786 | \clubpenalty4000 787 | \@clubpenalty \clubpenalty 788 | \widowpenalty4000% 789 | \sfcode`\.\@m} 790 | {\def\@noitemerr 791 | {\@latex@warning{Empty `thebibliography' environment}}% 792 | \endlist} 793 | 794 | \newcommand{\pubitem}[5]{\ifBIT@isblindcheck \item{第#1作者 + #3 + #5.} \else \item{#2. #3[#4]. #5.} \fi} 795 | \newenvironment{publications}[1] 796 | {\chapter{\BIT@label@publications}% 797 | \@mkboth{\MakeUppercase\BIT@label@publications} 798 | {\MakeUppercase\BIT@label@publications}% 799 | \list{\@biblabel{\@arabic\c@enumiv}}% 800 | {\settowidth\labelwidth{\@biblabel{#1}}% 801 | \leftmargin\labelwidth 802 | \advance\leftmargin\labelsep 803 | \setlength{\parsep}{1mm} 804 | \setlength{\labelsep}{0.5em} 805 | \setlength{\itemsep}{0.05pc} 806 | \setlength{\listparindent}{0in} 807 | \setlength{\itemindent}{0in} 808 | \setlength{\rightmargin}{0in} 809 | \@openbib@code 810 | \usecounter{enumiv}% 811 | \let\p@enumiv\@empty 812 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 813 | \sloppy 814 | \clubpenalty4000 815 | \@clubpenalty \clubpenalty 816 | \widowpenalty4000% 817 | \sfcode`\.\@m} 818 | {\def\@noitemerr 819 | {\@latex@warning{Empty `publications' environment}}% 820 | \endlist} 821 | 822 | \newenvironment{projects}[1] 823 | {\chapter{\BIT@label@projects}% 824 | \@mkboth{\MakeUppercase\BIT@label@projects} 825 | {\MakeUppercase\BIT@label@projects}% 826 | \list{\@biblabel{\@arabic\c@enumiv}}% 827 | {\settowidth\labelwidth{\@biblabel{#1}}% 828 | \leftmargin\labelwidth 829 | \advance\leftmargin\labelsep 830 | \@openbib@code 831 | \usecounter{enumiv}% 832 | \let\p@enumiv\@empty 833 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 834 | \sloppy 835 | \clubpenalty4000 836 | \@clubpenalty \clubpenalty 837 | \widowpenalty4000% 838 | \sfcode`\.\@m} 839 | {\def\@noitemerr 840 | {\@latex@warning{Empty `projects' environment}}% 841 | \endlist} 842 | 843 | \newenvironment{resume} 844 | {\chapter{\BIT@label@resume}} 845 | {} 846 | 847 | \newenvironment{resumesection}[1] 848 | {{\noindent\normalfont\bfseries #1} 849 | \list{}{\labelwidth\z@ 850 | \leftmargin 2\ccwd} 851 | \item\relax} 852 | {\endlist} 853 | 854 | \newenvironment{resumeli}[1] 855 | {{\noindent\normalfont\bfseries #1} 856 | \list{}{\labelwidth\z@ 857 | \leftmargin 4\ccwd 858 | \itemindent -2\ccwd 859 | \listparindent\itemindent} 860 | \item\relax} 861 | {\endlist} 862 | 863 | \newenvironment{conclusion} 864 | {\chapter*{结论} 865 | \@mkboth{结论}{结论}% 866 | \addcontentsline{toc}{chapter}{结论}} 867 | {} 868 | 869 | \renewenvironment{thanks} 870 | {\chapter{\BIT@label@thanks} 871 | \fangsong 872 | } 873 | {} 874 | % 增加用于致谢的命令,在盲审模式下不显示 875 | \newcommand\sayThanks[1]{\ifBIT@isblindcheck {} \else \chapter{\BIT@label@thanks} \fangsong{#1}\fi} 876 | 877 | \newenvironment{symbolnote} 878 | {\chapter{\BIT@label@symbolnote} 879 | \fangsong} 880 | {} 881 | 882 | %%%============================术语===================== 883 | \newcommand{\bit@denotation@name}{主要符号对照表} 884 | \newenvironment{denotation}[1][2.5cm]{ 885 | \chapter{\bit@denotation@name} % no tocline 886 | \noindent\begin{list}{}% 887 | {\vskip-30bp\zihao{-4} 888 | \renewcommand\makelabel[1]{##1\hfil} 889 | \setlength{\labelwidth}{#1} % 标签盒子宽度 890 | \setlength{\labelsep}{0.5cm} % 标签与列表文本距离 891 | \setlength{\itemindent}{0cm} % 标签缩进量 892 | \setlength{\leftmargin}{\labelwidth+\labelsep} % 左边界 893 | \setlength{\rightmargin}{0cm} 894 | \setlength{\parsep}{0cm} % 段落间距 895 | \setlength{\itemsep}{0cm} % 标签间距 896 | \setlength{\listparindent}{0cm} % 段落缩进量 897 | \setlength{\topsep}{0pt} % 标签与上文的间距 898 | }}{\end{list}} 899 | %====增加化学、国际单位宏包 900 | \RequirePackage[version=4]{mhchem} 901 | \RequirePackage{siunitx} 902 | \setcounter{secnumdepth}{4} % 章节编号深度 (part 对应 -1) 903 | \setcounter{tocdepth}{2} % 目录深度 (part 对应 -1) 904 | 905 | 906 | \endinput 907 | %% 908 | %% End of file `bitmaster-xetex.cls'. 909 | -------------------------------------------------------------------------------- /BIT-thesis-grd-jdh.log: -------------------------------------------------------------------------------- 1 | This is XeTeX, Version 3.14159265-2.6-0.99999 (TeX Live 2018/W32TeX) (preloaded format=xelatex 2018.11.28) 9 MAY 2019 14:20 2 | entering extended mode 3 | restricted \write18 enabled. 4 | %&-line parsing enabled. 5 | **BIT-thesis-grd-jdh.cls 6 | (./BIT-thesis-grd-jdh.cls 7 | LaTeX2e <2018-04-01> patch level 2 8 | Babel <3.18> and hyphenation patterns for 84 language(s) loaded. 9 | 10 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/amsmath/a 11 | msmath.sty 12 | Package: amsmath 2017/09/02 v2.17a AMS math features 13 | \@mathmargin=\skip41 14 | 15 | For additional information on amsmath, use the `?' option. 16 | 17 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/amsmath/a 18 | mstext.sty 19 | Package: amstext 2000/06/29 v2.01 AMS text 20 | 21 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/amsmath/a 22 | msgen.sty 23 | File: amsgen.sty 1999/11/30 v2.0 generic functions 24 | \@emptytoks=\toks14 25 | \ex@=\dimen102 26 | )) 27 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/amsmath/a 28 | msbsy.sty 29 | Package: amsbsy 1999/11/29 v1.2d Bold Symbols 30 | \pmbraise@=\dimen103 31 | ) 32 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/amsmath/a 33 | msopn.sty 34 | Package: amsopn 2016/03/08 v2.02 operator names 35 | ) 36 | \inf@bad=\count80 37 | LaTeX Info: Redefining \frac on input line 213. 38 | \uproot@=\count81 39 | \leftroot@=\count82 40 | LaTeX Info: Redefining \overline on input line 375. 41 | \classnum@=\count83 42 | \DOTSCASE@=\count84 43 | LaTeX Info: Redefining \ldots on input line 472. 44 | LaTeX Info: Redefining \dots on input line 475. 45 | LaTeX Info: Redefining \cdots on input line 596. 46 | \Mathstrutbox@=\box26 47 | \strutbox@=\box27 48 | \big@size=\dimen104 49 | LaTeX Font Info: Redeclaring font encoding OML on input line 712. 50 | LaTeX Font Info: Redeclaring font encoding OMS on input line 713. 51 | \macc@depth=\count85 52 | \c@MaxMatrixCols=\count86 53 | \dotsspace@=\muskip10 54 | \c@parentequation=\count87 55 | \dspbrk@lvl=\count88 56 | \tag@help=\toks15 57 | \row@=\count89 58 | \column@=\count90 59 | \maxfields@=\count91 60 | \andhelp@=\toks16 61 | \eqnshift@=\dimen105 62 | \alignsep@=\dimen106 63 | \tagshift@=\dimen107 64 | \tagwidth@=\dimen108 65 | \totwidth@=\dimen109 66 | \lineht@=\dimen110 67 | \@envbody=\toks17 68 | \multlinegap=\skip42 69 | \multlinetaggap=\skip43 70 | \mathdisplay@stack=\toks18 71 | LaTeX Info: Redefining \[ on input line 2817. 72 | LaTeX Info: Redefining \] on input line 2818. 73 | ) 74 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/amscls/am 75 | sthm.sty 76 | Package: amsthm 2017/10/31 v2.20.4 77 | \thm@style=\toks19 78 | \thm@bodyfont=\toks20 79 | \thm@headfont=\toks21 80 | \thm@notefont=\toks22 81 | \thm@headpunct=\toks23 82 | \thm@preskip=\skip44 83 | \thm@postskip=\skip45 84 | \thm@headsep=\skip46 85 | \dth@everypar=\toks24 86 | ) 87 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/amsfonts/ 88 | amsfonts.sty 89 | Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support 90 | \symAMSa=\mathgroup4 91 | \symAMSb=\mathgroup5 92 | LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' 93 | (Font) U/euf/m/n --> U/euf/b/n on input line 106. 94 | ) 95 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/amsfonts/ 96 | amssymb.sty 97 | Package: amssymb 2013/01/14 v3.01 AMS font symbols 98 | ) 99 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/tools/bm. 100 | sty 101 | Package: bm 2017/01/16 v1.2c Bold Symbol Support (DPC/FMi) 102 | \symboldoperators=\mathgroup6 103 | \symboldletters=\mathgroup7 104 | \symboldsymbols=\mathgroup8 105 | LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 141. 106 | LaTeX Info: Redefining \bm on input line 207. 107 | ) 108 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/jknapltx/ 109 | mathrsfs.sty 110 | Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk) 111 | \symrsfs=\mathgroup9 112 | ) 113 | (e:/Application/TexLive/TexLive2018/texlive/2018/texmf-dist/tex/latex/psnfss/ma 114 | thptmx.sty 115 | Package: mathptmx 2005/04/12 PSNFSS-v9.2a Times w/ Math, improved (SPQR, WaS) 116 | LaTeX Font Info: Redeclaring symbol font `operators' on input line 28. 117 | LaTeX Font Info: Overwriting symbol font `operators' in version `normal' 118 | (Font) OT1/cmr/m/n --> OT1/ztmcm/m/n on input line 28. 119 | LaTeX Font Info: Overwriting symbol font `operators' in version `bold' 120 | (Font) OT1/cmr/bx/n --> OT1/ztmcm/m/n -------------------------------------------------------------------------------- /BIT-thesis-grd.cls: -------------------------------------------------------------------------------- 1 | %================================================== 2 | %% BIT-thesis-grd.cls for BIT Thesis 3 | %% modified by yang yating 4 | %% version: 1.4 5 | %% last update: Mar 25th, 2018 6 | %%================================================== 7 | 8 | %% math packages -- conflict with xunicode 9 | \RequirePackage{amsmath,amsthm,amsfonts,amssymb,bm,mathrsfs} 10 | % 直立希腊字母字体 11 | \RequirePackage{upgreek} 12 | 13 | \NeedsTeXFormat{LaTeX2e}[2005/12/01] 14 | \ProvidesClass{BIT-thesis-grd} 15 | [2018/03/25 v1.2 BIT-thesis-grd document class] 16 | 17 | \DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}} 18 | \newif\ifBIT@master\BIT@masterfalse 19 | \newif\ifBIT@doctor\BIT@doctorfalse 20 | \newif\ifBIT@istwoside\BIT@istwosidefalse 21 | \DeclareOption{twoside}{\BIT@istwosidetrue} 22 | \DeclareOption{master}{\BIT@mastertrue} 23 | \DeclareOption{doctor}{\BIT@doctortrue} 24 | 25 | \ProcessOptions\relax 26 | \ifBIT@istwoside 27 | \LoadClass[zihao=-4,a4paper,twoside,openright,UTF8,space=auto]{ctexbook} 28 | \else 29 | \LoadClass[zihao=-4,a4paper,oneside,openany,UTF8,space=auto]{ctexbook} 30 | \fi 31 | 32 | %% 33 | %% the setup of ctex package 34 | %% 35 | \def\contentsname{目\BITspace 录} 36 | \def\listfigurename{插\BITspace 图} 37 | \def\listtablename{表\BITspace 格} 38 | 39 | %% 40 | %% 封面标题 41 | %% 42 | \def\BIT@label@major{学~~~~科~~~~专~~~~业} 43 | \def\BIT@label@title{论文题目} 44 | \def\BIT@label@author{作~~~~者~~~~姓~~~~名} 45 | \def\BIT@label@classification{中图分类号:} 46 | \def\BIT@label@confidential{密级} 47 | \def\BIT@label@UDC{UDC\!分类号:} 48 | \def\BIT@label@serialnumber{编号} 49 | \def\BIT@label@thesis{学位论文} 50 | \def\BIT@label@advisor{指~~~~导~~~~教~~~~师} 51 | \def\BIT@label@degree{申~~~~请~~~~学~~~~位} 52 | \def\BIT@label@submitdate{论文提交日期} 53 | \def\BIT@label@defenddate{论~文~答~辩~日~期} 54 | \def\BIT@label@institute{学~~~~院~~~~名~~~~称} 55 | \def\BIT@label@school{学~位~授~予~单~位} 56 | \def\BIT@label@chairman{答辩委员会主席} 57 | 58 | %% 59 | %% 封面内容 60 | %% 61 | 62 | \def\BIT@value@classification{} 63 | \def\BIT@value@confidential{} 64 | \def\BIT@value@UDC{} 65 | \def\BIT@value@serialnumber{} 66 | \def\BIT@value@school{} 67 | \def\BIT@value@degree{} 68 | \def\BIT@value@title{~~~~~(论~文~题~目)~~~~~} 69 | \def\BIT@value@vtitle{竖排论文题目} 70 | \def\BIT@value@titlemark{\BIT@value@title} 71 | \def\BIT@value@author{(作~者~姓~名)} 72 | \def\BIT@value@advisor{(姓名、专业技术职务、学位)} 73 | \def\BIT@value@advisorinstitute{(单位)} 74 | \def\BIT@value@major{} 75 | \def\BIT@value@studentnumber{} %_ added by wei.jianwen@gmail.com 76 | \def\BIT@value@submitdate{} 77 | \def\BIT@value@defenddate{} 78 | \def\BIT@value@institute{} 79 | \def\BIT@value@chairman{} 80 | \def\BIT@label@statement{} 81 | 82 | 83 | %% 设置圆圈的格式 或使用\textcircled 84 | \usepackage{tikz} 85 | \usepackage{etoolbox} 86 | \newcommand{\circled}[2][]{\tikz[baseline=(char.base)] 87 | {\node[shape = circle, draw, inner sep = 1pt] 88 | (char) {\phantom{\ifblank{#1}{#2}{#1}}}; 89 | \node at (char.center) {\makebox[0pt][c]{#2}};}} 90 | \robustify{\circled} 91 | 92 | %% 论文原创性声明 93 | \def\BIT@label@original{研究成果声明} 94 | \def\BIT@label@authorization{关于学位论文使用权的说明} 95 | \def\BIT@label@authorsign{作者签名:} 96 | \def\BIT@label@Supervisorsign{导师签名:} 97 | \def\BIT@label@originalDate{签字日期:} 98 | \def\BIT@label@originalcontent{\BITspace\BITspace 本人郑重声明:所提交的学位论文是我本人在指导教师的指导下进行的研究工作获得的研究成果。尽我所知,文中除特别标注和致谢的地方外,学位论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得北京理工大学或其它教育机构的学位或证书所使用过的材料。与我一同工作的合作者对此研究工作所做的任何贡献均已在学位论文中作了明确的说明并表示了谢意。\par 特此申明。} 99 | \def\BIT@label@authorizationcontent{\BITspace\BITspace 本人完全了解北京理工大学有关保管、使用学位论文的规定,其中包括:\circled{1} 学校有权保管、并向有关部门送交学位论文的原件与复印件;\circled{2} 学校可以采用影印、缩印或其它复制手段复制并保存学位论文;\circled{3} 学校可允许学位论文被查阅或借阅;\circled{4} 学校可以学术交流为目的,复制赠送和交换学位论文;\circled{5} 学校可以公布学位论文的全部或部分内容(保密学位论文在解密后遵守此规定)。} 100 | 101 | 102 | %% 103 | %% 英语封面标题 104 | %% 105 | \def\BIT@label@englishadvisor{Supervisor:} 106 | \def\BIT@label@englishstatement{Submitted in total fulfilment 107 | of the requirements for the degree of \BIT@value@englishdegree \\ 108 | in \BIT@value@englishmajor} 109 | \def\BIT@label@englishauthor{Candidate Name:} 110 | \def\BIT@label@englishadvisor{Faculty Mentor:} 111 | \def\BIT@label@englishchairman{Chair, Thesis Committee:} 112 | \def\BIT@label@englishinstitute{School or Department:} 113 | \def\BIT@label@englishdegree{Degree Applied:} 114 | \def\BIT@label@englishmajor{Major:} 115 | \def\BIT@label@englishschool{Degree by:} 116 | \def\BIT@label@englishdate{The Date of Defence:} 117 | 118 | 119 | %% 120 | %% 英语封面内容 121 | %% 122 | \def\BIT@value@englishtitle{(English Title of Thesis)} 123 | \def\BIT@value@englishauthor{(Author Name)} 124 | \def\BIT@value@englishadvisor{(Supervisor Name)} 125 | \def\BIT@value@englishinstitute{(Institute Name)} 126 | \def\BIT@value@englishscholl{(BIT)} 127 | \def\BIT@value@englishchair{(someone)} 128 | \def\BIT@value@englishdate{} 129 | \def\BIT@value@englishdegree{} 130 | \def\BIT@value@englishmajor{} 131 | 132 | 133 | 134 | \def\BIT@label@abstract{摘要} 135 | \def\BIT@label@englishabstract{Abstract} 136 | \def\BIT@label@keywords{关键词:} 137 | \def\BIT@label@englishkeywords{Key Words:~} 138 | \def\BIT@label@conclusion{结论} 139 | \def\BIT@label@appendix{附录} 140 | \def\BIT@label@publications{攻读学位期间发表论文与研究成果清单} 141 | \def\BIT@label@projects{攻读学位期间参与的项目} 142 | \def\BIT@label@resume{作者简介} 143 | \def\BIT@label@reference{参考文献!!!!} 144 | \def\BIT@label@thanks{致谢} 145 | \def\BIT@value@templateversion{v1.2} 146 | %% 147 | %% label in the head 页眉页脚 148 | %% 149 | \def\BIT@label@headschoolname{北京理工大学硕士学位论文} 150 | 151 | %% 当前模板的版本 152 | \newcommand{\version}{\BIT@value@templateversion} 153 | 154 | %%==============引用geometry 宏包设置纸张和页面======================== 155 | %设置版面:上3.5cm,下2.5cm,左2.7cm,右2.7cm,页眉2.5cm,页脚1.8cm,装订线0cm 156 | \usepackage[% 157 | paper=a4paper,% 158 | top=3.5cm,% 上 3.5cm % 159 | bottom=2.5cm,% 下 2.5cm % 160 | left=2.7cm,% 左 2.7cm % 161 | right=2.7cm,% 右 2.7cm % 162 | headheight=1.0cm,% 页眉 2.5cm % 163 | footskip=0.7cm% 页脚 1.8cm % 164 | ]{geometry} % 页面设置 % 165 | %% ========================================================= 166 | 167 | \parskip 0.5ex plus 0.25ex minus 0.25ex 168 | %% Command -- Clear Double Page 169 | \def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else 170 | \thispagestyle{empty}% 171 | \hbox{}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi} 172 | %设置行距,大概为22榜 173 | \RequirePackage{setspace} 174 | \setstretch{1.523} 175 | 176 | %% 设置章节格式, 黑体三号加粗居中,行距22磅,与正文或节标题的间距设定为段后间距1行。章序号与章名间空一格。 177 | \ctexset{chapter={ 178 | name = {第,章}, 179 | number = {\arabic{chapter}}, 180 | format = {\bfseries \sffamily \centering \zihao{3}}, 181 | pagestyle = {BIT@headings}, 182 | beforeskip = 16 bp, 183 | afterskip = 32 bp, 184 | fixskip = true, 185 | } 186 | } 187 | %% 设置一级章节格式 188 | % 黑体四号加粗顶左,行距22磅,与上一节的间距为1行,与下面正文或节标题的段间间距为0.5行。序号与题目间空一格。 189 | 190 | \ctexset{section={ 191 | format={\raggedright \bfseries \sffamily \zihao{4}}, 192 | beforeskip = 28bp plus 1ex minus .2ex, 193 | afterskip = 24bp plus .2ex, 194 | fixskip = true, 195 | } 196 | } 197 | 198 | % 设置二级标题格式 199 | 200 | % 黑体小四加粗顶左,行距22磅,与上一节的间距为1行,与下面正文或节标题的段间间距为0.5行。序号与题目间空一格。 201 | 202 | \ctexset{subsection={ 203 | format = {\bfseries \sffamily \raggedright \zihao{-4}}, 204 | beforeskip =28bp plus 1ex minus .2ex, 205 | afterskip = 24bp plus .2ex, 206 | fixskip = true, 207 | } 208 | } 209 | 210 | 211 | % 设置三节标题格式 212 | 213 | \ctexset{subsubsection={ 214 | format={\heiti \raggedright \zihao{-4}}, 215 | beforeskip=28bp plus 1ex minus .2ex, 216 | afterskip=24bp plus .2ex, 217 | fixskip=true, 218 | } 219 | } 220 | 221 | %% 设定目录格式。目录颜色更改黑色 222 | \addtocontents{toc}{\protect\hypersetup{hidelinks}} 223 | \addtocontents{lot}{\protect\hypersetup{hidelinks}} 224 | \addtocontents{lof}{\protect\hypersetup{hidelinks}} 225 | 226 | \RequirePackage{titletoc} 227 | \titlecontents{chapter}[0pt]{\songti \zihao{4}} 228 | {\bf\thecontentslabel\hspace{\ccwd}}{\bf} 229 | {\hspace{.5em}\titlerule*{.}\contentspage} 230 | \titlecontents{section}[2\ccwd]{\songti \zihao{-4}} 231 | {\thecontentslabel\hspace{\ccwd}}{} 232 | {\hspace{.5em}\titlerule*{.}\contentspage} 233 | \titlecontents{subsection}[4\ccwd]{\songti \zihao{-4}} 234 | {\thecontentslabel\hspace{\ccwd}}{} 235 | {\hspace{.5em}\titlerule*{.}\contentspage} 236 | 237 | \titlecontents{figure}[0pt]{\songti\zihao{-4}} 238 | {\figurename~\thecontentslabel\quad}{\hspace*{-1.5cm}} 239 | {\hspace{.5em}\titlerule*{.}\contentspage} 240 | 241 | \titlecontents{table}[0pt]{\songti\zihao{-4}} 242 | {\tablename~\thecontentslabel\quad}{\hspace*{-1.5cm}} 243 | {\hspace{.5em}\titlerule*{.}\contentspage} 244 | 245 | %% 选择编译 246 | \RequirePackage{ifthen} 247 | 248 | %% check pdfTeX mode 249 | \RequirePackage{ifpdf} 250 | 251 | %% fancyhdr 页眉页脚控制 252 | \RequirePackage{fancyhdr} 253 | 254 | % 空 页眉页脚 255 | \fancypagestyle{BIT@empty}{% 256 | \fancyhf{}} 257 | 258 | %======正文页眉页脚================= 259 | \fancypagestyle{BIT@headings}{% 260 | \fancyhf{} 261 | \fancyfoot[C]{\songti\zihao{5} \thepage} 262 | \fancyhead[C]{\ifBIT@master\zihao{5}{\songti 北京理工大学硕士学位论文} 263 | \else\zihao{5}{\songti 北京理工大学博士学位论文}\fi} 264 | } 265 | 266 | %==================================对于openright 选项,必须保证章页右开,且如果前章末页内容须清空其页眉页脚。=================== 267 | \let\BIT@cleardoublepage\cleardoublepage 268 | \newcommand{\BIT@clearemptydoublepage}{% 269 | \clearpage{\pagestyle{BIT@empty}\BIT@cleardoublepage}} 270 | \let\cleardoublepage\BIT@clearemptydoublepage 271 | 272 | %================修该frontmatter 的页码为大写罗马格式,并调整页面风格=============== 273 | \renewcommand{\frontmatter}{ 274 | \if@openright\cleardoublepage\else\clearpage\fi 275 | \@mainmatterfalse 276 | \pagenumbering{Roman} 277 | \pagestyle{BIT@headings} 278 | } 279 | %=======================修改mainmatter 的页码为阿拉伯格式,并调整页面风格======================== 280 | \renewcommand{\mainmatter}{ 281 | \if@openright\cleardoublepage\else\clearpage\fi 282 | \@mainmattertrue 283 | \pagenumbering{arabic} 284 | \pagestyle{BIT@headings} 285 | } 286 | 287 | 288 | %% 复杂表格 289 | \RequirePackage{threeparttable} 290 | \RequirePackage{dcolumn} 291 | \RequirePackage{multirow} 292 | \RequirePackage{booktabs} 293 | \newcolumntype{d}[1]{D{.}{.}{#1}}% or D{.}{,}{#1} or D{.}{\cdot}{#1} 294 | 295 | 296 | %% 定义几个常用的数学常量符号 297 | \newcommand{\me}{\mathrm{e}} %定义 对数常数e,虚数符号i,j以及微分算子d为直立体。 298 | \newcommand{\mi}{\mathrm{i}} 299 | \newcommand{\mj}{\mathrm{j}} 300 | \newcommand{\dif}{\,\mathrm{d}} 301 | 302 | \theoremstyle{plain} 303 | \newtheorem{algo}{算法~}[chapter] 304 | \newtheorem{thm}{定理~}[chapter] 305 | \newtheorem{lem}[thm]{引理~} 306 | \newtheorem{prop}[thm]{命题~} 307 | \newtheorem{cor}[thm]{推论~} 308 | \theoremstyle{definition} 309 | \newtheorem{defn}{定义~}[chapter] 310 | \newtheorem{conj}{猜想~}[chapter] 311 | \newtheorem{exmp}{例~}[chapter] 312 | \newtheorem{rem}{注~} 313 | \newtheorem{case}{情形~} 314 | \renewcommand{\proofname}{\bf 证明} 315 | 316 | %% 英文字体使用 Times New Roman 317 | \RequirePackage{xltxtra} % \XeTeX Logo 318 | \setmainfont{Times New Roman} 319 | \setsansfont{Arial} 320 | \setmonofont{Courier New} 321 | 322 | 323 | %% graphics packages 324 | \RequirePackage{graphicx} 325 | %% 并列子图 326 | \RequirePackage{subfigure} 327 | 328 | \RequirePackage{wrapfig} 329 | %%===========================设置图表标题选项========================== 330 | \RequirePackage{amsmath} 331 | \RequirePackage{caption} 332 | \DeclareCaptionLabelSeparator{zhspace}{\hspace{1\ccwd}} 333 | \DeclareCaptionFont{fontsize}{\zihao{5}} 334 | \captionsetup{ 335 | font = {fontsize}, 336 | labelsep = zhspace, 337 | } 338 | \captionsetup[table]{ 339 | position = top, 340 | aboveskip = 6bp, 341 | belowskip = 6bp, 342 | } 343 | \numberwithin{table}{chapter} 344 | \captionsetup[figure]{ 345 | position = bottom, 346 | aboveskip = 6bp, 347 | belowskip = 6bp, 348 | } 349 | 350 | %% 如果插入的图片没有指定扩展名,那么依次搜索下面的扩展名所对应的文件 351 | \DeclareGraphicsExtensions{.pdf,.eps,.png,.jpg,.jpeg} 352 | % ccaption -- bicaption 353 | %\RequirePackage{ccaption} 354 | %\captiondelim{\ } 355 | %\captionnamefont{\songti\zihao{5}} 356 | %\captiontitlefont{\songti\zihao{5}} 357 | 358 | 359 | %% sort and compress citations 360 | \RequirePackage[numbers,square,comma,super,sort&compress]{natbib} 361 | % 上标引用 362 | \newcommand{\upcite}[1]{\textsuperscript{\cite{#1}}} 363 | 364 | 365 | % 将浮动参数设为较宽松的值 366 | \renewcommand{\textfraction}{0.15} 367 | \renewcommand{\topfraction}{0.85} 368 | \renewcommand{\bottomfraction}{0.65} 369 | \renewcommand{\floatpagefraction}{0.60} 370 | 371 | 372 | % 定公式、图、表编号为"3-1"的形式,即分隔符由.变为短杠 373 | \renewcommand\theequation{\arabic{chapter}.\arabic{equation}} 374 | \renewcommand\thefigure{\arabic{chapter}.\arabic{figure}} 375 | \renewcommand\thetable{\arabic{chapter}.\arabic{table}} 376 | 377 | % 颜色宏包 378 | \RequirePackage{xcolor} 379 | 380 | 381 | % 中文破折号 382 | \newcommand{\cndash}{\rule{0.0em}{0pt}\rule[0.35em]{1.4em}{0.05em}\rule{0.2em}{0pt}} 383 | 384 | % listings 源代码显示宏包 385 | \RequirePackage{listings} 386 | \lstset{tabsize=4, % 387 | frame=shadowbox, %把代码用带有阴影的框圈起来 388 | commentstyle=\color{red!50!green!50!blue!50},%浅灰色的注释 389 | rulesepcolor=\color{red!20!green!20!blue!20},%代码块边框为淡青色 390 | keywordstyle=\color{blue!90}\bfseries, %代码关键字的颜色为蓝色,粗体 391 | showstringspaces=false,%不显示代码字符串中间的空格标记 392 | stringstyle=\ttfamily, % 代码字符串的特殊格式 393 | keepspaces=true, % 394 | breakindent=22pt, % 395 | numbers=left,%左侧显示行号 396 | stepnumber=1,% 397 | numberstyle=\tiny, %行号字体用小号 398 | basicstyle=\footnotesize, % 399 | showspaces=false, % 400 | flexiblecolumns=true, % 401 | breaklines=true, %对过长的代码自动换行 402 | breakautoindent=true,% 403 | breakindent=4em, % 404 | aboveskip=1em, %代码块边框 405 | %% added by http://bbs.ctex.org/viewthread.php?tid=53451 406 | fontadjust, 407 | captionpos=t, 408 | framextopmargin=2pt,framexbottommargin=2pt,abovecaptionskip=-3pt,belowcaptionskip=3pt, 409 | xleftmargin=4em,xrightmargin=4em, % 设定listing左右的空白 410 | texcl=true, 411 | % 设定中文冲突,断行,列模式,数学环境输入,listing数字的样式 412 | extendedchars=false,columns=flexible,mathescape=true 413 | numbersep=-1em 414 | } 415 | \renewcommand{\lstlistingname}{代码} %% 重命名Listings标题头 416 | 417 | 418 | %% hyperref package 419 | \definecolor{navyblue}{RGB}{0,0,128} 420 | \RequirePackage{hyperref} 421 | \hypersetup{ 422 | bookmarksnumbered,% 423 | linktoc=all, 424 | colorlinks=true, 425 | citecolor=navyblue, 426 | filecolor=cyan, 427 | linkcolor=navyblue, 428 | linkbordercolor=navyblue, 429 | urlcolor=navyblue, 430 | plainpages=false,% 431 | pdfstartview=FitH 432 | } 433 | 434 | %% enumerate 列表环境间距调节 435 | \usepackage{enumitem} 436 | % \setenumerate[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt} 437 | % \setitemize[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=0pt} 438 | % \setdescription{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt} 439 | 440 | %_ 参考文献风格 added by wei.jianwen@gmail.com 441 | \bibliographystyle{GBT7714-2005NLang} 442 | 443 | %_ BITspace 444 | %\newcommand\BITspace{\protect\CTEX@spaceChar\protect\CTEX@spaceChar} 445 | \newcommand{\BITspace}[1][1]{\hspace{#1\ccwd}} 446 | 447 | \def\BIT@getfileinfo#1 #2 #3\relax#4\relax{% 448 | \def\BITfiledate{#1}% 449 | \def\BITfileversion{#2}% 450 | \def\BITfileinfo{#3}}% 451 | \expandafter\ifx\csname ver@bitmaster-xetex.cls\endcsname\relax 452 | \edef\reserved@a{\csname ver@ctextemp_bitmaster-xetex.cls\endcsname} 453 | \else 454 | \edef\reserved@a{\csname ver@bitmaster-xetex.cls\endcsname} 455 | \fi 456 | \expandafter\BIT@getfileinfo\reserved@a\relax? ? \relax\relax 457 | \def\BIT@underline[#1]#2{% 458 | \underline{\hbox to #1{\hfill#2\hfill}}} 459 | \def\BITunderline{\@ifnextchar[\BIT@underline\underline} 460 | 461 | %%%%中文标题页的可用命令 462 | \newcommand\classification[1]{\def\BIT@value@classification{#1}} 463 | \newcommand\studentnumber[1]{\def\BIT@value@studentnumber{#1}} 464 | \newcommand\confidential[1]{\def\BIT@value@confidential{#1}} 465 | \newcommand\UDC[1]{\def\BIT@value@UDC{#1}} 466 | \newcommand\serialnumber[1]{\def\BIT@value@serialnumber{#1}} 467 | \newcommand\school[1]{\def\BIT@value@school{#1}} 468 | \newcommand\degree[1]{\def\BIT@value@degree{#1}} 469 | \renewcommand\title[2][\BIT@value@title]{% 470 | \def\BIT@value@title{#2} 471 | \def\BIT@value@titlemark{\MakeUppercase{#1}}} 472 | 473 | \newcommand\vtitle[1]{\def\BIT@value@vtitle{#1}} 474 | \renewcommand\author[1]{\def\BIT@value@author{#1}} 475 | \newcommand\advisor[1]{\def\BIT@value@advisor{#1}} 476 | \newcommand\advisorinstitute[1]{\def\BIT@value@advisorinstitute{#1}} 477 | \newcommand\major[1]{\def\BIT@value@major{#1}} 478 | \newcommand\submitdate[1]{\def\BIT@value@submitdate{#1}} 479 | \newcommand\defenddate[1]{\def\BIT@value@defenddate{#1}} 480 | \newcommand\institute[1]{\def\BIT@value@institute{#1}} 481 | \newcommand\chairman[1]{\def\BIT@value@chairman{#1}} 482 | 483 | 484 | %% 第一页和第二页 485 | %_ “绘制”BIT中文标题页 486 | \renewcommand\maketitle[1]{% 487 | \cleardoublepage 488 | \thispagestyle{empty} 489 | \begin{center} 490 | \vspace*{60mm} 491 | {\heiti\zihao{-2} \BIT@value@title} 492 | \vskip 40mm 493 | {\heiti \zihao{-3} \BIT@value@author} %黑体 小三 494 | \vskip 4mm 495 | {\heiti \zihao{-3} \BIT@value@defenddate} %黑体 小三 496 | \end{center} 497 | \clearpage 498 | \if@twoside 499 | \thispagestyle{empty} 500 | \cleardoublepage 501 | \fi 502 | } 503 | 504 | \newcommand\makeInfo[1]% 505 | { 506 | \newpage 507 | \cleardoublepage 508 | \thispagestyle{empty} 509 | 510 | %udc ltz 511 | { % 512 | {\heiti \zihao{5} \noindent \BIT@label@classification} \BIT@value@classification \\ 513 | {\heiti \zihao{5} \BIT@label@UDC} \BIT@value@UDC 514 | } 515 | 516 | \begin{center} 517 | 518 | \vskip \stretch{1} 519 | {\heiti\zihao{-2} \BIT@value@title} 520 | \vskip \stretch{1} 521 | 522 | {\fangsong\zihao{4}} 523 | \def\tabcolsep{1pt} 524 | \def\arraystretch{1.5} 525 | 526 | %黑体 小三 527 | {\heiti\zihao{-3} 528 | \begin{tabular}{l p{3mm} c} 529 | \BIT@label@author & &\BITunderline[180pt]{\BIT@value@author} 530 | \\ 531 | \BIT@label@institute & & \BITunderline[180pt]{\BIT@value@institute} 532 | \\ 533 | \BIT@label@advisor & & \BITunderline[180pt]{\BIT@value@advisor} 534 | \\ 535 | \BIT@label@chairman & & \BITunderline[180pt]{\BIT@value@chairman} 536 | \\ 537 | \BIT@label@degree & & \BITunderline[180pt]{\BIT@value@degree} 538 | \\ 539 | \BIT@label@major & & \BITunderline[180pt]{\BIT@value@major} 540 | \\ 541 | \BIT@label@school & & \BITunderline[180pt]{\BIT@value@school} 542 | \\ 543 | \BIT@label@defenddate & & \BITunderline[180pt]{\BIT@value@defenddate} 544 | \end{tabular}} 545 | 546 | \end{center} 547 | 548 | \vskip \stretch{0.5} 549 | \clearpage 550 | \if@twoside 551 | \thispagestyle{empty} 552 | \cleardoublepage 553 | \fi 554 | } 555 | 556 | 557 | % English Title Page 558 | % 英文标题页可用命令 559 | \newcommand\englishtitle[1]{\def\BIT@value@englishtitle{#1}} 560 | \newcommand\englishauthor[1]{\def\BIT@value@englishauthor{#1}} 561 | \newcommand\englishadvisor[1]{\def\BIT@value@englishadvisor{#1}} 562 | \newcommand\englishschool[1]{\def\BIT@value@englishschool{#1}} 563 | \newcommand\englishinstitute[1]{\def\BIT@value@englishinstitute{#1}} 564 | \newcommand\englishdate[1]{\def\BIT@value@englishdate{#1}} 565 | \newcommand\englishdegree[1]{\def\BIT@value@englishdegree{#1}} 566 | \newcommand\englishmajor[1]{\def\BIT@value@englishmajor{#1}} 567 | \newcommand\englishchairman[1]{\def\BIT@value@englishchairman{#1}} 568 | 569 | % "绘制"英文标题页 570 | \newcommand\makeEnglishInfo[1]{% 571 | \cleardoublepage 572 | \thispagestyle{empty} 573 | 574 | \begin{center} 575 | 576 | 577 | \vspace*{10em} 578 | %论文题目 Times New Roman 小二 加粗 579 | {\zihao{-2}\textbf{\BIT@value@englishtitle}} 580 | %\bfseries 581 | \vskip \stretch{1} 582 | 583 | % Times New Roman 小三 584 | {\zihao{-3} 585 | \begin{tabular}{ll} 586 | \BIT@label@englishauthor & \BITunderline[200pt]{\BIT@value@englishauthor} 587 | \\ 588 | \BIT@label@englishinstitute & \BITunderline[200pt]{\BIT@value@englishinstitute} 589 | \\ 590 | \BIT@label@englishadvisor & \BITunderline[200pt]{\BIT@value@englishadvisor} 591 | \\ 592 | \BIT@label@englishchairman & \BITunderline[200pt]{\BIT@value@englishchairman} 593 | \\ 594 | \BIT@label@englishdegree & \BITunderline[200pt]{\BIT@value@englishdegree} 595 | \\ 596 | \BIT@label@englishmajor & \BITunderline[200pt]{\BIT@value@englishmajor} 597 | \\ 598 | \BIT@label@englishschool & \BITunderline[200pt]{\BIT@value@englishschool} 599 | \\ 600 | \BIT@label@englishdate & \BITunderline[200pt]{\BIT@value@englishdate} 601 | \end{tabular}} 602 | 603 | \end{center} 604 | 605 | \vskip \stretch{0.5} 606 | \clearpage 607 | \if@twoside 608 | \thispagestyle{empty} 609 | \cleardoublepage 610 | \fi 611 | } 612 | 613 | %绘制树立排放的论文题目和学校名称 614 | 615 | \newcommand\makeVerticalTitle{ 616 | \cleardoublepage 617 | \thispagestyle{empty} 618 | \vskip 5cm 619 | \begin{center} 620 | \setstretch{1.1} 621 | \begin{minipage}{1em} 622 | {\heiti\zihao{3}\BIT@value@vtitle} 623 | \vskip 2cm 624 | {\heiti\zihao{3}\BIT@value@school} 625 | \end{minipage} 626 | \end{center} 627 | \clearpage 628 | \if@twoside 629 | \thispagestyle{empty} 630 | \cleardoublepage 631 | \fi 632 | 633 | } 634 | 635 | % 原创性声明 636 | \newcommand\makeDeclareOriginal{% 637 | \cleardoublepage 638 | \pdfbookmark[0]{声明}{statement} 639 | \thispagestyle{empty} 640 | \begin{center} 641 | {\bf\zihao{3} \BIT@label@original} 642 | \end{center} 643 | \vskip 10pt 644 | {\zihao{4}\BIT@label@originalcontent} 645 | \vskip 10pt 646 | \hspace{8em}{\zihao{4}\BIT@label@authorsign} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} 647 | 648 | \vskip 30mm 649 | 650 | \begin{center} 651 | {\bf\zihao{3} \BIT@label@authorization} 652 | \end{center} 653 | \vskip 10pt 654 | {\zihao{4} \BIT@label@authorizationcontent} 655 | \vskip 40pt 656 | 657 | \hspace{8em}{\zihao{4}\BIT@label@authorsign} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@Supervisorsign} \BITunderline[6em]{} 658 | \vskip 15pt 659 | \hspace{8em}{\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} 660 | \clearpage 661 | \if@twoside 662 | \thispagestyle{empty} 663 | \cleardoublepage 664 | \fi 665 | 666 | } 667 | 668 | 669 | % 页眉页脚 670 | \pagestyle{fancy} 671 | \fancyhf{} 672 | \fancyhead[C]{\songti \zihao{5} \BIT@label@headschoolname} % 奇数页左页眉 673 | \fancyfoot[C]{\songti \zihao{5} {\thepage}} % 页脚 674 | 675 | 676 | \fancypagestyle{plain}{% 设置开章页页眉页脚风格(只有页码作为页脚) 677 | \fancyhf{}% 678 | \fancyfoot[C]{\songti \zihao{5} \BIT@label@headschoolname} 679 | \fancyfoot[C]{\songti \zihao{5} ~---~{\thepage}~---~} %%首页页脚格式 680 | } 681 | 682 | 683 | % 中文摘要 684 | \newenvironment{abstract} 685 | { 686 | \cleardoublepage 687 | \chapter{\BIT@label@abstract} 688 | } 689 | {} 690 | %下一页从偶数页开始 691 | \newcommand\beginatevenpage{ 692 | \clearpage 693 | \if@twoside 694 | \thispagestyle{empty} 695 | \cleardoublepage 696 | \fi 697 | } 698 | % 中文关键词 699 | \newcommand\keywords[1]{% 700 | \vspace{2ex}\noindent{\bf \BIT@label@keywords} #1} 701 | 702 | % 英文摘要 703 | \newenvironment{englishabstract} 704 | { 705 | \clearpage 706 | \chapter{\BIT@label@englishabstract} 707 | } 708 | {} 709 | 710 | % 英文摘要 711 | \newcommand\englishkeywords[1]{% 712 | \vspace{2ex}\noindent{\bf \BIT@label@englishkeywords} #1} 713 | 714 | 715 | %_ 目录 716 | \renewcommand\tableofcontents{% 717 | \if@twocolumn 718 | \@restonecoltrue\onecolumn 719 | \else 720 | \@restonecolfalse 721 | \fi 722 | \chapter*{\contentsname}%目录里显示“目录”,否则\chapter* 723 | \@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname}% 724 | \pdfbookmark[0]{目录}{bittoc} 725 | \@starttoc{toc}% 726 | \if@restonecol\twocolumn\fi 727 | } 728 | 729 | 730 | %_ 参考文献环境 731 | \renewenvironment{thebibliography}[1] 732 | {\zihao{5} 733 | \chapter*{\bibname} 734 | \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}% 735 | \addcontentsline{toc}{chapter}{参考文献} 736 | \list{\@biblabel{\@arabic\c@enumiv}}% 737 | {\settowidth\labelwidth{\@biblabel{#1}}% 738 | \leftmargin\labelwidth 739 | \advance\leftmargin\labelsep 740 | \setlength{\parsep}{1mm} 741 | \setlength{\labelsep}{0.5em} 742 | \setlength{\itemsep}{0.05pc} 743 | \setlength{\listparindent}{0in} 744 | \setlength{\itemindent}{0in} 745 | \setlength{\rightmargin}{0in} 746 | \@openbib@code 747 | \usecounter{enumiv}% 748 | \let\p@enumiv\@empty 749 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 750 | \sloppy 751 | \clubpenalty4000 752 | \@clubpenalty \clubpenalty 753 | \widowpenalty4000% 754 | \sfcode`\.\@m} 755 | {\def\@noitemerr 756 | {\@latex@warning{Empty `thebibliography' environment}}% 757 | \endlist} 758 | 759 | 760 | \newenvironment{publications}[1] 761 | {\chapter{\BIT@label@publications}% 762 | \@mkboth{\MakeUppercase\BIT@label@publications} 763 | {\MakeUppercase\BIT@label@publications}% 764 | \list{\@biblabel{\@arabic\c@enumiv}}% 765 | {\settowidth\labelwidth{\@biblabel{#1}}% 766 | \leftmargin\labelwidth 767 | \advance\leftmargin\labelsep 768 | \setlength{\parsep}{1mm} 769 | \setlength{\labelsep}{0.5em} 770 | \setlength{\itemsep}{0.05pc} 771 | \setlength{\listparindent}{0in} 772 | \setlength{\itemindent}{0in} 773 | \setlength{\rightmargin}{0in} 774 | \@openbib@code 775 | \usecounter{enumiv}% 776 | \let\p@enumiv\@empty 777 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 778 | \sloppy 779 | \clubpenalty4000 780 | \@clubpenalty \clubpenalty 781 | \widowpenalty4000% 782 | \sfcode`\.\@m} 783 | {\def\@noitemerr 784 | {\@latex@warning{Empty `publications' environment}}% 785 | \endlist} 786 | 787 | 788 | \newenvironment{projects}[1] 789 | {\chapter{\BIT@label@projects}% 790 | \@mkboth{\MakeUppercase\BIT@label@projects} 791 | {\MakeUppercase\BIT@label@projects}% 792 | \list{\@biblabel{\@arabic\c@enumiv}}% 793 | {\settowidth\labelwidth{\@biblabel{#1}}% 794 | \leftmargin\labelwidth 795 | \advance\leftmargin\labelsep 796 | \@openbib@code 797 | \usecounter{enumiv}% 798 | \let\p@enumiv\@empty 799 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 800 | \sloppy 801 | \clubpenalty4000 802 | \@clubpenalty \clubpenalty 803 | \widowpenalty4000% 804 | \sfcode`\.\@m} 805 | {\def\@noitemerr 806 | {\@latex@warning{Empty `projects' environment}}% 807 | \endlist} 808 | 809 | \newenvironment{resume} 810 | {\chapter{\BIT@label@resume}} 811 | {} 812 | 813 | \newenvironment{resumesection}[1] 814 | {{\noindent\normalfont\bfseries #1} 815 | \list{}{\labelwidth\z@ 816 | \leftmargin 2\ccwd} 817 | \item\relax} 818 | {\endlist} 819 | 820 | \newenvironment{resumeli}[1] 821 | {{\noindent\normalfont\bfseries #1} 822 | \list{}{\labelwidth\z@ 823 | \leftmargin 4\ccwd 824 | \itemindent -2\ccwd 825 | \listparindent\itemindent} 826 | \item\relax} 827 | {\endlist} 828 | 829 | \newenvironment{conclusion} 830 | {\chapter*{结论} 831 | \@mkboth{结论}{结论}% 832 | \addcontentsline{toc}{chapter}{结论}} 833 | {} 834 | 835 | \renewenvironment{thanks} 836 | {\chapter{\BIT@label@thanks} 837 | \fangsong 838 | } 839 | {} 840 | 841 | \newenvironment{symbolnote} 842 | {\chapter{\BIT@label@symbolnote} 843 | \fangsong} 844 | {} 845 | 846 | %%%============================术语===================== 847 | \newcommand{\bit@denotation@name}{主要符号对照表} 848 | \newenvironment{denotation}[1][2.5cm]{ 849 | \chapter{\bit@denotation@name} % no tocline 850 | \noindent\begin{list}{}% 851 | {\vskip-30bp\zihao{-4} 852 | \renewcommand\makelabel[1]{##1\hfil} 853 | \setlength{\labelwidth}{#1} % 标签盒子宽度 854 | \setlength{\labelsep}{0.5cm} % 标签与列表文本距离 855 | \setlength{\itemindent}{0cm} % 标签缩进量 856 | \setlength{\leftmargin}{\labelwidth+\labelsep} % 左边界 857 | \setlength{\rightmargin}{0cm} 858 | \setlength{\parsep}{0cm} % 段落间距 859 | \setlength{\itemsep}{0cm} % 标签间距 860 | \setlength{\listparindent}{0cm} % 段落缩进量 861 | \setlength{\topsep}{0pt} % 标签与上文的间距 862 | }}{\end{list}} 863 | %====增加化学、国际单位宏包 864 | \RequirePackage[version=4]{mhchem} 865 | \RequirePackage{siunitx} 866 | \setcounter{secnumdepth}{4} % 章节编号深度 (part 对应 -1) 867 | \setcounter{tocdepth}{2} % 目录深度 (part 对应 -1) 868 | 869 | 870 | \endinput 871 | %% 872 | %% End of file `bitmaster-xetex.cls'. 873 | -------------------------------------------------------------------------------- /BIT-thesis-run.cmd: -------------------------------------------------------------------------------- 1 | 2 | del demo.pdf 3 | xelatex -no-pdf --interaction=nonstopmode demo 4 | bibtex demo 5 | xelatex -no-pdf --interaction=nonstopmode demo 6 | xelatex --interaction=nonstopmode demo 7 | 8 | start "" "demo.pdf" 9 | 10 | -------------------------------------------------------------------------------- /BIT-thesis-run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | BASE=demo 4 | 5 | rm ${BASE}.pdf 6 | xelatex -no-pdf --interaction=nonstopmode ${BASE} 7 | bibtex ${BASE} 8 | xelatex -no-pdf --interaction=nonstopmode ${BASE} 9 | xelatex --interaction=nonstopmode ${BASE} 10 | 11 | start "" "${BASE}.pdf" 12 | 13 | -------------------------------------------------------------------------------- /Helper_manual/BIT-thesis-grd-jdh.cls: -------------------------------------------------------------------------------- 1 | %================================================== 2 | %% BIT-thesis-grd.cls for BIT Thesis 3 | %% modified by Jian dahao 4 | %% version: 1.6 5 | %% last update: May 10th, 2019 6 | %%================================================== 7 | 8 | %% math packages -- conflict with xunicode 9 | \RequirePackage{amsmath,amsthm,amsfonts,amssymb,bm,mathrsfs,mathptmx} 10 | % 直立希腊字母字体 11 | \RequirePackage{upgreek} 12 | 13 | \NeedsTeXFormat{LaTeX2e}[2005/12/01] 14 | \ProvidesClass{BIT-thesis-grd} 15 | [2018/03/25 v1.2 BIT-thesis-grd document class] 16 | 17 | \DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}} 18 | \newif\ifBIT@master\BIT@masterfalse 19 | \newif\ifBIT@doctor\BIT@doctorfalse 20 | \newif\ifBIT@istwoside\BIT@istwosidefalse 21 | \DeclareOption{twoside}{\BIT@istwosidetrue} 22 | \DeclareOption{master}{\BIT@mastertrue} 23 | \DeclareOption{doctor}{\BIT@doctortrue} 24 | % 添加编译模式 25 | \newif\ifBIT@isnormal\BIT@isnormalfalse%是否普通模式 26 | \newif\ifBIT@isselfsimilarcheck\BIT@isselfsimilarcheckfalse %是否重复率自查模式 27 | \newif\ifBIT@isblindcheck\BIT@isblindcheckfalse%是否盲审模式 28 | \DeclareOption{selfSimilarCheck}{\BIT@isselfsimilarchecktrue} 29 | \DeclareOption{blindCheck}{\BIT@isblindchecktrue} 30 | \DeclareOption{normal}{\BIT@isnormaltrue} 31 | %新定义不同模式下的命令 32 | 33 | \ProcessOptions\relax 34 | \ifBIT@istwoside 35 | \LoadClass[zihao=-4,a4paper,twoside,openright,UTF8,space=auto]{ctexbook} 36 | \else 37 | \LoadClass[zihao=-4,a4paper,oneside,openany,UTF8,space=auto]{ctexbook} 38 | \fi 39 | 40 | %% 41 | %% the setup of ctex package 42 | %% 43 | \def\contentsname{目\BITspace 录} 44 | \def\listfigurename{插\BITspace 图} 45 | \def\listtablename{表\BITspace 格} 46 | 47 | %% 48 | %% 封面标题 49 | %% 50 | \def\BIT@label@major{学~~~~科~~~~专~~~~业} 51 | \def\BIT@label@title{论文题目} 52 | \def\BIT@label@author{作~~~~者~~~~姓~~~~名} 53 | \def\BIT@label@classification{中图分类号:} 54 | \def\BIT@label@confidential{密级} 55 | \def\BIT@label@UDC{UDC\!分类号:} 56 | \def\BIT@label@serialnumber{编号} 57 | \def\BIT@label@thesis{学位论文} 58 | \def\BIT@label@advisor{指~~~~导~~~~教~~~~师} 59 | \def\BIT@label@degree{申~~~~请~~~~学~~~~位} 60 | \def\BIT@label@submitdate{论文提交日期} 61 | \def\BIT@label@defenddate{论~文~答~辩~日~期} 62 | \def\BIT@label@institute{学~~~~院~~~~名~~~~称} 63 | \def\BIT@label@school{学~位~授~予~单~位} 64 | \def\BIT@label@chairman{答辩委员会主席} 65 | 66 | %% 67 | %% 封面内容 68 | %% 69 | 70 | \def\BIT@value@classification{} 71 | \def\BIT@value@confidential{} 72 | \def\BIT@value@UDC{} 73 | \def\BIT@value@serialnumber{} 74 | \def\BIT@value@school{} 75 | \def\BIT@value@degree{} 76 | \def\BIT@value@title{~~~~~(论~文~题~目)~~~~~} 77 | \def\BIT@value@vtitle{竖排论文题目} 78 | \def\BIT@value@titlemark{\BIT@value@title} 79 | \def\BIT@value@author{(作~者~姓~名)} 80 | \def\BIT@value@advisor{(姓名、专业技术职务、学位)} 81 | \def\BIT@value@advisorinstitute{(单位)} 82 | \def\BIT@value@major{} 83 | \def\BIT@value@studentnumber{} %_ added by wei.jianwen@gmail.com 84 | \def\BIT@value@submitdate{} 85 | \def\BIT@value@defenddate{} 86 | \def\BIT@value@institute{} 87 | \def\BIT@value@chairman{} 88 | \def\BIT@label@statement{} 89 | 90 | 91 | %% 设置圆圈的格式 或使用\textcircled 92 | \usepackage{tikz} 93 | \usepackage{etoolbox} 94 | \newcommand{\circled}[2][]{\tikz[baseline=(char.base)] 95 | {\node[shape = circle, draw, inner sep = 1pt] 96 | (char) {\phantom{\ifblank{#1}{#2}{#1}}}; 97 | \node at (char.center) {\makebox[0pt][c]{#2}};}} 98 | \robustify{\circled} 99 | 100 | %% 论文原创性声明 101 | \def\BIT@label@original{研究成果声明} 102 | \def\BIT@label@authorization{关于学位论文使用权的说明} 103 | \def\BIT@label@authorsign{作者签名:} 104 | \def\BIT@label@Supervisorsign{导师签名:} 105 | \def\BIT@label@originalDate{签字日期:} 106 | \def\BIT@label@originalcontent{\BITspace\BITspace 本人郑重声明:所提交的学位论文是我本人在指导教师的指导下进行的研究工作获得的研究成果。尽我所知,文中除特别标注和致谢的地方外,学位论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得北京理工大学或其它教育机构的学位或证书所使用过的材料。与我一同工作的合作者对此研究工作所做的任何贡献均已在学位论文中作了明确的说明并表示了谢意。\par 特此申明。} 107 | \def\BIT@label@authorizationcontent{\BITspace\BITspace 本人完全了解北京理工大学有关保管、使用学位论文的规定,其中包括:\circled{1} 学校有权保管、并向有关部门送交学位论文的原件与复印件;\circled{2} 学校可以采用影印、缩印或其它复制手段复制并保存学位论文;\circled{3} 学校可允许学位论文被查阅或借阅;\circled{4} 学校可以学术交流为目的,复制赠送和交换学位论文;\circled{5} 学校可以公布学位论文的全部或部分内容(保密学位论文在解密后遵守此规定)。} 108 | 109 | 110 | %% 111 | %% 英语封面标题 112 | %% 113 | \def\BIT@label@englishadvisor{Supervisor:} 114 | \def\BIT@label@englishstatement{Submitted in total fulfilment 115 | of the requirements for the degree of \BIT@value@englishdegree \\ 116 | in \BIT@value@englishmajor} 117 | \def\BIT@label@englishauthor{Candidate Name:} 118 | \def\BIT@label@englishadvisor{Faculty Mentor:} 119 | \def\BIT@label@englishchairman{Chair, Thesis Committee:} 120 | \def\BIT@label@englishinstitute{School or Department:} 121 | \def\BIT@label@englishdegree{Degree Applied:} 122 | \def\BIT@label@englishmajor{Major:} 123 | \def\BIT@label@englishschool{Degree by:} 124 | \def\BIT@label@englishdate{The Date of Defence:} 125 | 126 | 127 | %% 128 | %% 英语封面内容 129 | %% 130 | \def\BIT@value@englishtitle{(English Title of Thesis)} 131 | \def\BIT@value@englishauthor{(Author Name)} 132 | \def\BIT@value@englishadvisor{(Supervisor Name)} 133 | \def\BIT@value@englishinstitute{(Institute Name)} 134 | \def\BIT@value@englishscholl{(BIT)} 135 | \def\BIT@value@englishchair{(someone)} 136 | \def\BIT@value@englishdate{} 137 | \def\BIT@value@englishdegree{} 138 | \def\BIT@value@englishmajor{} 139 | 140 | 141 | 142 | \def\BIT@label@abstract{摘要} 143 | \def\BIT@label@englishabstract{Abstract} 144 | \def\BIT@label@keywords{关键词:} 145 | \def\BIT@label@englishkeywords{Key Words:~} 146 | \def\BIT@label@conclusion{结论} 147 | \def\BIT@label@appendix{附录} 148 | \def\BIT@label@publications{攻读学位期间发表论文与研究成果清单} 149 | \def\BIT@label@projects{攻读学位期间参与的项目} 150 | \def\BIT@label@resume{作者简介} 151 | \def\BIT@label@reference{参考文献!!!!} 152 | \def\BIT@label@thanks{致谢} 153 | \def\BIT@value@templateversion{v1.2} 154 | %% 155 | %% label in the head 页眉页脚 156 | %% 157 | \def\BIT@label@headschoolname{北京理工大学硕士学位论文} 158 | 159 | %% 当前模板的版本 160 | \newcommand{\version}{\BIT@value@templateversion} 161 | 162 | %%==============引用geometry 宏包设置纸张和页面======================== 163 | %设置版面:上3.5cm,下2.5cm,左2.7cm,右2.7cm,页眉2.5cm,页脚1.8cm,装订线0cm 164 | \usepackage[% 165 | paper=a4paper,% 166 | top=3.5cm,% 上 3.5cm % 167 | bottom=2.5cm,% 下 2.5cm % 168 | left=2.7cm,% 左 2.7cm % 169 | right=2.7cm,% 右 2.7cm % 170 | headheight=1.0cm,% 页眉 2.5cm % 171 | footskip=0.7cm% 页脚 1.8cm % 172 | ]{geometry} % 页面设置 % 173 | %% ========================================================= 174 | 175 | \parskip 0.5ex plus 0.25ex minus 0.25ex 176 | %% Command -- Clear Double Page 177 | \def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else 178 | \thispagestyle{empty}% 179 | \hbox{}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi} 180 | %设置行距,大概为22榜 181 | \RequirePackage{setspace} 182 | \setstretch{1.523} 183 | 184 | %% 设置章节格式, 黑体三号加粗居中,行距22磅,与正文或节标题的间距设定为段后间距1行。章序号与章名间空一格。 185 | \ctexset{chapter={ 186 | name = {第,章}, 187 | number = {\arabic{chapter}}, 188 | format = {\bfseries \sffamily \centering \zihao{3}}, 189 | pagestyle = {BIT@headings}, 190 | beforeskip = 16 bp, 191 | afterskip = 32 bp, 192 | fixskip = true, 193 | } 194 | } 195 | %% 设置一级章节格式 196 | % 黑体四号加粗顶左,行距22磅,与上一节的间距为1行,与下面正文或节标题的段间间距为0.5行。序号与题目间空一格。 197 | 198 | \ctexset{section={ 199 | format={\raggedright \bfseries \sffamily \zihao{4}}, 200 | beforeskip = 28bp plus 1ex minus .2ex, 201 | afterskip = 24bp plus .2ex, 202 | fixskip = true, 203 | } 204 | } 205 | 206 | % 设置二级标题格式 207 | 208 | % 黑体小四加粗顶左,行距22磅,与上一节的间距为1行,与下面正文或节标题的段间间距为0.5行。序号与题目间空一格。 209 | 210 | \ctexset{subsection={ 211 | format = {\bfseries \sffamily \raggedright \zihao{-4}}, 212 | beforeskip =28bp plus 1ex minus .2ex, 213 | afterskip = 24bp plus .2ex, 214 | fixskip = true, 215 | } 216 | } 217 | 218 | 219 | % 设置三节标题格式 220 | 221 | \ctexset{subsubsection={ 222 | format={\heiti \raggedright \zihao{-4}}, 223 | beforeskip=28bp plus 1ex minus .2ex, 224 | afterskip=24bp plus .2ex, 225 | fixskip=true, 226 | } 227 | } 228 | 229 | %% 设定目录格式。目录颜色更改黑色 230 | \addtocontents{toc}{\protect\hypersetup{hidelinks}} 231 | \addtocontents{lot}{\protect\hypersetup{hidelinks}} 232 | \addtocontents{lof}{\protect\hypersetup{hidelinks}} 233 | 234 | \RequirePackage{titletoc} 235 | \titlecontents{chapter}[0pt]{\songti \zihao{4}} 236 | {\thecontentslabel\hspace{\ccwd}}{} % 取消的加粗显示效果 237 | {\hspace{.5em}\titlerule*{.}\contentspage} 238 | \titlecontents{section}[2\ccwd]{\songti \zihao{-4}} 239 | {\thecontentslabel\hspace{\ccwd}}{} 240 | {\hspace{.5em}\titlerule*{.}\contentspage} 241 | \titlecontents{subsection}[4\ccwd]{\songti \zihao{-4}} 242 | {\thecontentslabel\hspace{\ccwd}}{} 243 | {\hspace{.5em}\titlerule*{.}\contentspage} 244 | 245 | \titlecontents{figure}[0pt]{\songti\zihao{-4}} 246 | {\figurename~\thecontentslabel\quad}{\hspace*{-1.5cm}} 247 | {\hspace{.5em}\titlerule*{.}\contentspage} 248 | 249 | \titlecontents{table}[0pt]{\songti\zihao{-4}} 250 | {\tablename~\thecontentslabel\quad}{\hspace*{-1.5cm}} 251 | {\hspace{.5em}\titlerule*{.}\contentspage} 252 | 253 | %% 选择编译 254 | \RequirePackage{ifthen} 255 | 256 | %% check pdfTeX mode 257 | \RequirePackage{ifpdf} 258 | 259 | %% fancyhdr 页眉页脚控制 260 | \RequirePackage{fancyhdr} 261 | 262 | % 空 页眉页脚 263 | \fancypagestyle{BIT@empty}{% 264 | \fancyhf{}} 265 | 266 | %======正文页眉页脚================= 267 | \fancypagestyle{BIT@headings}{% 268 | \fancyhf{} 269 | \fancyfoot[C]{\songti\zihao{5} \thepage} 270 | \fancyhead[C]{\ifBIT@master\zihao{5}{\songti 北京理工大学硕士学位论文} 271 | \else\zihao{5}{\songti 北京理工大学博士学位论文}\fi} 272 | } 273 | 274 | %==================================对于openright 选项,必须保证章页右开,且如果前章末页内容须清空其页眉页脚。=================== 275 | \let\BIT@cleardoublepage\cleardoublepage 276 | \newcommand{\BIT@clearemptydoublepage}{% 277 | \clearpage{\pagestyle{BIT@empty}\BIT@cleardoublepage}} 278 | \let\cleardoublepage\BIT@clearemptydoublepage 279 | 280 | %================修该frontmatter 的页码为大写罗马格式,并调整页面风格=============== 281 | \renewcommand{\frontmatter}{ 282 | \if@openright\cleardoublepage\else\clearpage\fi 283 | \@mainmatterfalse 284 | \pagenumbering{Roman} 285 | \pagestyle{BIT@headings} 286 | } 287 | %=======================修改mainmatter 的页码为阿拉伯格式,并调整页面风格======================== 288 | \renewcommand{\mainmatter}{ 289 | \if@openright\cleardoublepage\else\clearpage\fi 290 | \@mainmattertrue 291 | \pagenumbering{arabic} 292 | \pagestyle{BIT@headings} 293 | } 294 | 295 | %%% 296 | % 内容插入命令 297 | %%% 298 | \newcommand\insertContents[1]{\ifBIT@isselfsimilarcheck {} \else #1 \fi} %内容插入控制命令 299 | \newcommand\insertFigure[1]{\insertContents{#1}} % 图片插入控制命令 300 | \newcommand\insertTable[1]{\insertContents{#1}} % 表格插入控制命令 301 | \newcommand\insertEquation[1]{\insertContents{#1}} % 公式插入控制命令 302 | \newcommand\nref[1]{\ifBIT@isselfsimilarcheck {} \else \ref{#1} \fi} 303 | 304 | %% 复杂表格 305 | \RequirePackage{threeparttable} 306 | \RequirePackage{dcolumn} 307 | \RequirePackage{multirow} 308 | \RequirePackage{booktabs} 309 | \newcolumntype{d}[1]{D{.}{.}{#1}}% or D{.}{,}{#1} or D{.}{\cdot}{#1} 310 | 311 | 312 | %% 定义几个常用的数学常量符号 313 | \newcommand{\me}{\mathrm{e}} %定义 对数常数e,虚数符号i,j以及微分算子d为直立体。 314 | \newcommand{\mi}{\mathrm{i}} 315 | \newcommand{\mj}{\mathrm{j}} 316 | \newcommand{\dif}{\,\mathrm{d}} 317 | 318 | \theoremstyle{plain} 319 | \newtheorem{algo}{算法~}[chapter] 320 | \newtheorem{thm}{定理~}[chapter] 321 | \newtheorem{lem}[thm]{引理~} 322 | \newtheorem{prop}[thm]{命题~} 323 | \newtheorem{cor}[thm]{推论~} 324 | \theoremstyle{definition} 325 | \newtheorem{defn}{定义~}[chapter] 326 | \newtheorem{conj}{猜想~}[chapter] 327 | \newtheorem{exmp}{例~}[chapter] 328 | \newtheorem{rem}{注~} 329 | \newtheorem{case}{情形~} 330 | \renewcommand{\proofname}{\bf 证明} 331 | 332 | %% 英文字体使用 Times New Roman 333 | \RequirePackage{fontspec} 334 | \RequirePackage{xltxtra} % \XeTeX Logo 335 | %% Times Fonts 336 | \RequirePackage{times} 337 | %% Set Old Fonts Encoding 338 | \usepackage[T1]{fontenc} 339 | 340 | 341 | %% graphics packages 342 | \RequirePackage{graphicx} 343 | %% 并列子图 344 | \RequirePackage{subfigure} 345 | 346 | \RequirePackage{wrapfig} 347 | %%===========================设置图表标题选项========================== 348 | \RequirePackage{amsmath} 349 | \RequirePackage{caption} 350 | \DeclareCaptionLabelSeparator{zhspace}{\hspace{1\ccwd}} 351 | \DeclareCaptionFont{fontsize}{\zihao{5}} 352 | \captionsetup{ 353 | font = {fontsize}, 354 | labelsep = zhspace, 355 | } 356 | \captionsetup[table]{ 357 | position = top, 358 | aboveskip = 6bp, 359 | belowskip = 6bp, 360 | } 361 | \numberwithin{table}{chapter} 362 | \captionsetup[figure]{ 363 | position = bottom, 364 | aboveskip = 6bp, 365 | belowskip = 6bp, 366 | } 367 | 368 | %% 如果插入的图片没有指定扩展名,那么依次搜索下面的扩展名所对应的文件 369 | \DeclareGraphicsExtensions{.pdf,.eps,.png,.jpg,.jpeg} 370 | % ccaption -- bicaption 371 | %\RequirePackage{ccaption} 372 | %\captiondelim{\ } 373 | %\captionnamefont{\songti\zihao{5}} 374 | %\captiontitlefont{\songti\zihao{5}} 375 | 376 | 377 | %% sort and compress citations 378 | %\RequirePackage[numbers,square,comma,super,sort&compress]{natbib} 379 | \RequirePackage[sort&compress,numbers]{natbib} 380 | % 上标引用 381 | \newcommand{\upcite}[1]{\textsuperscript{\cite{#1}}} 382 | \newcommand{\nupcite}[1]{\ifBIT@isselfsimilarcheck {} \else \upcite{#1} \fi} 383 | \newcommand{\ncite}[1]{\ifBIT@isselfsimilarcheck {} \else \cite{#1} \fi} 384 | 385 | % 将浮动参数设为较宽松的值 386 | \renewcommand{\textfraction}{0.15} 387 | \renewcommand{\topfraction}{0.85} 388 | \renewcommand{\bottomfraction}{0.65} 389 | \renewcommand{\floatpagefraction}{0.60} 390 | 391 | 392 | % 定公式、图、表编号为"3-1"的形式,即分隔符由.变为短杠 393 | \renewcommand\theequation{\arabic{chapter}.\arabic{equation}} 394 | \renewcommand\thefigure{\arabic{chapter}.\arabic{figure}} 395 | \renewcommand\thetable{\arabic{chapter}.\arabic{table}} 396 | 397 | % 颜色宏包 398 | \RequirePackage{xcolor} 399 | 400 | 401 | % 中文破折号 402 | \newcommand{\cndash}{\rule{0.0em}{0pt}\rule[0.35em]{1.4em}{0.05em}\rule{0.2em}{0pt}} 403 | 404 | % listings 源代码显示宏包 405 | \RequirePackage{listings} 406 | \lstset{tabsize=4, % 407 | frame=shadowbox, %把代码用带有阴影的框圈起来 408 | commentstyle=\color{red!50!green!50!blue!50},%浅灰色的注释 409 | rulesepcolor=\color{red!20!green!20!blue!20},%代码块边框为淡青色 410 | keywordstyle=\color{blue!90}\bfseries, %代码关键字的颜色为蓝色,粗体 411 | showstringspaces=false,%不显示代码字符串中间的空格标记 412 | stringstyle=\ttfamily, % 代码字符串的特殊格式 413 | keepspaces=true, % 414 | breakindent=22pt, % 415 | numbers=left,%左侧显示行号 416 | stepnumber=1,% 417 | numberstyle=\tiny, %行号字体用小号 418 | basicstyle=\footnotesize, % 419 | showspaces=false, % 420 | flexiblecolumns=true, % 421 | breaklines=true, %对过长的代码自动换行 422 | breakautoindent=true,% 423 | breakindent=4em, % 424 | aboveskip=1em, %代码块边框 425 | %% added by http://bbs.ctex.org/viewthread.php?tid=53451 426 | fontadjust, 427 | captionpos=t, 428 | framextopmargin=2pt,framexbottommargin=2pt,abovecaptionskip=-3pt,belowcaptionskip=3pt, 429 | xleftmargin=4em,xrightmargin=4em, % 设定listing左右的空白 430 | texcl=true, 431 | % 设定中文冲突,断行,列模式,数学环境输入,listing数字的样式 432 | extendedchars=false,columns=flexible,mathescape=true 433 | numbersep=-1em 434 | } 435 | \renewcommand{\lstlistingname}{代码} %% 重命名Listings标题头 436 | 437 | 438 | %% hyperref package 439 | 440 | \definecolor{navyblue}{RGB}{0,0,128} 441 | \RequirePackage{hyperref} 442 | \hypersetup{ 443 | bookmarksnumbered,% 444 | colorlinks,% 445 | linkcolor=black,% 446 | citecolor=black,% 447 | plainpages=false,% 448 | pdfstartview=FitH 449 | % bookmarksnumbered,% 450 | % linktoc=all, 451 | % colorlinks=true, 452 | % citecolor=black, 453 | % filecolor=cyan, 454 | % linkcolor=black, 455 | % linkbordercolor=black, 456 | urlcolor=black, 457 | % plainpages=false,% 458 | % pdfstartview=FitH 459 | } 460 | 461 | %% enumerate 列表环境间距调节 462 | \usepackage{enumitem} 463 | % \setenumerate[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt} 464 | % \setitemize[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=0pt} 465 | % \setdescription{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt} 466 | 467 | %_ 参考文献风格 added by wei.jianwen@gmail.com 468 | \bibliographystyle{GBT7714-2005NLang} 469 | 470 | %_ BITspace 471 | %\newcommand\BITspace{\protect\CTEX@spaceChar\protect\CTEX@spaceChar} 472 | \newcommand{\BITspace}[1][1]{\hspace{#1\ccwd}} 473 | 474 | \def\BIT@getfileinfo#1 #2 #3\relax#4\relax{% 475 | \def\BITfiledate{#1}% 476 | \def\BITfileversion{#2}% 477 | \def\BITfileinfo{#3}}% 478 | \expandafter\ifx\csname ver@bitmaster-xetex.cls\endcsname\relax 479 | \edef\reserved@a{\csname ver@ctextemp_bitmaster-xetex.cls\endcsname} 480 | \else 481 | \edef\reserved@a{\csname ver@bitmaster-xetex.cls\endcsname} 482 | \fi 483 | \expandafter\BIT@getfileinfo\reserved@a\relax? ? \relax\relax 484 | \def\BIT@underline[#1]#2{% 485 | \underline{\hbox to #1{\hfill#2\hfill}}} 486 | \def\BITunderline{\@ifnextchar[\BIT@underline\underline} 487 | 488 | %%%%中文标题页的可用命令 489 | \newcommand\classification[1]{\def\BIT@value@classification{#1}} 490 | \newcommand\studentnumber[1]{\def\BIT@value@studentnumber{#1}} 491 | \newcommand\confidential[1]{\def\BIT@value@confidential{#1}} 492 | \newcommand\UDC[1]{\def\BIT@value@UDC{#1}} 493 | \newcommand\serialnumber[1]{\def\BIT@value@serialnumber{#1}} 494 | \newcommand\school[1]{\def\BIT@value@school{#1}} 495 | \newcommand\degree[1]{\def\BIT@value@degree{#1}} 496 | \renewcommand\title[2][\BIT@value@title]{% 497 | \def\BIT@value@title{#2} 498 | \def\BIT@value@titlemark{\MakeUppercase{#1}}} 499 | 500 | \newcommand\vtitle[1]{\def\BIT@value@vtitle{#1}} 501 | \renewcommand\author[1]{\ifBIT@isblindcheck \def\BIT@value@author{* * *} \else \def\BIT@value@author{#1}\fi} 502 | \newcommand\advisor[1]{\ifBIT@isblindcheck \def\BIT@value@advisor{* * *} \else \def\BIT@value@advisor{#1} \fi} 503 | \newcommand\advisorinstitute[1]{\def\BIT@value@advisorinstitute{#1}} 504 | \newcommand\major[1]{\def\BIT@value@major{#1}} 505 | \newcommand\submitdate[1]{\def\BIT@value@submitdate{#1}} 506 | \newcommand\defenddate[1]{\def\BIT@value@defenddate{#1}} 507 | \newcommand\institute[1]{\def\BIT@value@institute{#1}} 508 | \newcommand\chairman[1]{\def\BIT@value@chairman{#1}} 509 | 510 | 511 | %% 第一页和第二页 512 | %_ “绘制”BIT中文标题页 513 | \renewcommand\maketitle[1]{% 514 | \cleardoublepage 515 | \thispagestyle{empty} 516 | \begin{center} 517 | \vspace*{60mm} 518 | {\heiti\zihao{-2} \BIT@value@title} 519 | \vskip 40mm 520 | {\heiti \zihao{-3} \BIT@value@author} %黑体 小三 521 | \vskip 4mm 522 | {\heiti \zihao{-3} \BIT@value@defenddate} %黑体 小三 523 | \end{center} 524 | \clearpage 525 | \if@twoside 526 | \thispagestyle{empty} 527 | \cleardoublepage 528 | \fi 529 | } 530 | 531 | \newcommand\makeChInfo[1]% 532 | { 533 | \newpage 534 | \cleardoublepage 535 | \thispagestyle{empty} 536 | 537 | %udc ltz 538 | { % 539 | {\heiti \zihao{5} \noindent \BIT@label@classification} \BIT@value@classification \\ 540 | {\heiti \zihao{5} \BIT@label@UDC} \BIT@value@UDC 541 | } 542 | 543 | \begin{center} 544 | 545 | \vskip \stretch{1} 546 | {\heiti\zihao{-2} \BIT@value@title} 547 | \vskip \stretch{1} 548 | 549 | {\fangsong\zihao{4}} 550 | \def\tabcolsep{1pt} 551 | \def\arraystretch{1.5} 552 | 553 | %黑体 小三 554 | {\heiti\zihao{-3} 555 | \begin{tabular}{l p{3mm} c} 556 | \BIT@label@author & &\BITunderline[180pt]{\BIT@value@author} 557 | \\ 558 | \BIT@label@institute & & \BITunderline[180pt]{\BIT@value@institute} 559 | \\ 560 | \BIT@label@advisor & & \BITunderline[180pt]{\BIT@value@advisor} 561 | \\ 562 | \BIT@label@chairman & & \BITunderline[180pt]{\BIT@value@chairman} 563 | \\ 564 | \BIT@label@degree & & \BITunderline[180pt]{\BIT@value@degree} 565 | \\ 566 | \BIT@label@major & & \BITunderline[180pt]{\BIT@value@major} 567 | \\ 568 | \BIT@label@school & & \BITunderline[180pt]{\BIT@value@school} 569 | \\ 570 | \BIT@label@defenddate & & \BITunderline[180pt]{\BIT@value@defenddate} 571 | \end{tabular}} 572 | 573 | \end{center} 574 | 575 | \vskip \stretch{0.5} 576 | \clearpage 577 | \if@twoside 578 | \thispagestyle{empty} 579 | \cleardoublepage 580 | \fi 581 | } 582 | \newcommand\makeChineseInfo[1]{\ifBIT@isnormal \makeChInfo \else {} \fi} 583 | 584 | % English Title Page 585 | % 英文标题页可用命令 586 | \newcommand\englishtitle[1]{\def\BIT@value@englishtitle{#1}} 587 | \newcommand\englishauthor[1]{\ifBIT@isblindcheck \def\BIT@value@englishauthor{***} \else \def\BIT@value@englishauthor{#1}\fi} 588 | \newcommand\englishadvisor[1]{\ifBIT@isblindcheck \def\BIT@value@englishadvisor{***}\else \def\BIT@value@englishadvisor{#1}\fi} 589 | \newcommand\englishschool[1]{\def\BIT@value@englishschool{#1}} 590 | \newcommand\englishinstitute[1]{\def\BIT@value@englishinstitute{#1}} 591 | \newcommand\englishdate[1]{\def\BIT@value@englishdate{#1}} 592 | \newcommand\englishdegree[1]{\def\BIT@value@englishdegree{#1}} 593 | \newcommand\englishmajor[1]{\def\BIT@value@englishmajor{#1}} 594 | \newcommand\englishchairman[1]{\def\BIT@value@englishchairman{#1}} 595 | 596 | % "绘制"英文标题页 597 | \def\BIT@underline@Length{230pt} %下划线长度 598 | \newcommand\makeEnInfo[1]{% 599 | \cleardoublepage 600 | \thispagestyle{empty} 601 | 602 | \begin{center} 603 | 604 | 605 | \vspace*{10em} 606 | %论文题目 Times New Roman 小二 加粗 607 | {\zihao{-2}\textbf{\BIT@value@englishtitle}} 608 | %\bfseries 609 | \vskip \stretch{1} 610 | 611 | % Times New Roman 小三 612 | {\zihao{-3} 613 | \begin{tabular}{ll} 614 | \BIT@label@englishauthor & \BITunderline[\BIT@underline@Length]{\BIT@value@englishauthor} 615 | \\ 616 | \BIT@label@englishinstitute & \BITunderline[\BIT@underline@Length]{\BIT@value@englishinstitute} 617 | \\ 618 | \BIT@label@englishadvisor & \BITunderline[\BIT@underline@Length]{\BIT@value@englishadvisor} 619 | \\ 620 | \BIT@label@englishchairman & \BITunderline[\BIT@underline@Length]{\BIT@value@englishchairman} 621 | \\ 622 | \BIT@label@englishdegree & \BITunderline[\BIT@underline@Length]{\BIT@value@englishdegree} 623 | \\ 624 | \BIT@label@englishmajor & \BITunderline[\BIT@underline@Length]{\BIT@value@englishmajor} 625 | \\ 626 | \BIT@label@englishschool & \BITunderline[\BIT@underline@Length]{\BIT@value@englishschool} 627 | \\ 628 | \BIT@label@englishdate & \BITunderline[\BIT@underline@Length]{\BIT@value@englishdate} 629 | \end{tabular}} 630 | 631 | \end{center} 632 | 633 | \vskip \stretch{0.5} 634 | \clearpage 635 | \if@twoside 636 | \thispagestyle{empty} 637 | \cleardoublepage 638 | \fi 639 | } 640 | \newcommand\makeEnglishInfo[1]{\ifBIT@isnormal \makeEnInfo \else {} \fi} 641 | 642 | %绘制书脊,绘制树立排放的论文题目、作者姓名和学校名称 643 | \newcommand\makeVerticalenWords[1]{\\\rotatebox[origin=c]{270}{#1} }%设置英文字母树立排放效果 644 | \newcommand\makeVerticalTitle{ 645 | \ifBIT@isnormal{ 646 | \cleardoublepage 647 | \thispagestyle{empty} 648 | \vskip 5cm 649 | \begin{center} 650 | \setstretch{1.1} 651 | \begin{minipage}{1em} 652 | {\heiti\zihao{3}\BIT@value@vtitle} 653 | \vskip 2cm 654 | {\heiti\zihao{3}{\ifBIT@isblindcheck \rotatebox[origin=c]{270}{* * *}\else \BIT@value@author \fi}} 655 | \vskip 2cm 656 | {\heiti\zihao{3}\BIT@value@school} 657 | \end{minipage} 658 | \end{center} 659 | \clearpage 660 | \if@twoside 661 | \thispagestyle{empty} 662 | \cleardoublepage 663 | \fi 664 | } 665 | \fi 666 | 667 | } 668 | 669 | 670 | % 原创性声明 671 | \newcommand\makeDeclareOriginaltemp{% 672 | \cleardoublepage 673 | \pdfbookmark[0]{声明}{statement} 674 | \thispagestyle{empty} 675 | \begin{center} 676 | {\bf\zihao{3} \BIT@label@original} 677 | \end{center} 678 | \vskip 10pt 679 | {\zihao{4}\BIT@label@originalcontent} 680 | \vskip 10pt 681 | \hspace{8em}{\zihao{4}\BIT@label@authorsign} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} 682 | 683 | \vskip 30mm 684 | 685 | \begin{center} 686 | {\bf\zihao{3} \BIT@label@authorization} 687 | \end{center} 688 | \vskip 10pt 689 | {\zihao{4} \BIT@label@authorizationcontent} 690 | \vskip 40pt 691 | 692 | \hspace{8em}{\zihao{4}\BIT@label@authorsign} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@Supervisorsign} \BITunderline[6em]{} 693 | \vskip 15pt 694 | \hspace{8em}{\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} \hspace{2em} {\zihao{4}\BIT@label@originalDate} \BITunderline[6em]{} 695 | \clearpage 696 | \if@twoside 697 | \thispagestyle{empty} 698 | \cleardoublepage 699 | \fi 700 | 701 | } 702 | \newcommand\makeDeclareOriginal{\ifBIT@isnormal \makeDeclareOriginaltemp \else {} \fi} 703 | 704 | % 页眉页脚 705 | \pagestyle{fancy} 706 | \fancyhf{} 707 | \fancyhead[C]{\songti \zihao{5} \BIT@label@headschoolname} % 奇数页左页眉 708 | \fancyfoot[C]{\songti \zihao{5} {\thepage}} % 页脚 709 | 710 | 711 | \fancypagestyle{plain}{% 设置开章页页眉页脚风格(只有页码作为页脚) 712 | \fancyhf{}% 713 | \fancyfoot[C]{\songti \zihao{5} \BIT@label@headschoolname} 714 | \fancyfoot[C]{\songti \zihao{5} ~---~{\thepage}~---~} %%首页页脚格式 715 | } 716 | 717 | 718 | % 中文摘要 719 | \newenvironment{abstract} 720 | { 721 | \cleardoublepage 722 | \chapter{\BIT@label@abstract} 723 | } 724 | {} 725 | %下一页从偶数页开始 726 | \newcommand\beginatevenpage{ 727 | \clearpage 728 | \if@twoside 729 | \thispagestyle{empty} 730 | \cleardoublepage 731 | \fi 732 | } 733 | % 中文关键词 734 | \newcommand\keywords[1]{% 735 | \vspace{2ex}\noindent{\bf \BIT@label@keywords} #1} 736 | 737 | % 英文摘要 738 | \newenvironment{englishabstract} 739 | { 740 | \clearpage 741 | \chapter{\BIT@label@englishabstract} 742 | } 743 | {} 744 | 745 | % 英文摘要 746 | \newcommand\englishkeywords[1]{% 747 | \vspace{2ex}\noindent{\bf \BIT@label@englishkeywords} #1} 748 | 749 | 750 | %_ 目录 751 | \renewcommand\tableofcontents{% 752 | \if@twocolumn 753 | \@restonecoltrue\onecolumn 754 | \else 755 | \@restonecolfalse 756 | \fi 757 | \chapter*{\contentsname}%目录里显示“目录”,否则\chapter* 758 | \@mkboth{\MakeUppercase\contentsname}{\MakeUppercase\contentsname}% 759 | \pdfbookmark[0]{目录}{bittoc} 760 | \@starttoc{toc}% 761 | \if@restonecol\twocolumn\fi 762 | } 763 | 764 | 765 | %_ 参考文献环境 766 | \renewenvironment{thebibliography}[1] 767 | {\zihao{5} 768 | \chapter*{\bibname} 769 | \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}% 770 | \addcontentsline{toc}{chapter}{参考文献} 771 | \list{\@biblabel{\@arabic\c@enumiv}}% 772 | {\settowidth\labelwidth{\@biblabel{#1}}% 773 | \leftmargin\labelwidth 774 | \advance\leftmargin\labelsep 775 | \setlength{\parsep}{1mm} 776 | \setlength{\labelsep}{0.5em} 777 | \setlength{\itemsep}{0.05pc} 778 | \setlength{\listparindent}{0in} 779 | \setlength{\itemindent}{0in} 780 | \setlength{\rightmargin}{0in} 781 | \@openbib@code 782 | \usecounter{enumiv}% 783 | \let\p@enumiv\@empty 784 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 785 | \sloppy 786 | \clubpenalty4000 787 | \@clubpenalty \clubpenalty 788 | \widowpenalty4000% 789 | \sfcode`\.\@m} 790 | {\def\@noitemerr 791 | {\@latex@warning{Empty `thebibliography' environment}}% 792 | \endlist} 793 | 794 | \newcommand{\pubitem}[5]{\ifBIT@isblindcheck \item{第#1作者 + #3 + #5.} \else \item{#2. #3[#4]. #5.} \fi} 795 | \newenvironment{publications}[1] 796 | {\chapter{\BIT@label@publications}% 797 | \@mkboth{\MakeUppercase\BIT@label@publications} 798 | {\MakeUppercase\BIT@label@publications}% 799 | \list{\@biblabel{\@arabic\c@enumiv}}% 800 | {\settowidth\labelwidth{\@biblabel{#1}}% 801 | \leftmargin\labelwidth 802 | \advance\leftmargin\labelsep 803 | \setlength{\parsep}{1mm} 804 | \setlength{\labelsep}{0.5em} 805 | \setlength{\itemsep}{0.05pc} 806 | \setlength{\listparindent}{0in} 807 | \setlength{\itemindent}{0in} 808 | \setlength{\rightmargin}{0in} 809 | \@openbib@code 810 | \usecounter{enumiv}% 811 | \let\p@enumiv\@empty 812 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 813 | \sloppy 814 | \clubpenalty4000 815 | \@clubpenalty \clubpenalty 816 | \widowpenalty4000% 817 | \sfcode`\.\@m} 818 | {\def\@noitemerr 819 | {\@latex@warning{Empty `publications' environment}}% 820 | \endlist} 821 | 822 | \newenvironment{projects}[1] 823 | {\chapter{\BIT@label@projects}% 824 | \@mkboth{\MakeUppercase\BIT@label@projects} 825 | {\MakeUppercase\BIT@label@projects}% 826 | \list{\@biblabel{\@arabic\c@enumiv}}% 827 | {\settowidth\labelwidth{\@biblabel{#1}}% 828 | \leftmargin\labelwidth 829 | \advance\leftmargin\labelsep 830 | \@openbib@code 831 | \usecounter{enumiv}% 832 | \let\p@enumiv\@empty 833 | \renewcommand\theenumiv{\@arabic\c@enumiv}}% 834 | \sloppy 835 | \clubpenalty4000 836 | \@clubpenalty \clubpenalty 837 | \widowpenalty4000% 838 | \sfcode`\.\@m} 839 | {\def\@noitemerr 840 | {\@latex@warning{Empty `projects' environment}}% 841 | \endlist} 842 | 843 | \newenvironment{resume} 844 | {\chapter{\BIT@label@resume}} 845 | {} 846 | 847 | \newenvironment{resumesection}[1] 848 | {{\noindent\normalfont\bfseries #1} 849 | \list{}{\labelwidth\z@ 850 | \leftmargin 2\ccwd} 851 | \item\relax} 852 | {\endlist} 853 | 854 | \newenvironment{resumeli}[1] 855 | {{\noindent\normalfont\bfseries #1} 856 | \list{}{\labelwidth\z@ 857 | \leftmargin 4\ccwd 858 | \itemindent -2\ccwd 859 | \listparindent\itemindent} 860 | \item\relax} 861 | {\endlist} 862 | 863 | \newenvironment{conclusion} 864 | {\chapter*{结论} 865 | \@mkboth{结论}{结论}% 866 | \addcontentsline{toc}{chapter}{结论}} 867 | {} 868 | 869 | \renewenvironment{thanks} 870 | {\chapter{\BIT@label@thanks} 871 | \fangsong 872 | } 873 | {} 874 | % 增加用于致谢的命令,在盲审模式下不显示 875 | \newcommand\sayThanks[1]{\ifBIT@isblindcheck {} \else \chapter{\BIT@label@thanks} \fangsong{#1}\fi} 876 | 877 | \newenvironment{symbolnote} 878 | {\chapter{\BIT@label@symbolnote} 879 | \fangsong} 880 | {} 881 | 882 | %%%============================术语===================== 883 | \newcommand{\bit@denotation@name}{主要符号对照表} 884 | \newenvironment{denotation}[1][2.5cm]{ 885 | \chapter{\bit@denotation@name} % no tocline 886 | \noindent\begin{list}{}% 887 | {\vskip-30bp\zihao{-4} 888 | \renewcommand\makelabel[1]{##1\hfil} 889 | \setlength{\labelwidth}{#1} % 标签盒子宽度 890 | \setlength{\labelsep}{0.5cm} % 标签与列表文本距离 891 | \setlength{\itemindent}{0cm} % 标签缩进量 892 | \setlength{\leftmargin}{\labelwidth+\labelsep} % 左边界 893 | \setlength{\rightmargin}{0cm} 894 | \setlength{\parsep}{0cm} % 段落间距 895 | \setlength{\itemsep}{0cm} % 标签间距 896 | \setlength{\listparindent}{0cm} % 段落缩进量 897 | \setlength{\topsep}{0pt} % 标签与上文的间距 898 | }}{\end{list}} 899 | %====增加化学、国际单位宏包 900 | \RequirePackage[version=4]{mhchem} 901 | \RequirePackage{siunitx} 902 | \setcounter{secnumdepth}{4} % 章节编号深度 (part 对应 -1) 903 | \setcounter{tocdepth}{2} % 目录深度 (part 对应 -1) 904 | 905 | 906 | \endinput 907 | %% 908 | %% End of file `bitmaster-xetex.cls'. 909 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/equation.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {第3章\hspace {.3em}}数学公式使用}{5}{chapter.3}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@writefile{toc}{\contentsline {section}{\numberline {3.1}公式编辑}{5}{section.3.1}} 7 | \@writefile{toc}{\contentsline {subsection}{\numberline {3.1.1}用MathType编辑}{5}{subsection.3.1.1}} 8 | \@writefile{toc}{\contentsline {subsection}{\numberline {3.1.2}用在线工具编辑}{6}{subsection.3.1.2}} 9 | \@writefile{toc}{\contentsline {section}{\numberline {3.2}怎么插入公式}{6}{section.3.2}} 10 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {3.1}插入公式基本操作}{6}{lstlisting.3.1}} 11 | \@writefile{toc}{\contentsline {section}{\numberline {3.3}公式换行与跨页}{7}{section.3.3}} 12 | \@writefile{toc}{\contentsline {subsection}{\numberline {3.3.1}公式换行之基本操作}{7}{subsection.3.3.1}} 13 | \newlabel{sec:公式换行之基本操作}{{3.3.1}{7}{公式换行之基本操作}{subsection.3.3.1}{}} 14 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {3.2}结合split和equation环境插入公式}{7}{lstlisting.3.2}} 15 | \@writefile{toc}{\contentsline {subsection}{\numberline {3.3.2}公式想换行又跨页}{7}{subsection.3.3.2}} 16 | \newlabel{sec:公式想换行又跨页}{{3.3.2}{7}{公式想换行又跨页}{subsection.3.3.2}{}} 17 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {3.3}使用align环境插入公式}{7}{lstlisting.3.3}} 18 | \@writefile{toc}{\contentsline {subsection}{\numberline {3.3.3}公式太长一行放不下}{8}{subsection.3.3.3}} 19 | \@writefile{toc}{\contentsline {section}{\numberline {3.4}如何引用公式}{9}{section.3.4}} 20 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {3.4}添加公式标签}{9}{lstlisting.3.4}} 21 | \newlabel{equ:示例公式标签}{{3.7}{9}{如何引用公式}{equation.3.4.7}{}} 22 | \@writefile{toc}{\contentsline {section}{\numberline {3.5}如何插入大尺寸括号}{9}{section.3.5}} 23 | \newlabel{sec:如何插入大尺寸括号}{{3.5}{9}{如何插入大尺寸括号}{section.3.5}{}} 24 | \@writefile{toc}{\contentsline {section}{\numberline {3.6}自查重模式下如何关闭公式显示}{10}{section.3.6}} 25 | \@setckpt{HelperSection/equation}{ 26 | \setcounter{page}{11} 27 | \setcounter{equation}{7} 28 | \setcounter{enumi}{12} 29 | \setcounter{enumii}{0} 30 | \setcounter{enumiii}{0} 31 | \setcounter{enumiv}{0} 32 | \setcounter{footnote}{0} 33 | \setcounter{mpfootnote}{0} 34 | \setcounter{parentequation}{0} 35 | \setcounter{part}{0} 36 | \setcounter{chapter}{3} 37 | \setcounter{section}{6} 38 | \setcounter{subsection}{0} 39 | \setcounter{subsubsection}{0} 40 | \setcounter{paragraph}{0} 41 | \setcounter{subparagraph}{0} 42 | \setcounter{figure}{0} 43 | \setcounter{table}{0} 44 | \setcounter{algo}{0} 45 | \setcounter{thm}{0} 46 | \setcounter{defn}{0} 47 | \setcounter{conj}{0} 48 | \setcounter{exmp}{0} 49 | \setcounter{rem}{0} 50 | \setcounter{case}{0} 51 | \setcounter{subfigure}{0} 52 | \setcounter{lofdepth}{1} 53 | \setcounter{subtable}{0} 54 | \setcounter{lotdepth}{1} 55 | \setcounter{ContinuedFloat}{0} 56 | \setcounter{NAT@ctr}{0} 57 | \setcounter{lstnumber}{12} 58 | \setcounter{Item}{14} 59 | \setcounter{Hfootnote}{0} 60 | \setcounter{Hy@AnnotLevel}{0} 61 | \setcounter{bookmark@seq@number}{19} 62 | \setcounter{lstlisting}{4} 63 | \setcounter{section@level}{1} 64 | } 65 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/equation.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% abstract.tex for BIT Master Thesis 3 | %% Edited by Jian dahao 4 | %% version: 1.0 5 | %% last update: May 10th, 2019 6 | %%================================================== 7 | \chapter{数学公式使用} 8 | 数学公式的使用可先参考官方模板中的BIT-Thesis使用指南。 9 | \section{公式编辑} 10 | LaTeX公式是通过代码的形式进行编辑,运算符号、特殊字母等数学符号对应的命令可参考链接\url{http://www.mohu.org/info/symbols/symbols.htm}。不会写代码或者不想敲代码怎么办,可以通过MathType、LaTeX公式在线编辑工具等进行编辑,然后导出tex代码。 11 | \subsection{用MathType编辑} 12 | 首先你需要一个已经破解的MathType工具。打开MathType后在设置剪切复制选项。 13 | \begin{figure}[h] 14 | \centering 15 | \includegraphics[width=0.75\textwidth]{HelperSection/figures/mathtype_copy_type.jpg} 16 | \end{figure} 17 | 然后在\textbf{转换其他文字}中选择\textbf{Plain Tex}或者\textbf{LaTeX 2.09 and later},诸如此类即可。 18 | 19 | 用MathType编辑好公式后,只需全选复制或剪切就能获得公式代码,例如公式 20 | \begin{equation} 21 | A(n) = e^{4j\pi \mu n^2/N} \notag 22 | \end{equation} 23 | 对应的导出结果为:\\ 24 | % \begin{lstlisting}[language={tex}, caption={插入公式基本操作}] 25 | Plain Tex:\textbf{\$\$}A(n)\{\rm\{ = \}\}\{e\^\ \{4j$\backslash$pi $\backslash$mu \{n\^\ 2\}/N\}\}\textbf{\$\$} \\ 26 | Latex 2.09 and later: $\backslash$[A(n)\{$\backslash$rm\{ = \}\}\{e\^\ \{4j$\backslash$pi $\backslash$mu \{n\^\ 2\}/N\}\}$\backslash$] 27 | 28 | 需要注意的是,导出的tex代码中需要删除对应的前缀和后缀:对于\textbf{Plain Tex}为\$\$;对\textbf{Latex 2.09 and later}为$\backslash$[ $\quad$ $\backslash$]。 29 | 30 | \begin{figure}[h] 31 | \centering 32 | \includegraphics[width=0.75\textwidth]{HelperSection/figures/copy_type.jpg} 33 | \end{figure} 34 | \subsection{用在线工具编辑} 35 | 推荐两个网站 36 | 37 | \url{http://latex.codecogs.com/eqneditor/editor.php} 38 | 39 | \url{https://www.codecogs.com/latex/eqneditor.php} 40 | 41 | 个人还是比较推荐学一下基本的tex公式语法(边用边学就好),这样写起来会快很多。 42 | 43 | \section{怎么插入公式} 44 | % \subsection{段落间插入公式} 45 | 对于插入到段落之间的且需要编号公式其定义的内容需要被包含在$\backslash$begin\{equation\}$\backslash$end \{equation\} 之间,基本使用方法如下: 46 | \begin{lstlisting}[language={tex}, caption={插入公式基本操作}] 47 | \begin{equation} 48 | A(n) = e^{4j\pi \mu n^2/N} 49 | \end{equation} 50 | \end{lstlisting} 51 | 插入效果为: 52 | \begin{equation} 53 | A(n) = e^{4j\pi \mu n^2/N} 54 | \end{equation} 55 | % \subsection{文本中插入公式} 56 | 而对于插入到文本中间的公式只需将公式内容用一对\$\$包起来即可,例如: 57 | 这是一段文本这里要插入的公式用法为\$2\^\ \{n\}\$,对应的效果为$2^{n}$。 58 | \section{公式换行与跨页} 59 | 由于经常会遇到插入的数学公式巨长,无法在一行上正常显示,或者为了排版美观而需要进行强制换行,常用方法如下。 60 | \subsection{公式换行之基本操作} 61 | \label{sec:公式换行之基本操作} 62 | \vspace{-1cm} 63 | \begin{lstlisting}[language={tex}, caption={结合split和equation环境插入公式}] 64 | \begin{equation} 65 | \begin{split} 66 | A(n) &= e^{4j\pi \mu n^2/N} \\ 67 | &= e^{4j\pi \mu n^2/N} 68 | \end{split} 69 | \end{equation} 70 | \end{lstlisting} 71 | 其中\&代表对齐位置,$\backslash\backslash$代表换行。对应的插入效果为: 72 | \begin{equation} 73 | \begin{split} 74 | A(n) &= e^{4j\pi \mu n^2/N} \\ 75 | &= e^{4j\pi \mu n^2/N} 76 | \end{split} 77 | \end{equation} 78 | \subsection{公式想换行又跨页} 79 | \label{sec:公式想换行又跨页} 80 | \vspace{-1cm} 81 | \begin{lstlisting}[language={tex}, caption={使用align环境插入公式}] 82 | \begin{align} 83 | A(n) &= e^{4j\pi \mu n^2/N} \notag\\ 84 | &= e^{4j\pi \mu n^2/N} \notag\\ 85 | &= e^{4j\pi \mu n^2/N} 86 | \end{align} 87 | \end{lstlisting} 88 | 其中$\backslash$notag用于指定该行代码不被编号,$\backslash\backslash$和\&同样分别代表换行和对齐。效果为: 89 | \begin{align} 90 | A(n) &= e^{4j\pi \mu n^2/N} \notag\\ 91 | &= e^{4j\pi \mu n^2/N} \notag\\ 92 | &= e^{4j\pi \mu n^2/N} 93 | \end{align} 94 | 95 | \ref{sec:公式换行之基本操作}和\ref{sec:公式想换行又跨页}介绍的方法都可以实现公式的多行显示,但是第一种方法不支持公式的跨页显示。 96 | 97 | \subsection{公式太长一行放不下} 98 | 有时数学公式比较复杂,无法在一行上完整显示一个表达式,一般情况下使用上述两种方法(\ref{sec:公式换行之基本操作}和\ref{sec:公式想换行又跨页}介绍的方法)即可解决,但是对于需要分行显示的公式被一对大尺寸括号(参见\ref{sec:如何插入大尺寸括号}内容)包括的情况则会编译出错或显示效果不佳,解决方法如下。假设处理的公式为: 99 | \begin{equation} 100 | P = \left(\sum_{n=1}^{N}It\ is\ a\ loooooooooooooooooooooooooooooooooooooooooooooooooooooooooog\ equation\right) 101 | \end{equation} 102 | 通常有两种解决方案:\\ 103 | \textbf{1.使用$\backslash$left(和$\backslash$right)等自适应定界符拆分}\\ 104 | 将长公式拆分成$\backslash$left( $\backslash$right. $\backslash$$\backslash$ $\backslash$left. $\backslash$right)的形式,例如: 105 | \begin{lstlisting}[language={tex}, caption={}] 106 | \begin{equation} 107 | \begin{split} 108 | %也可以使用align环境 109 | P = \left( \sum_{n=1}^{N}It\ is\ a\ looooooooooooooooooooooooooooooo\right. \\ 110 | \left. ooooooooooooooooooooooooooog\ equation \right) 111 | \end{split} 112 | \end{equation} 113 | \end{lstlisting} 114 | 显示效果为: 115 | \begin{equation} 116 | \begin{split} 117 | %也可以使用align环境 118 | P = \left( \sum_{n=1}^{N}It\ is\ a\ looooooooooooooooooooooooooooooo\right. \\ 119 | \left. ooooooooooooooooooooooooooog\ equation \right) 120 | \end{split} 121 | \end{equation} 122 | 使用$\backslash$left(和$\backslash$right)等自适应定界符的好处是能够自动确定定界符的尺寸发小,但是这种方法可能出现如上面公式所示的情况:即虽然成功拆分了公式,但是两行的括号大小出现不一致的情况。所以对于这种情况,可以使用下面的方法来解决。\\ 123 | \textbf{2.使用规定大小的定界符来辅助拆分}\\ 124 | 使用$\backslash$big,$\backslash$Big,$\backslash$bigg,$\backslash$Bigg等标签来辅助拆分,例如 125 | % \begin{equation} 126 | % \begin{split} 127 | \begin{lstlisting}[language={tex}, caption={}] 128 | \begin{equation} 129 | \begin{split} 130 | %也可以使用align环境 131 | P = \Bigg( \sum_{n=1}^{N}It\ is\ a\ looooooooooooooooooooooooooooooo \\ 132 | ooooooooooooooooooooooooooog\ equation \Bigg) 133 | \end{split} 134 | \end{equation} 135 | \end{lstlisting} 136 | \begin{equation} 137 | \begin{split} 138 | %也可以使用align环境 139 | P = \Bigg( \sum_{n=1}^{N}It\ is\ a\ looooooooooooooooooooooooooooooo \\ 140 | ooooooooooooooooooooooooooog\ equation \Bigg) 141 | \end{split} 142 | \end{equation} 143 | 144 | \section{如何引用公式} 145 | 添加$\backslash$label{},即 146 | \begin{lstlisting}[language={tex}, caption={添加公式标签}] 147 | \begin{equation} 148 | \label{equ:示例公式标签} 149 | A(n) = e^{4j\pi \mu n^2/N} 150 | \end{equation} 151 | \end{lstlisting} 152 | \begin{equation} 153 | \label{equ:示例公式标签} 154 | A(n) = e^{4j\pi \mu n^2/N} 155 | \end{equation} 156 | 在引用处调用\textbf{$\backslash$ref\{equ:示例公式标签\}}即可$\to$\ref{equ:示例公式标签} 157 | \section{如何插入大尺寸括号} 158 | \label{sec:如何插入大尺寸括号} 159 | 在latex下编辑公式时,经常会用到各种括号。如果直接输入括号(花括号需要进行转义),其大小是固定的,如果公式的高度比较大,就会显得很不协调。另外,在括号中换行的话有可能会导致两行的左右括号大小不一致,影响美观。 160 | 161 | \textbf{方法一:使用$\backslash$left 和 $\backslash$right}\\ 162 | $\backslash$left 放在左边括号前面,$\backslash$ight 放在右边括号前面,需要配对使用。该方法能自动控制不同层次括号的大小。 163 | 需要注意的是在对单括号使用 $\backslash$left和 $\backslash$right命令时,也需要配对使用,没有括号的一端要加点。 164 | 比如对左括号进行操作,命令如下: 165 | 166 | $\backslash$left[.........$\backslash$right. 167 | 168 | \textbf{方法二使用$\backslash$big 系列标签}\\ 169 | 该系列标签包括$\backslash$big,$\backslash$Big,$\backslash$bigg,$\backslash$Bigg。按着顺序,它们控制的括号不断变大。不需要成对使用,可以单独控制半个括号 170 | 括号的大小由具体使用的标签控制,不能自动调整,所以需要注意匹配。例: 171 | 172 | $\backslash$big[............$\backslash$big] 173 | 174 | \noindent\fbox{$\bigstar$:\textbf{一般情况下使用$\backslash$left\ $\backslash$right 就足够了。特殊情况下,比如公式换行才需要用到$\backslash$big}} 175 | \section{自查重模式下如何关闭公式显示} 176 | 在模板BIT-thesis-LaTex中(使用BIT-thesis-grd-jdh.cls格式控制文件)可以使用$\backslash$insertEquation或者$\backslash$insertContents命令来实现。 177 | \begin{lstlisting}[language={tex}, caption={}] 178 | \insertEquation{ 179 | \begin{equation} 180 | ....... 181 | \end{equation} 182 | } 183 | \insertContents{ 184 | \begin{equation} 185 | ....... 186 | \end{equation} 187 | } 188 | \insertEquation{$E=mc^2$ 189 | \end{lstlisting} -------------------------------------------------------------------------------- /Helper_manual/HelperSection/figure_table.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {第4章\hspace {.3em}}图表的使用}{11}{chapter.4}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@writefile{toc}{\contentsline {section}{\numberline {4.1}插入图片}{11}{section.4.1}} 7 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.1.1}图片插入基本操作}{11}{subsection.4.1.1}} 8 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {4.1}插入图片示例}{11}{lstlisting.4.1}} 9 | \@writefile{lof}{\contentsline {figure}{\numberline {4.1}{\ignorespaces 这是标题\relax }}{11}{figure.caption.4}} 10 | \providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} 11 | \newlabel{fig:correlation_P1_P2}{{4.1}{11}{这是标题\relax }{figure.caption.4}{}} 12 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.1.2}插入多个子图}{11}{subsection.4.1.2}} 13 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {4.2}插入多个子图示例}{12}{lstlisting.4.2}} 14 | \newlabel{fig:OFDM_spectrum:a}{{4.2(a)}{12}{Subfigure 4 4.2(a)}{subfigure.4.2.1}{}} 15 | \newlabel{sub@fig:OFDM_spectrum:a}{{(a)}{12}{Subfigure 4 4.2(a)\relax }{subfigure.4.2.1}{}} 16 | \newlabel{fig:OFDM_spectrum:b}{{4.2(b)}{12}{Subfigure 4 4.2(b)}{subfigure.4.2.2}{}} 17 | \newlabel{sub@fig:OFDM_spectrum:b}{{(b)}{12}{Subfigure 4 4.2(b)\relax }{subfigure.4.2.2}{}} 18 | \@writefile{lof}{\contentsline {figure}{\numberline {4.2}{\ignorespaces 这是总的图标题\relax }}{12}{figure.caption.5}} 19 | \newlabel{fig:OFDM_spectrum}{{4.2}{12}{这是总的图标题\relax }{figure.caption.5}{}} 20 | \@writefile{lof}{\contentsline {subfigure}{\numberline{(a)}{\ignorespaces {这是第一个子图标题}}}{12}{figure.caption.5}} 21 | \@writefile{lof}{\contentsline {subfigure}{\numberline{(b)}{\ignorespaces {这是第二个子图标题}}}{12}{figure.caption.5}} 22 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.1.3}插图位置乱跑怎么办}{12}{subsection.4.1.3}} 23 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {4.3}设置图片位置示例}{12}{lstlisting.4.3}} 24 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.1.4}插图效果模糊不清晰}{13}{subsection.4.1.4}} 25 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.1.5}图片标题太长怎么办}{13}{subsection.4.1.5}} 26 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.1.6}自查重模式下如何关闭图片显示}{13}{subsection.4.1.6}} 27 | \@writefile{toc}{\contentsline {section}{\numberline {4.2}插入表格}{14}{section.4.2}} 28 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.2.1}表格制作}{14}{subsection.4.2.1}} 29 | \@writefile{lot}{\contentsline {table}{\numberline {4.1}{\ignorespaces 表格标题\relax }}{14}{table.caption.6}} 30 | \newlabel{表格引用标签}{{4.1}{14}{表格标题\relax }{table.caption.6}{}} 31 | \@writefile{lof}{\contentsline {figure}{\numberline {4.3}{\ignorespaces \relax }}{15}{figure.caption.7}} 32 | \newlabel{}{{4.3}{15}{\relax }{figure.caption.7}{}} 33 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.2.2}如何给表格添加脚注}{15}{subsection.4.2.2}} 34 | \@writefile{lot}{\contentsline {table}{\numberline {4.2}{\ignorespaces 表格标题\relax }}{15}{table.caption.8}} 35 | \newlabel{表格引用标签}{{\caption@xref {表格引用标签}{ on input line 157}}{15}{表格标题\relax }{table.caption.9}{}} 36 | \@writefile{toc}{\contentsline {subsection}{\numberline {4.2.3}自查重模式下如何关闭表格显示}{16}{subsection.4.2.3}} 37 | \@setckpt{HelperSection/figure_table}{ 38 | \setcounter{page}{17} 39 | \setcounter{equation}{0} 40 | \setcounter{enumi}{12} 41 | \setcounter{enumii}{0} 42 | \setcounter{enumiii}{0} 43 | \setcounter{enumiv}{0} 44 | \setcounter{footnote}{0} 45 | \setcounter{mpfootnote}{0} 46 | \setcounter{parentequation}{0} 47 | \setcounter{part}{0} 48 | \setcounter{chapter}{4} 49 | \setcounter{section}{2} 50 | \setcounter{subsection}{3} 51 | \setcounter{subsubsection}{0} 52 | \setcounter{paragraph}{0} 53 | \setcounter{subparagraph}{0} 54 | \setcounter{figure}{3} 55 | \setcounter{table}{2} 56 | \setcounter{algo}{0} 57 | \setcounter{thm}{0} 58 | \setcounter{defn}{0} 59 | \setcounter{conj}{0} 60 | \setcounter{exmp}{0} 61 | \setcounter{rem}{0} 62 | \setcounter{case}{0} 63 | \setcounter{subfigure}{0} 64 | \setcounter{lofdepth}{1} 65 | \setcounter{subtable}{0} 66 | \setcounter{lotdepth}{1} 67 | \setcounter{ContinuedFloat}{0} 68 | \setcounter{NAT@ctr}{0} 69 | \setcounter{lstnumber}{11} 70 | \setcounter{Item}{14} 71 | \setcounter{Hfootnote}{0} 72 | \setcounter{Hy@AnnotLevel}{0} 73 | \setcounter{bookmark@seq@number}{31} 74 | \setcounter{lstlisting}{3} 75 | \setcounter{section@level}{2} 76 | } 77 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/figure_table.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% abstract.tex for BIT Master Thesis 3 | %% Edited by Jian dahao 4 | %% version: 1.0 5 | %% last update: May 10th, 2019 6 | %%================================================== 7 | 8 | \chapter{图表的使用} 9 | \section{插入图片} 10 | \subsection{图片插入基本操作} 11 | \begin{lstlisting}[language={tex}, caption={插入图片示例}] 12 | \begin{figure} 13 | \centering % 设置为居中显示 14 | %这里指定图片宽度和图片存放路径 15 | \includegraphics[width=0.75\textwidth]{HelperSection/figures/correlation_P.pdf} 16 | \caption{这是标题}%添加图片标题 17 | \label{fig:figlabel}%设置文件标签,通过$\backslash$ref\{fig:figlabel\}引用 18 | \end{figure} 19 | \end{lstlisting} 20 | \begin{figure}[h] 21 | \centering 22 | \includegraphics[width=0.75\textwidth]{HelperSection/figures/correlation_P.pdf} 23 | \caption{这是标题}\label{fig:correlation_P1_P2} 24 | \end{figure} 25 | \subsection{插入多个子图} 26 | 主要通过$\backslash$subfigure完成子图的创建。改变图片的宽度(即width的值)即可实现图片的横排或者竖排效果。 27 | 28 | \begin{lstlisting}[language={tex}, caption={插入多个子图示例}] 29 | \begin{figure} 30 | \centering 31 | \subfigure[这是第一个子图标题]{ 32 | \label{fig:OFDM_spectrum:a} 33 | \includegraphics[width=0.48\textwidth]{HelperSection/figures/correlation_P.pdf}} 34 | \subfigure[这是第二个子图标题]{ 35 | \label{fig:OFDM_spectrum:b} 36 | \includegraphics[width=0.48\textwidth]{HelperSection/figures/correlation_P.pdf}} 37 | \caption{这是总的图标题} 38 | \label{fig:OFDM_spectrum} 39 | \end{figure} 40 | \end{lstlisting} 41 | \begin{figure}[h] 42 | \centering 43 | \subfigure[这是第一个子图标题]{%创建一个子图 44 | \label{fig:OFDM_spectrum:a}%设置文件标签,通过$\backslash$ref\{fig:OFDM_spectrum:a\}引用 45 | \includegraphics[width=0.48\textwidth]{HelperSection/figures/correlation_P.pdf}} 46 | \subfigure[这是第二个子图标题]{ 47 | \label{fig:OFDM_spectrum:b} 48 | \includegraphics[width=0.48\textwidth]{HelperSection/figures/correlation_P.pdf}} 49 | \caption{这是总的图标题} 50 | \label{fig:OFDM_spectrum} 51 | \end{figure} 52 | \subsection{插图位置乱跑怎么办} 53 | 默认情况下图片的位置会被自动安排在合适的地方,当需要自行设置图片位置时可以加入图片浮动格式设置。 54 | \vspace{-0.5cm} 55 | \begin{lstlisting}[language={tex}, caption={设置图片位置示例}] 56 | \begin{figure}[h]%[h] 指定将图片放置在当前位置(文中给出该图形环境的地方 57 | \centering 58 | \includegraphics[width=0.75\textwidth]{HelperSection/figures/correlation_P.pdf} 59 | \caption{这是标题} 60 | \label{fig:figlabel} 61 | \end{figure} 62 | \end{lstlisting} 63 | 类似的有: 64 | 65 | \noindent\fbox{\shortstack[l]{h:当前位置。将图形放置在正文文本中给出该图形环境的地方。如果本页所剩的页面不够,\\ \ \ \ \ 这一参数将不起作用\\ 66 | t:将图形放置在页面的顶部。\\ 67 | b:将图形放置在页面的底部。\\ 68 | p:浮动页。将图形放置在一只允许有浮动对象的页面上。}} 69 | 70 | 如果加入浮动格式设置后,还是没在预想的位置显示图片怎么办,这通常是由于当前位置剩余的空间偏小,无法放下一张图片。这时可以从以下几个方法去尝试:\\ 71 | \noindent{1.改变文本内容和图片定义的位置,给插图腾出足够的显示空间。\\} 72 | \noindent{2.改变段落与图片之间的间距,可以试图使用类似$\backslash$vspace\{-1cm\}这种形式减小间距。\\} 73 | \noindent{3.改变图片的大小,有两种:其一是消除图片多余的白边,其二是减小图片的width值。} 74 | 75 | \subsection{插图效果模糊不清晰} 76 | $\XeTeX$可以支持多种图片格式(PDF,EPS,PNG,JPG等),非矢量图片容易造成图片显示不佳,清晰度不高。所以比较推荐使用PDF、EPS等矢量格式,而矢量图中又比较推荐使用PDF格式的图片,因为方便对图片进行编辑和修改(使用Adobe DC可进行编辑)。 77 | \subsection{图片标题太长怎么办} 78 | % \begin{figure}[h] 79 | % \centering 80 | % \includegraphics[width=0.75\textwidth]{chapters/figures/correlation_P.pdf} 81 | % \caption{这是一个很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长的标题}\label{fig:correlation_P1_P2} 82 | % \end{figure} 83 | 感觉就是很难看,所以可以想办法让标题在合适的地方自动换行并居中。可以通过添加 84 | \begin{lstlisting}[language={tex}, caption={}] 85 | \usepackage[justification=centering]{caption} 86 | \end{lstlisting} 87 | 来实现,这个设置是全局设置。 88 | 89 | \subsection{自查重模式下如何关闭图片显示} 90 | 在模板BIT-thesis-LaTex中(使用BIT-thesis-grd-jdh.cls格式控制文件)可以使用$\backslash$insertFigure或者$\backslash$insertContents命令来实现。 91 | \begin{lstlisting}[language={tex}, caption={}] 92 | \insertFigure{ 93 | \begin{figure} 94 | ....... 95 | \end{figure} 96 | } 97 | \insertContents{ 98 | \begin{figure} 99 | ....... 100 | \end{figure} 101 | } 102 | \end{lstlisting} 103 | % \begin{figure}[h] 104 | % \centering 105 | % \label{fig:correlation_P1_P2} 106 | % % \captionstyle{\centering} 107 | % \includegraphics[width=0.75\textwidth]{chapters/figures/correlation_P.pdf} 108 | 109 | % \begin{minipage}{0.75\textwidth} 110 | % \caption{这是一个很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长} 111 | % \end{minipage} 112 | 113 | % \end{figure} 114 | \section{插入表格} 115 | \subsection{表格制作} 116 | LaTeX中插入的表格对应的代码就如下所示: 117 | \begin{lstlisting}[language={tex}, caption={}] 118 | \begin{table}[] 119 | \centering 120 | \caption{表格标题} 121 | \label{表格引用标签} 122 | \begin{tabular}{@{}ccccccc@{}} 123 | \toprule 124 | 算法 & Minn & Park & Ren & Fang & Shao & 改进算法\\ \midrule 125 | 时间($\mu s$) & 69.57 & 64.36 & 139.39 & 134.94 & 127.45 & 64.86 \\ \bottomrule 126 | \end{tabular} 127 | \end{table} 128 | \end{lstlisting} 129 | 对应的效果为: 130 | \begin{table}[h] 131 | \centering 132 | \caption{表格标题} 133 | \label{表格引用标签} 134 | \begin{tabular}{@{}ccccccc@{}} 135 | \toprule 136 | 算法 & Minn & Park & Ren & Fang & Shao & 改进算法\\ \midrule 137 | 时间($\mu s$) & 69.57 & 64.36 & 139.39 & 134.94 & 127.45 & 64.86 \\ \bottomrule 138 | \end{tabular} 139 | \end{table} 140 | 141 | 手动敲代码是不可能敲代码的,所以我找了一个清爽的表格编辑工具,这边推荐一个在线表格制作网站\url{http://www.tablesgenerator.com/}。 142 | \begin{figure}[h] 143 | \centering 144 | \includegraphics[width=1\textwidth]{HelperSection/figures/tableGenerator1.png} 145 | \caption{} 146 | \label{} 147 | \end{figure} 148 | 149 | 制作的表格尽量为三线表,编辑好表格后,确保选择为Booktabs table style,然后Generate,复制黏贴就可以了。 150 | 151 | \subsection{如何给表格添加脚注} 152 | 有时需要给表格添加脚注进行说明,例如: 153 | \begin{table}[h] 154 | \centering 155 | \caption{表格标题} 156 | \begin{threeparttable} 157 | \label{表格引用标签} 158 | \begin{tabular}{@{}ccccccc@{}} 159 | \toprule 160 | 算法 & Minn & Park & Ren & Fang & Shao & 改进算法\\ \midrule 161 | 时间($\mu s$) & 69.57 & 64.36 & 139.39 & 134.94 & 127.45 & 64.86 \\ \bottomrule 162 | \end{tabular} 163 | \begin{tablenotes} 164 | \footnotesize 165 | \item[] $N$是OFDM符号长度(不包括循环前缀),也即DFT点数 %此处加入注释信息 166 | \item[] $\theta$是滑动窗口起始抽样点%此处加入注释信息 167 | \end{tablenotes} 168 | \end{threeparttable} 169 | \end{table} 170 | 171 | 对应的代码为: 172 | \begin{lstlisting}[language={tex}, caption={}] 173 | \begin{table}[h] 174 | \centering 175 | \caption{表格标题} 176 | \begin{threeparttable} % 需要添加的部分 177 | \label{表格引用标签} 178 | \begin{tabular}{@{}ccccccc@{}} 179 | \toprule 180 | 算法 & Minn & Park & Ren & Fang & Shao & 改进算法\\ \midrule 181 | 时间($\mu s$) & 69.57 & 64.36 & 139.39 & 134.94 & 127.45 & 64.86 \\ \bottomrule 182 | \end{tabular} 183 | 184 | % 需要添加的部分 185 | \begin{tablenotes} 186 | \footnotesize 187 | \item[] $N$是OFDM符号长度(不包括循环前缀),也即DFT点数 %此处加入注释*信息 188 | \item[] $\theta$是滑动窗口起始抽样点%此处加入注释**信息 189 | \end{tablenotes} 190 | \end{threeparttable} % 需要添加的部分 191 | \end{table} 192 | \end{lstlisting} 193 | \subsection{自查重模式下如何关闭表格显示} 194 | 在模板BIT-thesis-LaTex中(使用BIT-thesis-grd-jdh.cls格式控制文件)可以使用$\backslash$insertTable或者$\backslash$insertContents命令来实现。 195 | \begin{lstlisting}[language={tex}, caption={}] 196 | \insertTable{ 197 | \begin{table} 198 | ....... 199 | \end{table} 200 | } 201 | \insertContents{ 202 | \begin{table} 203 | ....... 204 | \end{table} 205 | } 206 | \end{lstlisting} -------------------------------------------------------------------------------- /Helper_manual/HelperSection/figures/BIT.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/Helper_manual/HelperSection/figures/BIT.jpg -------------------------------------------------------------------------------- /Helper_manual/HelperSection/figures/copy_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/Helper_manual/HelperSection/figures/copy_type.jpg -------------------------------------------------------------------------------- /Helper_manual/HelperSection/figures/correlation_P.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/Helper_manual/HelperSection/figures/correlation_P.pdf -------------------------------------------------------------------------------- /Helper_manual/HelperSection/figures/mathtype_copy_type.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/Helper_manual/HelperSection/figures/mathtype_copy_type.jpg -------------------------------------------------------------------------------- /Helper_manual/HelperSection/figures/tableGenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/Helper_manual/HelperSection/figures/tableGenerator.png -------------------------------------------------------------------------------- /Helper_manual/HelperSection/figures/tableGenerator1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/Helper_manual/HelperSection/figures/tableGenerator1.png -------------------------------------------------------------------------------- /Helper_manual/HelperSection/notes.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {第6章\hspace {.3em}}撰写论文中的注意事项}{19}{chapter.6}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@setckpt{HelperSection/notes}{ 7 | \setcounter{page}{20} 8 | \setcounter{equation}{0} 9 | \setcounter{enumi}{7} 10 | \setcounter{enumii}{0} 11 | \setcounter{enumiii}{0} 12 | \setcounter{enumiv}{0} 13 | \setcounter{footnote}{0} 14 | \setcounter{mpfootnote}{0} 15 | \setcounter{parentequation}{0} 16 | \setcounter{part}{0} 17 | \setcounter{chapter}{6} 18 | \setcounter{section}{0} 19 | \setcounter{subsection}{0} 20 | \setcounter{subsubsection}{0} 21 | \setcounter{paragraph}{0} 22 | \setcounter{subparagraph}{0} 23 | \setcounter{figure}{0} 24 | \setcounter{table}{0} 25 | \setcounter{algo}{0} 26 | \setcounter{thm}{0} 27 | \setcounter{defn}{0} 28 | \setcounter{conj}{0} 29 | \setcounter{exmp}{0} 30 | \setcounter{rem}{0} 31 | \setcounter{case}{0} 32 | \setcounter{subfigure}{0} 33 | \setcounter{lofdepth}{1} 34 | \setcounter{subtable}{0} 35 | \setcounter{lotdepth}{1} 36 | \setcounter{ContinuedFloat}{0} 37 | \setcounter{NAT@ctr}{0} 38 | \setcounter{lstnumber}{10} 39 | \setcounter{Item}{21} 40 | \setcounter{Hfootnote}{0} 41 | \setcounter{Hy@AnnotLevel}{0} 42 | \setcounter{bookmark@seq@number}{36} 43 | \setcounter{lstlisting}{0} 44 | \setcounter{section@level}{1} 45 | } 46 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/notes.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% abstract.tex for BIT Master Thesis 3 | %% Edited by Jian dahao 4 | %% version: 1.0 5 | %% last update: May 10th, 2019 6 | %%================================================== 7 | 8 | \chapter{撰写论文中的注意事项} 9 | \begin{enumerate} 10 | \item{避免错别字} 11 | \item{数学公式中的括号大小尽可能与公式高度保持一致,并且括号的使用严格按照\{[()]\}的顺序使用} 12 | \item{图片的位置应该位于两个独立段落之间。} 13 | \item{数值与单位之间应该具有空格,如1 dB。} 14 | \item{公式定义处应该有冒号,例如定义公式如下\textbf{:}} 15 | \item{公式引用时应该加上括号,例如:如公式(2.1)可知。} 16 | \item{欢迎补充。。。。。。。。。} 17 | \end{enumerate} 18 | 19 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/preamble.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {第1章\hspace {.3em}}内容不多但一定要看的前言}{1}{chapter.1}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@setckpt{HelperSection/preamble}{ 7 | \setcounter{page}{2} 8 | \setcounter{equation}{0} 9 | \setcounter{enumi}{2} 10 | \setcounter{enumii}{0} 11 | \setcounter{enumiii}{0} 12 | \setcounter{enumiv}{0} 13 | \setcounter{footnote}{0} 14 | \setcounter{mpfootnote}{0} 15 | \setcounter{parentequation}{0} 16 | \setcounter{part}{0} 17 | \setcounter{chapter}{1} 18 | \setcounter{section}{0} 19 | \setcounter{subsection}{0} 20 | \setcounter{subsubsection}{0} 21 | \setcounter{paragraph}{0} 22 | \setcounter{subparagraph}{0} 23 | \setcounter{figure}{0} 24 | \setcounter{table}{0} 25 | \setcounter{algo}{0} 26 | \setcounter{thm}{0} 27 | \setcounter{defn}{0} 28 | \setcounter{conj}{0} 29 | \setcounter{exmp}{0} 30 | \setcounter{rem}{0} 31 | \setcounter{case}{0} 32 | \setcounter{subfigure}{0} 33 | \setcounter{lofdepth}{1} 34 | \setcounter{subtable}{0} 35 | \setcounter{lotdepth}{1} 36 | \setcounter{ContinuedFloat}{0} 37 | \setcounter{NAT@ctr}{0} 38 | \setcounter{lstnumber}{1} 39 | \setcounter{Item}{2} 40 | \setcounter{Hfootnote}{0} 41 | \setcounter{Hy@AnnotLevel}{0} 42 | \setcounter{bookmark@seq@number}{2} 43 | \setcounter{lstlisting}{0} 44 | \setcounter{section@level}{0} 45 | } 46 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/preamble.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% abstract.tex for BIT Master Thesis 3 | %% Edited by Jian dahao 4 | %% version: 1.0 5 | %% last update: May 10th, 2019 6 | %%================================================== 7 | \chapter{内容不多但一定要看的前言} 8 | \noindent{本文档内容主要包括:} 9 | \begin{enumerate} 10 | \item 模板BIT-thesis-LaTeX简介 11 | \item 使用LaTeX撰写论文过程中遇到的一些坑,以及对应的解决方法记录。 12 | \end{enumerate} 13 | 模板BIT-thesis-LaTeX仅仅是在官方模板(地址:\url{https://github.com/BIT-thesis/LaTeX-template})基础上进行更改,其使用方法与官方模板基本一致,所以务必先\textbf{重点参考官方模板中的BIT-Thesis使用指南手册v1.1说明文档},当碰到坑的时候再来该文档碰碰运气,万一这些坑该文档正好给填了呢。。。。该文档结合模板BIT-thesis-LaTeX讲解(项目地址:\url{https://github.com/jiandahao/BIT-thesis-LaTex})。 14 | \\ 15 | \\ 16 | \begin{center} 17 | {{\fbox{\fbox{\zihao{1}该文档仅供参考 \zihao{5}}}}} 18 | \end{center} -------------------------------------------------------------------------------- /Helper_manual/HelperSection/pub.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@setckpt{chapters/pub}{ 4 | \setcounter{page}{20} 5 | \setcounter{equation}{0} 6 | \setcounter{enumi}{7} 7 | \setcounter{enumii}{0} 8 | \setcounter{enumiii}{0} 9 | \setcounter{enumiv}{0} 10 | \setcounter{footnote}{0} 11 | \setcounter{mpfootnote}{0} 12 | \setcounter{parentequation}{0} 13 | \setcounter{part}{0} 14 | \setcounter{chapter}{6} 15 | \setcounter{section}{0} 16 | \setcounter{subsection}{0} 17 | \setcounter{subsubsection}{0} 18 | \setcounter{paragraph}{0} 19 | \setcounter{subparagraph}{0} 20 | \setcounter{figure}{0} 21 | \setcounter{table}{0} 22 | \setcounter{algo}{0} 23 | \setcounter{thm}{0} 24 | \setcounter{defn}{0} 25 | \setcounter{conj}{0} 26 | \setcounter{exmp}{0} 27 | \setcounter{rem}{0} 28 | \setcounter{case}{0} 29 | \setcounter{subfigure}{0} 30 | \setcounter{lofdepth}{1} 31 | \setcounter{subtable}{0} 32 | \setcounter{lotdepth}{1} 33 | \setcounter{ContinuedFloat}{0} 34 | \setcounter{NAT@ctr}{0} 35 | \setcounter{lstnumber}{10} 36 | \setcounter{Item}{21} 37 | \setcounter{Hfootnote}{0} 38 | \setcounter{Hy@AnnotLevel}{0} 39 | \setcounter{bookmark@seq@number}{36} 40 | \setcounter{lstlisting}{0} 41 | \setcounter{section@level}{1} 42 | } 43 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/reference.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {第5章\hspace {.3em}}参考文献的使用}{17}{chapter.5}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@writefile{toc}{\contentsline {section}{\numberline {5.1}参考文献的管理}{17}{section.5.1}} 7 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {5.1}.bib条目示例}{17}{lstlisting.5.1}} 8 | \citation{JianDahao2018} 9 | \citation{JianDahao2018} 10 | \@writefile{toc}{\contentsline {section}{\numberline {5.2}参考文献的编译}{18}{section.5.2}} 11 | \@writefile{toc}{\contentsline {section}{\numberline {5.3}参考文献的引用}{18}{section.5.3}} 12 | \@setckpt{HelperSection/reference}{ 13 | \setcounter{page}{19} 14 | \setcounter{equation}{0} 15 | \setcounter{enumi}{12} 16 | \setcounter{enumii}{0} 17 | \setcounter{enumiii}{0} 18 | \setcounter{enumiv}{0} 19 | \setcounter{footnote}{0} 20 | \setcounter{mpfootnote}{0} 21 | \setcounter{parentequation}{0} 22 | \setcounter{part}{0} 23 | \setcounter{chapter}{5} 24 | \setcounter{section}{3} 25 | \setcounter{subsection}{0} 26 | \setcounter{subsubsection}{0} 27 | \setcounter{paragraph}{0} 28 | \setcounter{subparagraph}{0} 29 | \setcounter{figure}{0} 30 | \setcounter{table}{0} 31 | \setcounter{algo}{0} 32 | \setcounter{thm}{0} 33 | \setcounter{defn}{0} 34 | \setcounter{conj}{0} 35 | \setcounter{exmp}{0} 36 | \setcounter{rem}{0} 37 | \setcounter{case}{0} 38 | \setcounter{subfigure}{0} 39 | \setcounter{lofdepth}{1} 40 | \setcounter{subtable}{0} 41 | \setcounter{lotdepth}{1} 42 | \setcounter{ContinuedFloat}{0} 43 | \setcounter{NAT@ctr}{0} 44 | \setcounter{lstnumber}{10} 45 | \setcounter{Item}{14} 46 | \setcounter{Hfootnote}{0} 47 | \setcounter{Hy@AnnotLevel}{0} 48 | \setcounter{bookmark@seq@number}{35} 49 | \setcounter{lstlisting}{1} 50 | \setcounter{section@level}{1} 51 | } 52 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/reference.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% abstract.tex for BIT Master Thesis 3 | %% Edited by Jian dahao 4 | %% version: 1.0 5 | %% last update: May 10th, 2019 6 | %%================================================== 7 | \chapter{参考文献的使用} 8 | \section{参考文献的管理} 9 | 论文模板使用BibTeX 处理参考文献,BibTeX 是最为流行的参考文献 10 | 数据组织格式之一。它的出现让我们摆脱手写参考文献条目的麻烦。当然,使用者也 11 | 可以手动编参考文献item,直接插入文档中。但是,有BibTeX 帮助,处理起参考文 12 | 献更为简单。我们还可以通过参考文献格式的支持,让同一份BibTeX 数据库生成不 13 | 同格式的参考文献列表。 14 | 15 | 参考文献的具体内容就是reference 文件夹下的references.bib,参考文献的元数据(名 16 | 称、作者、出处等) 以一定的格式保存在这些纯文本文件中。.bib 文件也可以理解为参 17 | 考文献的‘‘数据库’’,正文中所有引用的参考文件条目都会从这些文件中‘‘析出’’。控 18 | 制参考文献条目‘‘表现形式”(格式) 的是.bst 文件。.bst 文件定义了参考文献风格,使 19 | 用不同的参考文献风格能将同一个参考文献条目输出成不同的格式。当然,一个文档 20 | 只能使用一个参考文献风格。按照学校要求,本模板使用的是国标GBT7714 风格的 21 | 参考文献。 22 | BibTeX 的工作过程是这样的:BibTeX 读取.aux(第一次运行latex 得到的) 查看参 23 | 考文献条目,然后到.bib 中找相关条目的信息,最后根据.bst 的格式要求将参考文献 24 | 条目格式化输出,写到.bbl 文件中。在运行latex 将.bbl 插入文档之前,可以用文本编辑器打开它,做一些小的修改。 25 | \begin{lstlisting}[language={tex}, caption={.bib条目示例}] 26 | @inproceedings{JianDahao2018, 27 | author = {Jian, Dahao and Wu, Haixia and Gao, Wei and Jiang, Rongkun}, 28 | year = {2018}, 29 | month = {09}, 30 | pages = {1-5}, 31 | booktitle = {2018 IEEE International Conference on Signal Processing, Communications and Computing (ICSPCC)}, 32 | title = {A Novel Timing Synchronization Method Based on CAZAC Sequence for OFDM Systems}, 33 | doi = {10.1109/ICSPCC.2018.8567818} 34 | } 35 | \end{lstlisting} 36 | .bib 数据库中的参考文献条目可以手动编写,也可以在google学术、百度学术等搜索中找到。注意要选择Bibtex格式。 37 | \section{参考文献的编译} 38 | bib文件与tex文件的编译时分开,需要用Bibtex先对bib文件进行编译,再编译tex。 39 | \\ 40 | \fbox{\color{blue}如果无法正确显示参考文献,需要多编译几次。} 41 | 42 | \section{参考文献的引用} 43 | 正文中引用参考文献时,用$\backslash$upcite\{key1,key2,key3...\} 可以产生“上标引用的参考文献”,如\upcite{JianDahao2018}。使用$\backslash$cite\{key1,key2,key3...\} 则可以产生水平引用的参考文献,例如\cite{JianDahao2018}。 44 | 如果要使用自查重模式时关闭引用标注的显示,在模板BIT-thesis-LaTex(使用BIT-thesis-grd-jdh.cls格式控制文件)中提供了$\backslash$nupcite和$\backslash$ncite可供使用(这两种命令在非自查重模式下,分别与$\backslash$upcite、$\backslash$cite等效)。 45 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/template_intro.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {第2章\hspace {.3em}}模板入门}{2}{chapter.2}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@writefile{toc}{\contentsline {section}{\numberline {2.1}模板结构初识}{2}{section.2.1}} 7 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {2.1}模板文件布局}{2}{lstlisting.2.1}} 8 | \@writefile{toc}{\contentsline {section}{\numberline {2.2}如何创建章节标题}{3}{section.2.2}} 9 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {2.2}章节创建命令}{3}{lstlisting.2.2}} 10 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {2.3}添加标签}{3}{lstlisting.2.3}} 11 | \@writefile{toc}{\contentsline {section}{\numberline {2.3}章节结构管理}{3}{section.2.3}} 12 | \@writefile{lol}{\contentsline {lstlisting}{\numberline {2.4}如何包含文件}{3}{lstlisting.2.4}} 13 | \@writefile{toc}{\contentsline {section}{\numberline {2.4}与官方模板的区别}{3}{section.2.4}} 14 | \newlabel{section:与官方模板的区别}{{2.4}{3}{与官方模板的区别}{section.2.4}{}} 15 | \@setckpt{HelperSection/template_intro}{ 16 | \setcounter{page}{5} 17 | \setcounter{equation}{0} 18 | \setcounter{enumi}{12} 19 | \setcounter{enumii}{0} 20 | \setcounter{enumiii}{0} 21 | \setcounter{enumiv}{0} 22 | \setcounter{footnote}{0} 23 | \setcounter{mpfootnote}{0} 24 | \setcounter{parentequation}{0} 25 | \setcounter{part}{0} 26 | \setcounter{chapter}{2} 27 | \setcounter{section}{4} 28 | \setcounter{subsection}{0} 29 | \setcounter{subsubsection}{0} 30 | \setcounter{paragraph}{0} 31 | \setcounter{subparagraph}{0} 32 | \setcounter{figure}{0} 33 | \setcounter{table}{0} 34 | \setcounter{algo}{0} 35 | \setcounter{thm}{0} 36 | \setcounter{defn}{0} 37 | \setcounter{conj}{0} 38 | \setcounter{exmp}{0} 39 | \setcounter{rem}{0} 40 | \setcounter{case}{0} 41 | \setcounter{subfigure}{0} 42 | \setcounter{lofdepth}{1} 43 | \setcounter{subtable}{0} 44 | \setcounter{lotdepth}{1} 45 | \setcounter{ContinuedFloat}{0} 46 | \setcounter{NAT@ctr}{0} 47 | \setcounter{lstnumber}{3} 48 | \setcounter{Item}{14} 49 | \setcounter{Hfootnote}{0} 50 | \setcounter{Hy@AnnotLevel}{0} 51 | \setcounter{bookmark@seq@number}{7} 52 | \setcounter{lstlisting}{4} 53 | \setcounter{section@level}{1} 54 | } 55 | -------------------------------------------------------------------------------- /Helper_manual/HelperSection/template_intro.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% abstract.tex for BIT Master Thesis 3 | %% Edited by Jian dahao 4 | %% version: 1.0 5 | %% last update: May 10th, 2019 6 | %%================================================== 7 | \chapter{模板入门} 8 | 重点查看官方模板中的BIT-Thesis使用指南v1.1手册。需要另外说明的是,为了更好的进行文章结构的管理,在章节文件夹中添加了chapter1文件夹用于演示对每一章节文件的组织。此外,新增了配置文件BIT-thesis-grd-jdh.cls,该配置控制文件是基于官方提供的BIT-thesis-grd.cls进行修改,具体区别参见第\ref{section:与官方模板的区别}一节。 9 | \section{模板结构初识} 10 | \begin{lstlisting}[language={tex}, caption={模板文件布局}] 11 | demo.tex 主控文件 12 | demo.pdf 生成的pdf文件 13 | BIT-thesis-grd.cls 官方提供的格式控制文件 14 | BIT-thesis-grd-jdh.cls 新增的格式控制文件,基于BIT-thesis-grd.cls修 15 | 改,模板默认使用该控制文件 16 | GBT7714-2005NLang 参考文献格式控制文件<写论文过程中基本不需要修 17 | 改,知道是什么就好了> 18 | chapters 章节文件夹 19 | abstract.tex 摘要 20 | chapter1 第一章文件夹 21 | chapter1.tex 第一章内容主文件 22 | chapter1_1.tex 第一章第一节 23 | chapter1_2.tex 第一章第二节 24 | figures 第一章图片存储文件夹 25 | conclusion.tex 总结 26 | pub.tex 攻读学位期间发表论文与研究成果清单 27 | app1.tex 附录A <无硬性要求,可不加> 28 | thanks.tex 致谢 29 | resume.tex 个人简历 30 | reference 参考文献管理文件夹 31 | references.bib Bibtex文件,记录参考文献条目 32 | BIT-thesis-run.bat Windows 编译脚本 33 | BIT-thesis-run.sh Linux 编译脚本 34 | \end{lstlisting} 35 | \section{如何创建章节标题} 36 | \begin{lstlisting}[language={tex}, caption={章节创建命令}] 37 | 创建新的章节 \chapter{新章节标题} 38 | 创建一级标题 \section{一级标题} 39 | 创建二级标题 \subsection{二级标题} 40 | 创建三级标题 \subsubsection{三级标题} ,模板中三级标题在正 41 | 文能正常显示,但不会在目录中显示 42 | \end{lstlisting} 43 | 具体使用参见模板工程。如果正文中需要对章节进行引用,则可以在章节标题之后添加$\backslash$label 44 | \begin{lstlisting}[language={tex}, caption={添加标签}] 45 | \chapter{新章节标题}\label{chapter:这是一章} 46 | \section{一级标题}\label{chapter:这是一节} 47 | 48 | 在文中的引用形式为\ref{chapter:这是一章} 49 | \end{lstlisting} 50 | \section{章节结构管理} 51 | 由于毕业论文篇幅较大,如果统统只写在一个文件里将非常不便于管理。可将各章节各小节分别写在独立的tex文件里,并且将图片、表格等也用文件夹进行管理。 52 | 53 | 在主控文件中通过$\backslash$include命令插入文件内容,在其他文件中应使用$\backslash$input命令完文件内容插入。具体请参考模板进行举一反三。 54 | \begin{lstlisting}[language={tex}, caption={如何包含文件}] 55 | demo.tex中: \include{chapters/chapter1/chapter1} 56 | 其他非顶层文件:\input{chapters/chapter1/chapter1_1} 57 | \end{lstlisting} 58 | 59 | \section{与官方模板的区别} 60 | \label{section:与官方模板的区别} 61 | 该模板基于官方v1.5版本修改,主要功能区别如下 62 | \begin{enumerate} 63 | \item 新增普通模式(normal)、自查重模式(selfSimilarCheck)和盲审模式(blindCheck)。提交学校的查重文件可以直接使用normal模式结果 64 | ;自查重模式主要用于关闭图片、公式等内容的显示,以减少文章字符数和降低PDF转word过程中出现的乱码,节省查重费用支出。应结合$\backslash$insertContents等系列命令使用。对于土豪此选项没有任何卵用。。。。。;盲审模式主要根据盲审文件格式要求,隐去了作者、导师、致谢等信息,更改发表论文的格式 65 | \item 增加$\backslash$makeVerticalenWords命令,修改英文单词树立排放时的显示效果。 66 | \item 增加书脊中作者姓名显示。 67 | \item 增加对mathptmx包的引用,修改公式字体为New Time Roman。 68 | \item{新增$\backslash$pubitem命令,用于显示学术成果。在盲审模式下该命令将会隐去作者信息。} 69 | \item{新增$\backslash$sayThanks命令,用于致谢。在盲审模式下该命令指定的致谢内容将不被显示。} 70 | \item{新增$\backslash$insertContents、$\backslash$insertFigure、$\backslash$insertTable、$\backslash$insertEquation系列指令,该指令用于自查重模式下选择性指定不显示的内容。} 71 | \item{新增$\backslash$ncite、$\backslash$nupcite、$\backslash$nref命令,自查重模式下将不显示} 72 | \item{修复了官方v1.5版本中文献引用标注显示的字号和颜色。} 73 | \item{目录中章节标题取消加粗显示} 74 | \item{打印中文信息的命令更改为$\backslash$makeChineseInfo} 75 | \item{修改英文信息中下划线的长度。} 76 | \end{enumerate} -------------------------------------------------------------------------------- /Helper_manual/HelperSection/thanks.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@setckpt{chapters/thanks}{ 4 | \setcounter{page}{20} 5 | \setcounter{equation}{0} 6 | \setcounter{enumi}{7} 7 | \setcounter{enumii}{0} 8 | \setcounter{enumiii}{0} 9 | \setcounter{enumiv}{0} 10 | \setcounter{footnote}{0} 11 | \setcounter{mpfootnote}{0} 12 | \setcounter{parentequation}{0} 13 | \setcounter{part}{0} 14 | \setcounter{chapter}{6} 15 | \setcounter{section}{0} 16 | \setcounter{subsection}{0} 17 | \setcounter{subsubsection}{0} 18 | \setcounter{paragraph}{0} 19 | \setcounter{subparagraph}{0} 20 | \setcounter{figure}{0} 21 | \setcounter{table}{0} 22 | \setcounter{algo}{0} 23 | \setcounter{thm}{0} 24 | \setcounter{defn}{0} 25 | \setcounter{conj}{0} 26 | \setcounter{exmp}{0} 27 | \setcounter{rem}{0} 28 | \setcounter{case}{0} 29 | \setcounter{subfigure}{0} 30 | \setcounter{lofdepth}{1} 31 | \setcounter{subtable}{0} 32 | \setcounter{lotdepth}{1} 33 | \setcounter{ContinuedFloat}{0} 34 | \setcounter{NAT@ctr}{0} 35 | \setcounter{lstnumber}{10} 36 | \setcounter{Item}{21} 37 | \setcounter{Hfootnote}{0} 38 | \setcounter{Hy@AnnotLevel}{0} 39 | \setcounter{bookmark@seq@number}{36} 40 | \setcounter{lstlisting}{0} 41 | \setcounter{section@level}{1} 42 | } 43 | -------------------------------------------------------------------------------- /Helper_manual/Helper_manual.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} 4 | \HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined 5 | \global\let\oldcontentsline\contentsline 6 | \gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} 7 | \global\let\oldnewlabel\newlabel 8 | \gdef\newlabel#1#2{\newlabelxx{#1}#2} 9 | \gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} 10 | \AtEndDocument{\ifx\hyper@anchor\@undefined 11 | \let\contentsline\oldcontentsline 12 | \let\newlabel\oldnewlabel 13 | \fi} 14 | \fi} 15 | \global\let\hyper@last\relax 16 | \gdef\HyperFirstAtBeginDocument#1{#1} 17 | \providecommand*\HyPL@Entry[1]{} 18 | \bibstyle{GBT7714-2005NLang} 19 | \HyPL@Entry{0<>} 20 | \@writefile{toc}{\hypersetup {hidelinks}} 21 | \@writefile{lot}{\hypersetup {hidelinks}} 22 | \@writefile{lof}{\hypersetup {hidelinks}} 23 | \HyPL@Entry{1<>} 24 | \@input{HelperSection/preamble.aux} 25 | \HyPL@Entry{3<>} 26 | \@input{HelperSection/template_intro.aux} 27 | \@input{HelperSection/equation.aux} 28 | \@input{HelperSection/figure_table.aux} 29 | \@input{HelperSection/reference.aux} 30 | \@input{HelperSection/notes.aux} 31 | \bibdata{references/references} 32 | \bibcite{JianDahao2018}{{1}{2018}{{Jian\ et~al.}}{{Jian, Wu, Gao, and Jiang}}} 33 | \@writefile{toc}{\contentsline {chapter}{参考文献}{20}{chapter*.10}} 34 | \ttl@finishall 35 | -------------------------------------------------------------------------------- /Helper_manual/Helper_manual.bbl: -------------------------------------------------------------------------------- 1 | \begin{thebibliography}{1} 2 | \providecommand{\natexlab}[1]{#1} 3 | \providecommand{\url}[1]{#1} 4 | \providecommand{\href}[2]{#2} 5 | \providecommand{\doi}[1]{DOI: \href{http://dx.doi.org/#1}{#1}} 6 | \expandafter\ifx\csname urlstyle\endcsname\relax\relax\else 7 | \urlstyle{same}\fi 8 | 9 | \bibitem[Jian\ et~al.(2018)Jian, Wu, Gao, and Jiang]{JianDahao2018} 10 | Jian D, Wu H, Gao W, et~al. 11 | \newblock \href{http://dx.doi.org/10.1109/ICSPCC.2018.8567818}{A novel timing 12 | synchronization method based on cazac sequence for ofdm 13 | systems}\allowbreak[C]. 14 | \newblock 2018 IEEE International Conference on Signal Processing, 15 | Communications and Computing (ICSPCC). 16 | \newblock 2018: 1--5. 17 | 18 | \end{thebibliography} 19 | -------------------------------------------------------------------------------- /Helper_manual/Helper_manual.blg: -------------------------------------------------------------------------------- 1 | This is BibTeX, Version 0.99d (TeX Live 2018/W32TeX) 2 | Capacity: max_strings=100000, hash_size=100000, hash_prime=85009 3 | The top-level auxiliary file: Helper_manual.aux 4 | The style file: GBT7714-2005NLang.bst 5 | A level-1 auxiliary file: HelperSection/preamble.aux 6 | A level-1 auxiliary file: HelperSection/template_intro.aux 7 | A level-1 auxiliary file: HelperSection/equation.aux 8 | A level-1 auxiliary file: HelperSection/figure_table.aux 9 | A level-1 auxiliary file: HelperSection/reference.aux 10 | A level-1 auxiliary file: HelperSection/notes.aux 11 | Database file #1: references/references.bib 12 | Reallocated wiz_functions (elt_size=4) to 6000 items from 3000. 13 | You've used 1 entry, 14 | 3354 wiz_defined-function locations, 15 | 774 strings with 6068 characters, 16 | and the built_in function-call counts, 3197 in all, are: 17 | = -- 50 18 | > -- 433 19 | < -- 282 20 | + -- 151 21 | - -- 8 22 | * -- 38 23 | := -- 374 24 | add.period$ -- 4 25 | call.type$ -- 1 26 | change.case$ -- 2 27 | chr.to.int$ -- 137 28 | cite$ -- 1 29 | duplicate$ -- 294 30 | empty$ -- 58 31 | format.name$ -- 8 32 | if$ -- 695 33 | int.to.chr$ -- 1 34 | int.to.str$ -- 2 35 | missing$ -- 0 36 | newline$ -- 15 37 | num.names$ -- 3 38 | pop$ -- 148 39 | preamble$ -- 1 40 | purify$ -- 1 41 | quote$ -- 0 42 | skip$ -- 296 43 | stack$ -- 0 44 | substring$ -- 153 45 | swap$ -- 2 46 | text.length$ -- 2 47 | text.prefix$ -- 0 48 | top$ -- 0 49 | type$ -- 9 50 | warning$ -- 0 51 | while$ -- 5 52 | width$ -- 0 53 | write$ -- 23 54 | -------------------------------------------------------------------------------- /Helper_manual/Helper_manual.out: -------------------------------------------------------------------------------- 1 | \BOOKMARK [0][-]{bittoc.0}{\376\377\166\356\137\125}{}% 1 2 | \BOOKMARK [0][-]{chapter.1}{\376\377\173\054\0001\172\340\000\040\000\040\121\205\133\271\116\015\131\032\117\106\116\000\133\232\211\201\167\013\166\204\122\115\212\000}{}% 2 3 | \BOOKMARK [0][-]{chapter.2}{\376\377\173\054\0002\172\340\000\040\000\040\152\041\147\177\121\145\225\350}{}% 3 4 | \BOOKMARK [1][-]{section.2.1}{\376\377\0002\000.\0001\000\040\152\041\147\177\176\323\147\204\122\035\213\306}{chapter.2}% 4 5 | \BOOKMARK [1][-]{section.2.2}{\376\377\0002\000.\0002\000\040\131\202\117\125\122\033\136\372\172\340\202\202\150\007\230\230}{chapter.2}% 5 6 | \BOOKMARK [1][-]{section.2.3}{\376\377\0002\000.\0003\000\040\172\340\202\202\176\323\147\204\173\241\164\006}{chapter.2}% 6 7 | \BOOKMARK [1][-]{section.2.4}{\376\377\0002\000.\0004\000\040\116\016\133\230\145\271\152\041\147\177\166\204\123\072\122\053}{chapter.2}% 7 8 | \BOOKMARK [0][-]{chapter.3}{\376\377\173\054\0003\172\340\000\040\000\040\145\160\133\146\121\154\137\017\117\177\165\050}{}% 8 9 | \BOOKMARK [1][-]{section.3.1}{\376\377\0003\000.\0001\000\040\121\154\137\017\177\026\217\221}{chapter.3}% 9 10 | \BOOKMARK [2][-]{subsection.3.1.1}{\376\377\0003\000.\0001\000.\0001\000\040\165\050\000M\000a\000t\000h\000T\000y\000p\000e\177\026\217\221}{section.3.1}% 10 11 | \BOOKMARK [2][-]{subsection.3.1.2}{\376\377\0003\000.\0001\000.\0002\000\040\165\050\127\050\176\277\135\345\121\167\177\026\217\221}{section.3.1}% 11 12 | \BOOKMARK [1][-]{section.3.2}{\376\377\0003\000.\0002\000\040\140\016\116\110\143\322\121\145\121\154\137\017}{chapter.3}% 12 13 | \BOOKMARK [1][-]{section.3.3}{\376\377\0003\000.\0003\000\040\121\154\137\017\143\142\210\114\116\016\215\350\230\165}{chapter.3}% 13 14 | \BOOKMARK [2][-]{subsection.3.3.1}{\376\377\0003\000.\0003\000.\0001\000\040\121\154\137\017\143\142\210\114\116\113\127\372\147\054\144\315\117\134}{section.3.3}% 14 15 | \BOOKMARK [2][-]{subsection.3.3.2}{\376\377\0003\000.\0003\000.\0002\000\040\121\154\137\017\140\363\143\142\210\114\123\310\215\350\230\165}{section.3.3}% 15 16 | \BOOKMARK [2][-]{subsection.3.3.3}{\376\377\0003\000.\0003\000.\0003\000\040\121\154\137\017\131\052\225\177\116\000\210\114\145\076\116\015\116\013}{section.3.3}% 16 17 | \BOOKMARK [1][-]{section.3.4}{\376\377\0003\000.\0004\000\040\131\202\117\125\137\025\165\050\121\154\137\017}{chapter.3}% 17 18 | \BOOKMARK [1][-]{section.3.5}{\376\377\0003\000.\0005\000\040\131\202\117\125\143\322\121\145\131\047\134\072\133\370\142\354\123\367}{chapter.3}% 18 19 | \BOOKMARK [1][-]{section.3.6}{\376\377\0003\000.\0006\000\040\201\352\147\345\221\315\152\041\137\017\116\013\131\202\117\125\121\163\225\355\121\154\137\017\146\076\171\072}{chapter.3}% 19 20 | \BOOKMARK [0][-]{chapter.4}{\376\377\173\054\0004\172\340\000\040\000\040\126\376\210\150\166\204\117\177\165\050}{}% 20 21 | \BOOKMARK [1][-]{section.4.1}{\376\377\0004\000.\0001\000\040\143\322\121\145\126\376\162\107}{chapter.4}% 21 22 | \BOOKMARK [2][-]{subsection.4.1.1}{\376\377\0004\000.\0001\000.\0001\000\040\126\376\162\107\143\322\121\145\127\372\147\054\144\315\117\134}{section.4.1}% 22 23 | \BOOKMARK [2][-]{subsection.4.1.2}{\376\377\0004\000.\0001\000.\0002\000\040\143\322\121\145\131\032\116\052\133\120\126\376}{section.4.1}% 23 24 | \BOOKMARK [2][-]{subsection.4.1.3}{\376\377\0004\000.\0001\000.\0003\000\040\143\322\126\376\117\115\177\156\116\161\215\321\140\016\116\110\122\236}{section.4.1}% 24 25 | \BOOKMARK [2][-]{subsection.4.1.4}{\376\377\0004\000.\0001\000.\0004\000\040\143\322\126\376\145\110\147\234\152\041\174\312\116\015\156\005\146\160}{section.4.1}% 25 26 | \BOOKMARK [2][-]{subsection.4.1.5}{\376\377\0004\000.\0001\000.\0005\000\040\126\376\162\107\150\007\230\230\131\052\225\177\140\016\116\110\122\236}{section.4.1}% 26 27 | \BOOKMARK [2][-]{subsection.4.1.6}{\376\377\0004\000.\0001\000.\0006\000\040\201\352\147\345\221\315\152\041\137\017\116\013\131\202\117\125\121\163\225\355\126\376\162\107\146\076\171\072}{section.4.1}% 27 28 | \BOOKMARK [1][-]{section.4.2}{\376\377\0004\000.\0002\000\040\143\322\121\145\210\150\150\074}{chapter.4}% 28 29 | \BOOKMARK [2][-]{subsection.4.2.1}{\376\377\0004\000.\0002\000.\0001\000\040\210\150\150\074\122\066\117\134}{section.4.2}% 29 30 | \BOOKMARK [2][-]{subsection.4.2.2}{\376\377\0004\000.\0002\000.\0002\000\040\131\202\117\125\176\331\210\150\150\074\155\373\122\240\201\032\154\350}{section.4.2}% 30 31 | \BOOKMARK [2][-]{subsection.4.2.3}{\376\377\0004\000.\0002\000.\0003\000\040\201\352\147\345\221\315\152\041\137\017\116\013\131\202\117\125\121\163\225\355\210\150\150\074\146\076\171\072}{section.4.2}% 31 32 | \BOOKMARK [0][-]{chapter.5}{\376\377\173\054\0005\172\340\000\040\000\040\123\302\200\003\145\207\163\056\166\204\117\177\165\050}{}% 32 33 | \BOOKMARK [1][-]{section.5.1}{\376\377\0005\000.\0001\000\040\123\302\200\003\145\207\163\056\166\204\173\241\164\006}{chapter.5}% 33 34 | \BOOKMARK [1][-]{section.5.2}{\376\377\0005\000.\0002\000\040\123\302\200\003\145\207\163\056\166\204\177\026\213\321}{chapter.5}% 34 35 | \BOOKMARK [1][-]{section.5.3}{\376\377\0005\000.\0003\000\040\123\302\200\003\145\207\163\056\166\204\137\025\165\050}{chapter.5}% 35 36 | \BOOKMARK [0][-]{chapter.6}{\376\377\173\054\0006\172\340\000\040\000\040\144\260\121\231\213\272\145\207\116\055\166\204\154\350\141\017\116\213\230\171}{}% 36 37 | \BOOKMARK [0][-]{chapter*.10}{\376\377\123\302\200\003\145\207\163\056}{}% 37 38 | -------------------------------------------------------------------------------- /Helper_manual/Helper_manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/Helper_manual/Helper_manual.pdf -------------------------------------------------------------------------------- /Helper_manual/Helper_manual.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/Helper_manual/Helper_manual.synctex.gz -------------------------------------------------------------------------------- /Helper_manual/Helper_manual.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% demo.tex for BIT Thesis 3 | %% modified by yang yating 4 | %% version: 1.0 5 | %% last update: Sep. 1st, 2017 6 | %%================================================== 7 | 8 | % 默认单面打印 oneside 、硕士论文模板 master 9 | 10 | \documentclass[oneside, master,normal]{BIT-thesis-grd-jdh} 11 | %\usepackage{mathptmx} 12 | % \usepackage[justification=centering]{caption} 13 | % 打印选项: 双面打印 oneside;单面打印 twoside 14 | % 模板选项: 硕士论文 master; 博士论文 doctor 15 | \usepackage{listings} 16 | \begin{document} 17 | 18 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 19 | %% 封面 20 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 21 | 22 | % 中文封面内容(关注内容而不是表现形式) 23 | % \classification{TN914.3} 24 | % \UDC{540} 25 | 26 | \title{LaTeX论文写作填坑/拓展指南} 27 | \vtitle{LaTeX论文写作填坑/拓展指南} 28 | \author{JDH} 29 | 30 | \defenddate{2019年5月} 31 | 32 | % 封面绘制 33 | \maketitle 34 | 35 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 36 | %% 前置部分 37 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 38 | \frontmatter 39 | \allowdisplaybreaks 40 | 41 | % 加入目录 42 | \tableofcontents 43 | 44 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 45 | %% 正主体部分 46 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 47 | \mainmatter 48 | 49 | %% 各章正文内容 50 | %\include{chapters/WritingReference} 51 | \include{HelperSection/preamble} 52 | \include{HelperSection/template_intro} 53 | \include{HelperSection/equation} 54 | \include{HelperSection/figure_table} 55 | \include{HelperSection/reference} 56 | \include{HelperSection/notes} 57 | 58 | 59 | %(其后部分无编号) 60 | \backmatter 61 | 62 | 63 | \bibliography{references/references} 64 | \end{document} 65 | -------------------------------------------------------------------------------- /Helper_manual/Helper_manual.toc: -------------------------------------------------------------------------------- 1 | \hypersetup {hidelinks} 2 | \contentsline {chapter}{\numberline {第1章\hspace {.3em}}内容不多但一定要看的前言}{1}{chapter.1} 3 | \contentsline {chapter}{\numberline {第2章\hspace {.3em}}模板入门}{2}{chapter.2} 4 | \contentsline {section}{\numberline {2.1}模板结构初识}{2}{section.2.1} 5 | \contentsline {section}{\numberline {2.2}如何创建章节标题}{3}{section.2.2} 6 | \contentsline {section}{\numberline {2.3}章节结构管理}{3}{section.2.3} 7 | \contentsline {section}{\numberline {2.4}与官方模板的区别}{3}{section.2.4} 8 | \contentsline {chapter}{\numberline {第3章\hspace {.3em}}数学公式使用}{5}{chapter.3} 9 | \contentsline {section}{\numberline {3.1}公式编辑}{5}{section.3.1} 10 | \contentsline {subsection}{\numberline {3.1.1}用MathType编辑}{5}{subsection.3.1.1} 11 | \contentsline {subsection}{\numberline {3.1.2}用在线工具编辑}{6}{subsection.3.1.2} 12 | \contentsline {section}{\numberline {3.2}怎么插入公式}{6}{section.3.2} 13 | \contentsline {section}{\numberline {3.3}公式换行与跨页}{7}{section.3.3} 14 | \contentsline {subsection}{\numberline {3.3.1}公式换行之基本操作}{7}{subsection.3.3.1} 15 | \contentsline {subsection}{\numberline {3.3.2}公式想换行又跨页}{7}{subsection.3.3.2} 16 | \contentsline {subsection}{\numberline {3.3.3}公式太长一行放不下}{8}{subsection.3.3.3} 17 | \contentsline {section}{\numberline {3.4}如何引用公式}{9}{section.3.4} 18 | \contentsline {section}{\numberline {3.5}如何插入大尺寸括号}{9}{section.3.5} 19 | \contentsline {section}{\numberline {3.6}自查重模式下如何关闭公式显示}{10}{section.3.6} 20 | \contentsline {chapter}{\numberline {第4章\hspace {.3em}}图表的使用}{11}{chapter.4} 21 | \contentsline {section}{\numberline {4.1}插入图片}{11}{section.4.1} 22 | \contentsline {subsection}{\numberline {4.1.1}图片插入基本操作}{11}{subsection.4.1.1} 23 | \contentsline {subsection}{\numberline {4.1.2}插入多个子图}{11}{subsection.4.1.2} 24 | \contentsline {subsection}{\numberline {4.1.3}插图位置乱跑怎么办}{12}{subsection.4.1.3} 25 | \contentsline {subsection}{\numberline {4.1.4}插图效果模糊不清晰}{13}{subsection.4.1.4} 26 | \contentsline {subsection}{\numberline {4.1.5}图片标题太长怎么办}{13}{subsection.4.1.5} 27 | \contentsline {subsection}{\numberline {4.1.6}自查重模式下如何关闭图片显示}{13}{subsection.4.1.6} 28 | \contentsline {section}{\numberline {4.2}插入表格}{14}{section.4.2} 29 | \contentsline {subsection}{\numberline {4.2.1}表格制作}{14}{subsection.4.2.1} 30 | \contentsline {subsection}{\numberline {4.2.2}如何给表格添加脚注}{15}{subsection.4.2.2} 31 | \contentsline {subsection}{\numberline {4.2.3}自查重模式下如何关闭表格显示}{16}{subsection.4.2.3} 32 | \contentsline {chapter}{\numberline {第5章\hspace {.3em}}参考文献的使用}{17}{chapter.5} 33 | \contentsline {section}{\numberline {5.1}参考文献的管理}{17}{section.5.1} 34 | \contentsline {section}{\numberline {5.2}参考文献的编译}{18}{section.5.2} 35 | \contentsline {section}{\numberline {5.3}参考文献的引用}{18}{section.5.3} 36 | \contentsline {chapter}{\numberline {第6章\hspace {.3em}}撰写论文中的注意事项}{19}{chapter.6} 37 | \contentsline {chapter}{参考文献}{20}{chapter*.10} 38 | \contentsfinish 39 | -------------------------------------------------------------------------------- /Helper_manual/references/references.bib: -------------------------------------------------------------------------------- 1 | % Encoding: UTF-8 2 | @inproceedings{JianDahao2018, 3 | author = {Jian, Dahao and Wu, Haixia and Gao, Wei and Jiang, Rongkun}, 4 | year = {2018}, 5 | month = {09}, 6 | pages = {1-5}, 7 | booktitle = {2018 IEEE International Conference on Signal Processing, Communications and Computing (ICSPCC)}, 8 | title = {A Novel Timing Synchronization Method Based on CAZAC Sequence for OFDM Systems}, 9 | doi = {10.1109/ICSPCC.2018.8567818} 10 | } 11 | %==================第一章补充============================ 12 | @article{Tarokh2000On, 13 | title={On the computation and reduction of the peak-to-average power ratio in multicarrier communications}, 14 | author={Tarokh, V. and Jafarkhani, H.}, 15 | journal={IEEE Transactions on Communications}, 16 | volume={48}, 17 | number={1}, 18 | pages={37-44}, 19 | year={2000}, 20 | } 21 | @article{Friese2002, 22 | title={Multicarrier modulation with low peak-to-average power ratio}, 23 | author={Friese, M.}, 24 | journal={Electronics Letters}, 25 | volume={32}, 26 | number={8}, 27 | pages={713-714}, 28 | year={2002}, 29 | } 30 | @article{Daneshrad1997, 31 | title={Performance and implementation of clustered‐OFDM for wireless communications}, 32 | author={Daneshrad, Babak and Cimini, Leonard J. and Carloni, Manny and Sollenberger, Nelson}, 33 | journal={Mobile Networks and Applications}, 34 | volume={2}, 35 | number={4}, 36 | pages={305-314}, 37 | year={1997}, 38 | } 39 | @article{Jayalath2000, 40 | title={Reducing the peak-to-average power ratio of orthogonal frequency division multiplexing signal through bit or symbol interleaving}, 41 | author={Jayalath, A. D. S. and Tellambura, C.}, 42 | journal={Electronics Letters}, 43 | volume={36}, 44 | number={13}, 45 | pages={1161-1163}, 46 | year={2000}, 47 | } 48 | @inproceedings{Vasudevan2008, 49 | title={Synchronization of bursty offset QPSK signals in the presence of frequency offset and noise}, 50 | author={Vasudevan, K.}, 51 | booktitle={Tencon IEEE Region 10 Conference}, 52 | pages={1-6}, 53 | year={2008}, 54 | } 55 | @article{Vasudevan2012, 56 | title={Iterative detection of turbo-coded offset QPSK in the presence of frequency and clock offsets and AWGN}, 57 | author={Vasudevan, K.}, 58 | journal={Signal Image and Video Processing}, 59 | volume={6}, 60 | number={4}, 61 | pages={557-567}, 62 | year={2012}, 63 | } 64 | @inproceedings{Vasudevan2013, 65 | title={Coherent detection of turbo coded OFDM signals transmitted through frequency selective Rayleigh fading channels}, 66 | author={Vasudevan, K.}, 67 | booktitle={IEEE International Conference on Signal Processing}, 68 | pages={1-6}, 69 | year={2013}, 70 | } 71 | @article{Hirosaki2003An, 72 | title={An Orthogonally Multiplexed QAM System Using Discrete Fourier Transform}, 73 | author={Hirosaki, Botaro}, 74 | journal={IEEE Transactions on Communications}, 75 | volume={29}, 76 | number={7}, 77 | pages={982-989}, 78 | year={2003}, 79 | } 80 | @inproceedings{Govil2007, 81 | author={J. {Govil} and J. {Govil}}, 82 | booktitle={2007 International Conference on Convergence Information Technology (ICCIT 2007)}, 83 | title={4G Mobile Communication Systems: Turns, Trends and Transition}, 84 | year={2007}, 85 | pages={13-18}, 86 | month={Nov}, 87 | } 88 | @inproceedings{DaeSoon2006, 89 | author={Dae Soon Cho and Hyeong-Jun Park}, 90 | booktitle={2006 IEEE 63rd Vehicular Technology Conference}, 91 | title={Implementation of an improved clock frequency offset compensator for 4G OFDM System at ETRI}, 92 | year={2006}, 93 | volume={1}, 94 | number={}, 95 | pages={192-195}, 96 | month={May}, 97 | } 98 | @inproceedings{Chen2004Comparison, 99 | title={Comparison of integer frequency offset estimators for OFDM systems}, 100 | author={Chen, Chen and Li, Jiandong and Zhao, Linjing}, 101 | booktitle={IEEE Global Telecommunications Conference}, 102 | year={2004}, 103 | pages={2371-2375 Vol.4}, 104 | month={Nov}, 105 | } 106 | @article{Toumpakaris2009, 107 | author={D. {Toumpakaris} and J. {Lee} and H. {Lou}}, 108 | journal={IEEE Transactions on Broadcasting}, 109 | title={Estimation of Integer Carrier Frequency Offset in OFDM Systems Based on the Maximum Likelihood Principle}, 110 | year={2009}, 111 | volume={55}, 112 | number={1}, 113 | pages={95-108}, 114 | month={March}, 115 | } 116 | @article{Sari1995Transmission, 117 | title={Transmission techniques for digital terrestrial TV broadcasting}, 118 | author={Sari, H and Karam, G and Jeanclaude, I}, 119 | journal={Communications Magazine IEEE}, 120 | volume={33}, 121 | number={2}, 122 | pages={100-109}, 123 | year={1995}, 124 | } 125 | @article{Ai2006On, 126 | title={On the Synchronization Techniques for Wireless OFDM Systems}, 127 | author={Ai, Bo and Yang, Zhi Xing and Pan, Chang Yong and Ge, Jian Hua and Wang, Yong and Lu, Zhen}, 128 | journal={IEEE Transactions on Broadcasting}, 129 | volume={52}, 130 | number={2}, 131 | pages={236-244}, 132 | year={2006}, 133 | } 134 | @article{Lee1997A, 135 | title={A new symbol timing recovery algorithm for OFDM systems}, 136 | author={Lee, Donghoon and Cheun, Kyungwhoon}, 137 | journal={IEEE Trans.consum.electr}, 138 | volume={43}, 139 | number={3}, 140 | pages={767-775}, 141 | year={1997}, 142 | } 143 | @article{Kim1998A, 144 | title={A new fast symbol timing recovery algorithm for OFDM systems}, 145 | author={Kim, Yong Jung and Han, Dong Seong and Kim, Ki Bum}, 146 | journal={IEEE Transactions on Consumer Electronics}, 147 | volume={44}, 148 | number={3}, 149 | pages={1134-1141}, 150 | year={1998}, 151 | } 152 | @INPROCEEDINGS{Batariere2004, 153 | author={M. {Batariere} and K. {Baum} and T. P. {Krauss}}, 154 | booktitle={IEEE 60th Vehicular Technology Conference, 2004. VTC2004-Fall. 2004}, 155 | title={Cyclic prefix length analysis for 4G OFDM systems}, 156 | year={2004}, 157 | volume={1}, 158 | number={}, 159 | pages={543-547 Vol. 1}, 160 | month={Sep.}, 161 | } 162 | %=================频偏估计================================= 163 | @article{Chen2004, 164 | title={Maximum likelihood method for integer frequency offset estimation of OFDM systems}, 165 | author={Chen, C. and Li, J.}, 166 | journal={Electronics Letters}, 167 | volume={40}, 168 | number={13}, 169 | pages={813-814}, 170 | year={2004}, 171 | } 172 | 173 | @article{ZhouLu2007Further, 174 | title={Further Results on the Maximum-Likelihood IFO Estimation for OFDM Systems}, 175 | author={Lu, Z. Zhuo and Zhao, L. Linjing and Li, J. Jiandong}, 176 | journal={IEEE Transactions on Consumer Electronics}, 177 | volume={53}, 178 | number={2}, 179 | pages={286-288}, 180 | year={2007}, 181 | } 182 | 183 | @article{ZhangJie2004Efficient, 184 | title={Efficient frequency offset resolution for OFDM systems based on ML principle}, 185 | author={Jie, Zhang and Liao, Guisheng and Wang, Jue}, 186 | journal={IEEE Transactions on Consumer Electronics}, 187 | volume={50}, 188 | number={3}, 189 | pages={799-806}, 190 | year={2004}, 191 | } 192 | 193 | @inproceedings{Lim2000An, 194 | title={An efficient carrier frequency offset estimation scheme for an OFDM system}, 195 | author={Lim, Young Seek and Lee, Jae Hong}, 196 | booktitle={Vehicular Technology Conference}, 197 | pages={1--5}, 198 | year={2000}, 199 | } 200 | 201 | @article{YHKim2001An, 202 | title={An efficient frequency offset estimator for OFDM systems and its performance characteristics}, 203 | author={Yun, Hee Kim and Song, Iickho and Yoon, Seokho and Park, So Ryoung}, 204 | journal={IEEE Transactions on Vehicular Technology}, 205 | volume={50}, 206 | number={5}, 207 | pages={1307-1312}, 208 | year={2001}, 209 | } 210 | 211 | @inproceedings{Park2002Robust, 212 | title={Robust integer frequency offset estimator with ambiguity of symbol timing offset for OFDM systems}, 213 | author={Park, Myonghee and Cho, Namshin and Cho, Jaehee and Hong, Daesik}, 214 | booktitle={IEEE Vehicular Technology Conference}, 215 | volume={4}, 216 | pages={2116--2120}, 217 | year={2002}, 218 | } 219 | 220 | @article{Morelli2008Integer, 221 | title={Integer frequency offset recovery in OFDM transmissions over selective channels}, 222 | author={Morelli, Michele and Moretti, Marco}, 223 | journal={IEEE Transactions on Wireless Communications}, 224 | volume={7}, 225 | number={12}, 226 | pages={5220-5226}, 227 | year={2008}, 228 | } 229 | 230 | @article{王思拨2017, 231 | title={基于训练序列的OFDM频率同步改进算法}, 232 | author={王思拨 and 马社祥 and 孟鑫 and 王俊峰}, 233 | journal={电子技术应用}, 234 | volume={43}, 235 | number={3}, 236 | pages={104-107}, 237 | year={2017}, 238 | } 239 | 240 | @inproceedings{Liu2010A, 241 | title={A robust frequency offset estimation scheme for OFDM systems}, 242 | author={Liu, Chun Guo and Li, Li Zhong and Zhang, Xiao Yong}, 243 | booktitle={Global Mobile Congress}, 244 | pages = {1--6}, 245 | year={2010}, 246 | } 247 | 248 | @inproceedings{BhowmickSoumitra2017, 249 | title = {Matched filter based integer frequency offset estimation in OFDM systems}, 250 | booktitle = {2017 4th International Conference on Signal Processing and Integrated Networks}, 251 | author = {Bhowmick, Soumitra and Vasudevan, Kasturi}, 252 | year = {2017}, 253 | pages = {442-447}, 254 | } 255 | % ========================= 256 | @inproceedings{muller1998optimality, 257 | title={On the optimality of metrics for coarse frame synchronization in OFDM: A comparison}, 258 | author={Muller-Weinfurtner, Stefan H}, 259 | booktitle={The Ninth IEEE International Symposium on Personal, Indoor and Mobile Radio Communications}, 260 | volume={2}, 261 | pages={533--537}, 262 | year={1998}, 263 | organization={IEEE} 264 | } 265 | 266 | %booktitle={2010 6th International Conference onWireless Communications Networking and Mobile Computing (WiCOM)}, 267 | @inproceedings{liu2010blind, 268 | title={Blind symbol synchronization for OFDM systems in multipath fading channels}, 269 | author={Liu, Xueyong and Pan, Ke and Zuo, Yong and Chen, Jie}, 270 | booktitle={International Conference onWireless Communications Networking and Mobile Computing (WiCOM)}, 271 | pages={1--4}, 272 | year={2010}, 273 | organization={IEEE} 274 | } 275 | 276 | @article{ma2009blind, 277 | title={Blind symbol synchronization based on cyclic prefix for OFDM systems}, 278 | author={Ma, Shaodan and Pan, Xinyue and Yang, Guang-Hua and Ng, Tung-Sang}, 279 | journal={IEEE Transactions on Vehicular Technology}, 280 | volume={58}, 281 | number={4}, 282 | pages={1746--1751}, 283 | year={2009}, 284 | publisher={IEEE} 285 | } 286 | 287 | @article{negi2002blind, 288 | title={Blind OFDM symbol synchronization in ISI channels}, 289 | author={Negi, Rohit and Cioffi, John M}, 290 | journal={IEEE Transactions on Communications}, 291 | volume={50}, 292 | number={9}, 293 | pages={1525--1534}, 294 | year={2002}, 295 | publisher={IEEE} 296 | } 297 | 298 | @article{landstrom2002symbol, 299 | title={Symbol time offset estimation in coherent OFDM systems}, 300 | author={Landstrom, Daniel and Wilson, Sarah Kate and Van de Beek, J-J and Odling, Per and Borjesson, Per Ola}, 301 | journal={IEEE Transactions on Communications}, 302 | volume={50}, 303 | number={4}, 304 | pages={545--549}, 305 | year={2002}, 306 | publisher={IEEE} 307 | } 308 | 309 | @article{sari1998orthogonal, 310 | title={Orthogonal frequency-division multiple access and its application to CATV networks}, 311 | author={Sari, Hikmet and Karam, Georges}, 312 | journal={Transactions on Emerging Telecommunications Technologies}, 313 | volume={9}, 314 | number={6}, 315 | pages={507--516}, 316 | year={1998}, 317 | publisher={Wiley Online Library} 318 | } 319 | 320 | @article{ieee2006draft, 321 | title={Draft amendment to standard for information technology-telecommunications and information exchange between systems-Local and metropolitan networks-specific requirements-Part 11: Wireless LAN medium access control and physical layer specifications: Enhancements for higher throughput}, 322 | author={IEEE802.11nWorkingGroup}, 323 | journal={IEEE P802.11n/D1.0}, 324 | year={2006} 325 | } 326 | 327 | @inproceedings{ayanoglu2001vofdm, 328 | title={VOFDM broadband wireless transmission and its advantages over single carrier modulation}, 329 | author={Ayanoglu, Ender and Jones, VK and Raleigh, Gregory G and Gardner, James and Gerlach, Derek and Toussi, Karim}, 330 | booktitle={Communications, 2001. ICC 2001. IEEE International Conference on}, 331 | volume={6}, 332 | pages={1660--1664}, 333 | year={2001}, 334 | organization={IEEE} 335 | } 336 | 337 | @article{etsi1996digital, 338 | title={Digital broadcasting systems for television, sound and data services; framing structure, channel coding and modulation for digital terrestrial television}, 339 | author={ETSI Normalization Committee and others}, 340 | journal={Norme ETSI, Sophia-Antipolis, France, Doc. pr ETS}, 341 | volume={300}, 342 | pages={744}, 343 | year={1996} 344 | } 345 | 346 | % phdthesis{tianye2007, 347 | % title={基于训练符号的 OFDM 同步技术研究}, 348 | % author={田野}, 349 | % year={2007}, 350 | % school={北京: 北京交通大学} 351 | % } 352 | %梁文娟. LTE系统下行同步算法的研究[D]. 西安科技大学, 2012. 353 | @phdthesis{liang2012, 354 | title={LTE系统下行同步算法的研究}, 355 | author={梁文娟}, 356 | year={2012}, 357 | school={西安科技大学} 358 | } 359 | 360 | @book{aibo2011, 361 | title={宽带无线通信 OFDM 系统同步技术}, 362 | author={艾渤 and 王劲涛 and 钟章队}, 363 | year={2011}, 364 | pages = {9--16}, 365 | publisher={人民邮电出版社} 366 | } 367 | 368 | @book{wangwenbo2007, 369 | title={宽带无线通信OFDM技术}, 370 | author={王文博 and 郑侃}, 371 | year={2007}, 372 | pages = {2--5}, 373 | publisher={国防工业出版社} 374 | } 375 | @book{zhanghaibing2006, 376 | title={正交频分复用的基本原理与关键技术}, 377 | author={张海滨 and 通信技术}, 378 | volume={1}, 379 | year={2006}, 380 | publisher={国防工业出版社} 381 | } 382 | 383 | @article{weinstein1971data, 384 | title={Data transmission by frequency-division multiplexing using the discrete Fourier transform}, 385 | author={Weinstein, S and Ebert, Paul}, 386 | journal={IEEE transactions on Communication Technology}, 387 | volume={19}, 388 | number={5}, 389 | pages={628--634}, 390 | year={1971}, 391 | publisher={IEEE} 392 | } 393 | 394 | @article{chang1966synthesis, 395 | title={Synthesis of Band-Limited Orthogonal Signals for Multichannel Data Transmission}, 396 | author={Chang, Robert W}, 397 | journal={Bell Labs Technical Journal}, 398 | volume={45}, 399 | number={10}, 400 | pages={1775--1796}, 401 | year={1966}, 402 | publisher={Wiley Online Library} 403 | } 404 | 405 | @article{ren2005synchronization, 406 | author = {Ren, Guangliang and Chang, Yilin and Zhang, Hui and Zhang, Huining}, 407 | title = {Synchronization method based on a new constant envelop preamble for OFDM systems}, 408 | journal = {IEEE Transactions on Broadcasting}, 409 | year = {2005}, 410 | volume = {51}, 411 | number = {1}, 412 | pages = {139--143}, 413 | file = {:训练序列\\[2005Ren]Synchronization method based on a new constant envelop preamble for OFDM systems.pdf:PDF}, 414 | publisher = {IEEE}, 415 | } 416 | 417 | @article{park2003novel, 418 | author = {Park, Byungjoon and Cheon, Hyunsoo and Kang, Changeon and Hong, Daesik}, 419 | title = {A novel timing estimation method for OFDM systems}, 420 | journal = {IEEE Communications letters}, 421 | year = {2003}, 422 | volume = {7}, 423 | number = {5}, 424 | pages = {239--241}, 425 | file = {:F\:\\OFDM参考论文\\训练序列\\经典算法\\park.pdf:PDF}, 426 | keywords = {rank2}, 427 | publisher = {IEEE}, 428 | } 429 | 430 | @article{minn2000timing, 431 | author = {Minn, Hlaing and Zeng, Mao and Bhargava, Vijay K}, 432 | title = {On timing offset estimation for OFDM systems}, 433 | journal = {IEEE Communications letters}, 434 | year = {2000}, 435 | volume = {4}, 436 | number = {7}, 437 | pages = {242--244}, 438 | file = {:F\:\\OFDM参考论文\\训练序列\\经典算法\\minn算法.pdf:PDF}, 439 | keywords = {rank2}, 440 | publisher = {IEEE}, 441 | } 442 | 443 | @article{schmidl1997robust, 444 | author = {Schmidl, Timothy M and Cox, Donald C}, 445 | title = {Robust frequency and timing synchronization for OFDM}, 446 | journal = {IEEE transactions on communications}, 447 | year = {1997}, 448 | volume = {45}, 449 | number = {12}, 450 | pages = {1613--1621}, 451 | file = {:F\:\\OFDM参考论文\\训练序列\\经典算法\\schmidl1997robust - Robust frequency and timing synchronization for OFDM.pdf:PDF}, 452 | keywords = {rank2}, 453 | publisher = {IEEE}, 454 | } 455 | 456 | @InProceedings{fang2012novel, 457 | author = {Fang, Yibo and Zhang, Zuotao and Liu, Guanghui}, 458 | title = {A novel synchronization algorithm based on CAZAC sequence for OFDM systems}, 459 | booktitle = {2012 8th International Conference on Wireless Communications, Networking and Mobile Computing (WiCOM)}, 460 | year = {2012}, 461 | pages = {1--4}, 462 | organization = {IEEE}, 463 | } 464 | 465 | @InProceedings{shao2014robust, 466 | author = {Shao, Huaizong and Li, Yang and Tan, Jiajia and Xu, Yuezhu and Liu, Guolian}, 467 | title = {Robust timing and frequency synchronization based on constant amplitude zero autocorrelation sequence for OFDM systems}, 468 | booktitle = {2014 IEEE International Conference on Communication Problem-Solving (ICCP)}, 469 | year = {2014}, 470 | pages = {14--17}, 471 | organization = {IEEE}, 472 | } 473 | 474 | @InProceedings{gul2012robust, 475 | author = {Gul, Malik Muhammad Usman and Lee, Sungeun and Ma, Xiaoli}, 476 | title = {Robust synchronization for OFDM employing Zadoff-Chu sequence}, 477 | booktitle = {2012 46th Annual Conference on Information Sciences and Systems (CISS)}, 478 | year = {2012}, 479 | pages = {1--6}, 480 | organization = {IEEE}, 481 | } 482 | 483 | @InProceedings{zhou2008preamble, 484 | author = {Zhou, En and Hou, Xiaolin and Zhang, Zhan and Kayama, Hidetoshi}, 485 | title = {A preamble structure and synchronization method based on central-symmetric sequence for OFDM systems}, 486 | booktitle = {Vehicular Technology Conference}, 487 | year = {2008}, 488 | pages = {1478--1482}, 489 | organization = {IEEE}, 490 | } 491 | 492 | @Article{yi2008novel, 493 | author = {Yi, Guo and Gang, Liu and Jianhua, Ge}, 494 | title = {A novel time and frequency synchronization scheme for OFDM systems}, 495 | journal = {IEEE Transactions on Consumer Electronics}, 496 | year = {2008}, 497 | volume = {54}, 498 | number = {2}, 499 | pages = {321--325}, 500 | publisher = {IEEE}, 501 | } 502 | 503 | @article{wang2012novel, 504 | title={A novel synchronization algorithm for OFDM systems with weighted CAZAC sequence}, 505 | author={Wang, Han and Zhu, Leiji and Shi, Yusong and Xing, Tao and Wang, Yingguan}, 506 | journal={Journal of Computational Information Systems}, 507 | volume={8}, 508 | number={6}, 509 | pages={2275--2283}, 510 | year={2012} 511 | } 512 | 513 | @article{moose1994technique, 514 | title={A technique for orthogonal frequency division multiplexing frequency offset correction}, 515 | author={Moose, Paul H}, 516 | journal={IEEE Transactions on communications}, 517 | volume={42}, 518 | number={10}, 519 | pages={2908--2914}, 520 | year={1994}, 521 | publisher={IEEE} 522 | } 523 | 524 | @article{van1997ml, 525 | title={ML estimation of time and frequency offset in OFDM systems}, 526 | author={Van de Beek, Jan-Jaap and Sandell, Magnus and Borjesson, Per Ola}, 527 | journal={IEEE transactions on signal processing}, 528 | volume={45}, 529 | number={7}, 530 | pages={1800--1805}, 531 | year={1997}, 532 | publisher={IEEE} 533 | } 534 | 535 | @inproceedings{Beek1995Low, 536 | title={Low-Complex Frame Synchronization in OFDM Systems}, 537 | author={Beek, Jan Jaap Van De and Magnus, S and Isaksson, Mikael and Brrjesson, Per Ola and Sandell, Magnus}, 538 | booktitle={IEEE International Conference on Universal Personal Communications}, 539 | pages={982--986}, 540 | year={1995}, 541 | } 542 | 543 | @inproceedings{kim1999fast, 544 | title={A fast burst synchronization for OFDM based wireless asynchronous transfer mode systems}, 545 | author={Kim, Taekwan and Cho, Namshin and Cho, Jaehee and Bang, Keukjoon and Kim, Kwangchul and Park, Hyunchoil and Hong, Daesik}, 546 | booktitle={Global Telecommunications Conference}, 547 | volume={1}, 548 | pages={543--547}, 549 | year={1999}, 550 | organization={IEEE} 551 | } 552 | 553 | @article{pollet1995ber, 554 | title={BER sensitivity of OFDM systems to carrier frequency offset and Wiener phase noise}, 555 | author={Pollet, Thierry and Van Bladel, Mark and Moeneclaey, Marc}, 556 | journal={IEEE Transactions on communications}, 557 | volume={43}, 558 | number={234}, 559 | pages={191--193}, 560 | year={1995}, 561 | publisher={IEEE} 562 | } 563 | 564 | @article{omomukuyo2015joint, 565 | title={Joint timing and frequency synchronization based on weighted CAZAC sequences for reduced-guard-interval CO-OFDM systems}, 566 | author={Omomukuyo, Oluyemi and Chang, Deyuan and Zhu, Jingwen and Dobre, Octavia and Venkatesan, Ramachandran and Ngatched, Telex and Rumbolt, Chuck}, 567 | journal={Optics express}, 568 | volume={23}, 569 | number={5}, 570 | pages={5777--5788}, 571 | year={2015}, 572 | publisher={Optical Society of America} 573 | } 574 | 575 | @inproceedings{peled1980frequency, 576 | title={Frequency domain data transmission using reduced computational complexity algorithms}, 577 | author={Peled, Abraham and Ruiz, Antonio}, 578 | booktitle={Acoustics, Speech, and Signal Processing, IEEE International Conference on ICASSP'80.}, 579 | volume={5}, 580 | pages={964--967}, 581 | year={1980}, 582 | organization={IEEE} 583 | } 584 | 585 | @inproceedings{Rapp1991ESASP, 586 | author = {{Rapp}, C.}, 587 | title = {Effects of HPA-nonlinearity on a 4-DPSK/OFDM-signal for a digital sound broadcasting signal}, 588 | booktitle = {Second European Conference on Satellite Communications}, 589 | year = 1991, 590 | volume = 332, 591 | pages = {179-184}, 592 | month = oct, 593 | } 594 | @Article{Webb1995Variable, 595 | author = {Webb, W. T and Steele, R}, 596 | title = {Variable rate QAM for mobile radio}, 597 | journal = {IEEE Trans Commun}, 598 | year = {1995}, 599 | volume = {43}, 600 | number = {7}, 601 | pages = {2223-2230}, 602 | } 603 | 604 | @inproceedings{Rohling1997Performance, 605 | title={Performance comparison of different multiple access schemes for the downlink of an OFDM communication system}, 606 | author={Rohling, Hermann and Gruneid, R.}, 607 | booktitle={Vehicular Technology Conference}, 608 | volume = {3}, 609 | pages={1365-1369}, 610 | year={1997}, 611 | } 612 | 613 | 614 | @inproceedings{Wei2010Carrier, 615 | title={Carrier Frequency Offset Estimation Using PN Sequence Iteration in OFDM Systems}, 616 | author={Wei, Jianghua and Yuan, Liu}, 617 | booktitle={Second International Conference on Networks Security}, 618 | pages = {405--409}, 619 | year={2010}, 620 | } 621 | @Comment{jabref-meta: databaseType:bibtex;} -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 jiandahao 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # BIT-thesis-LaTex 2 | LaTeX Template for BIT thesis 3 | 4 | LaTeX 论文写作填坑/拓展指南 & 模板简介可参考Helper_manual/Helper_manual.pdf,**欢迎补充完善**。。。该模板基于项目修改,以下模板使用说明也基于该项目README.md。 5 | 6 | ### [环境安装与配置](https://github.com/BIT-thesis/LaTeX-template) 7 | - windows、linux用户推荐安装TeX Live套装,并更新宏包。[北理工TeX Live镜像](http://mirror.bit.edu.cn/CTAN/systems/texlive/Images/) 8 | - OSX用户推荐安装Mac TeX。[北理工Mac TeX镜像](http://mirror.bit.edu.cn/CTAN/systems/mac/mactex/) 9 | - 由于CTeX套装所含宏包比较陈旧,可能会导致编译无法通过,故不推荐安装。如果已安装CTeX,建议将其卸除。 10 | - 鉴于Texlive安装包过大和跨版本更新不支持,喜欢折腾的,可以安装MikTex,目前全平台支持,具体下载和安装方法可以参考[MiKTeX安装](https://miktex.org/) 11 | ### 使用方式 12 | 下载文件后,Windows 系统请点击运行 `BIT-thesis-run.bat` 脚本,Linux 系统以及 mac OS 系统请点击运行 `BIT-thesis-run.sh` 脚本。脚本会自动运行生成文档 `demo.pdf`。 13 | 若使用**硕士**论文模板,请在`demo.tex`中`\documentclass`命令采用`master`选项;若使用**博士**论文模板,请使用`doctor`选项。 14 | ``` 15 | \documentclass[oneside, master, normal]{BIT-thesis-grd-jdh} %硕士模板 16 | \documentclass[oneside, doctor, normal]{BIT-thesis-grd-jdh} %博士模板 17 | ``` 18 | - 模板选项: 硕士论文 master; 博士论文 doctor 19 | - 编译模式:正常模式(normal);自查重模式(selfSimilarCheck);盲审模式(blindCheck) 20 | 21 | (1)提交学校的查重文件可以直接使用normal模式结果; 22 | 23 | (2)自查重模式主要用于关闭图片、公式等内容的显示,以减少文章字符数和降低PDF转word过程中出现的乱码,节省查重费用支出。应结合\insertcontents系列命令使用。对于土豪此选项没有任何卵用。。。。。; 24 | 25 | (3)盲审模式主要根据盲审文件格式要求,隐去了作者、导师、致谢等信息,更改发表论文的格式。 26 | 27 | 所有.tex都采用**UTF-8**编码格式 28 | ### 通过 XeLaTeX 编译 29 | - 手动模式编译:完整的处理流程是: 30 | ``` 31 | xelatex -no-pdf --interaction=nonstopmode demo 32 | bibtex demo 33 | xelatex -no-pdf --interaction=nonstopmode demo 34 | xelatex --interaction=nonstopmode demo 35 | ``` 36 | - 编译器编译: 37 | 采用智能编辑器编译,必须设置默认的tex编译引擎为xelatex,具体可以在每个编辑器中的设置——编译器-Xelatex,推荐用编译器编译 38 | 39 | - 附加的编译方法:模版包含了latexmk设置文件,可以进行一体化编译。将命令行工作目录切换到项目文件夹下,执行 40 | ```bash 41 | latexmk 42 | ``` 43 | 命令即可自动调用相关程序进行编译,处理各种文件依赖并自动预览。执行`latexmk -c`命令清理所有缓存文件。也可以使用TeXstudio、Texmaker或WinEdt等编辑调用`latexmk`编译,请将编译引擎设置成latexmk。另外在Windows平台下使用MikTeX可能还需要安装Perl语言解释器 44 | 45 | `到文档最后成稿,只需要小改的时候,才推荐用批处理就行操作,不然很难定位错误。` 46 | 47 | ### 基于[源项目](https://github.com/BIT-thesis/LaTeX-template) 新增/修改的内容 48 | - 新增普通模式(normal)、自查重模式(selfSimilarCheck)和盲审模式(blindCheck)。提交学校的查重文件可以直接使用normal模式结果;自查重模式主要用于关闭图片、公式等内容的显示,以减少文章字符数和降低PDF转word过程中出现的乱码,节省查重费用支出,应结合\insertContents等系列命令使用,对于土豪此选项没有任何卵用。。。。。(仅供参考);盲审模式主要根据盲审文件格式要求,隐去了作者、导师、致谢等信息,更改发表论文的格式 49 | - 增加\makeVerticalenWords命令,修改英文单词树立排放时的显示效果。 50 | - 增加书脊中作者姓名显示。 51 | - 增加对mathptmx包的引用,修改公式字体为New Time Roman。 52 | - 新增\pubitem命令,用于显示学术成果。在盲审模式下该命令将会隐去作者信息。 53 | - 新增\sayThanks命令,用于致谢。在盲审模式下该命令指定的致谢内容将不被显示。 54 | - 新增\insertContents、\insertFigure、\insertTable、\insertEquation系列指令,该指令用于自查重模式下选择性指定不显示的内容。} 55 | - 新增\ncite、\nupcite、\nref命令,自查重模式下将不显示。 56 | - 修改了官方v1.5版本中文献引用标注显示的字号和颜色。 57 | - 目录中章节标题取消加粗显示。 58 | - 打印中文信息的命令更改为\makeChineseInfo,在盲审模式下不显示中英文个人信息。 59 | - 修改英文信息中下划线的长度。 60 | 61 | ### 对于想使用Vscode工具进行编写的朋友,可以参照以下方法 62 | - 下载安装VScode,搜索安装LaTeX WorkShop插件 63 | - 选择“文件-首选项-设置”进入设置界面,搜索“setting.json”打开,添加项目中“setting.json”文件内容 64 | - 使用VScode时,选择LATEX-COMMANDS-Build LaTeX project-Recipe:BIT_thesis,保存文档后编辑器会根据设置自动编译更新。 65 | 66 | ### 致谢 67 | 本模板基于[北京理工大学硕士(博士)学位论文LaTeX模板 BIT-Thesis v1.5](https://github.com/BIT-thesis/LaTeX-template)修改,感谢作者[Yang Yating](https://github.com/y-yating/), [Wang Wei](https://github.com/qiuzhu/)的贡献。 68 | -------------------------------------------------------------------------------- /chapters/abstract.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{摘要}{I}{chapter*.1}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@writefile{toc}{\contentsline {chapter}{Abstract}{II}{chapter*.2}} 7 | \@writefile{lof}{\addvspace {10.0pt}} 8 | \@writefile{lot}{\addvspace {10.0pt}} 9 | \@setckpt{chapters/abstract}{ 10 | \setcounter{page}{3} 11 | \setcounter{equation}{0} 12 | \setcounter{enumi}{0} 13 | \setcounter{enumii}{0} 14 | \setcounter{enumiii}{0} 15 | \setcounter{enumiv}{0} 16 | \setcounter{footnote}{0} 17 | \setcounter{mpfootnote}{0} 18 | \setcounter{parentequation}{0} 19 | \setcounter{part}{0} 20 | \setcounter{chapter}{0} 21 | \setcounter{section}{0} 22 | \setcounter{subsection}{0} 23 | \setcounter{subsubsection}{0} 24 | \setcounter{paragraph}{0} 25 | \setcounter{subparagraph}{0} 26 | \setcounter{figure}{0} 27 | \setcounter{table}{0} 28 | \setcounter{algo}{0} 29 | \setcounter{thm}{0} 30 | \setcounter{defn}{0} 31 | \setcounter{conj}{0} 32 | \setcounter{exmp}{0} 33 | \setcounter{rem}{0} 34 | \setcounter{case}{0} 35 | \setcounter{subfigure}{0} 36 | \setcounter{lofdepth}{1} 37 | \setcounter{subtable}{0} 38 | \setcounter{lotdepth}{1} 39 | \setcounter{ContinuedFloat}{0} 40 | \setcounter{NAT@ctr}{0} 41 | \setcounter{lstnumber}{1} 42 | \setcounter{Item}{0} 43 | \setcounter{Hfootnote}{0} 44 | \setcounter{Hy@AnnotLevel}{0} 45 | \setcounter{bookmark@seq@number}{3} 46 | \setcounter{lstlisting}{0} 47 | \setcounter{section@level}{0} 48 | } 49 | -------------------------------------------------------------------------------- /chapters/abstract.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% abstract.tex for BIT Master Thesis 3 | %% modified by yang yating 4 | %% version: 0.1 5 | %% last update: Dec 25th, 2016 6 | %%================================================== 7 | 8 | \begin{abstract} 9 | 本文……。({\color{blue}{摘要是一篇具有独立性和完整性的短文,应概括而扼要地反映出本论文的主要内容。包括研究目的、研究方法、研究结果和结论等,特别要突出研究结果和结论。中文摘要力求语言精炼准确,硕士学位论文摘要建议500$\sim$800字,博士学位论文建议1000$\sim$1200字。摘要中不可出现参考文献、图、表、化学结构式、非公知公用的符号和术语。英文摘要与中文摘要的内容应一致。}}) 10 | 11 | \keywords{形状记忆; 聚氨酯; 织物; 合成; 应用 ({\color{blue}{一般选3~8个单词或专业术语,且中英文关键词必须对应。})}} 12 | \end{abstract} 13 | 14 | \begin{englishabstract} 15 | 16 | In order to exploit ……. 17 | 18 | \englishkeywords{shape memory properties; polyurethane; textile; synthesis; application} 19 | 20 | \end{englishabstract} 21 | -------------------------------------------------------------------------------- /chapters/app1.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {附录 A\hspace {.3em}}***}{5}{appendix.A}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@setckpt{chapters/app1}{ 7 | \setcounter{page}{6} 8 | \setcounter{equation}{0} 9 | \setcounter{enumi}{0} 10 | \setcounter{enumii}{0} 11 | \setcounter{enumiii}{0} 12 | \setcounter{enumiv}{0} 13 | \setcounter{footnote}{0} 14 | \setcounter{mpfootnote}{0} 15 | \setcounter{parentequation}{0} 16 | \setcounter{part}{0} 17 | \setcounter{chapter}{1} 18 | \setcounter{section}{0} 19 | \setcounter{subsection}{0} 20 | \setcounter{subsubsection}{0} 21 | \setcounter{paragraph}{0} 22 | \setcounter{subparagraph}{0} 23 | \setcounter{figure}{0} 24 | \setcounter{table}{0} 25 | \setcounter{algo}{0} 26 | \setcounter{thm}{0} 27 | \setcounter{defn}{0} 28 | \setcounter{conj}{0} 29 | \setcounter{exmp}{0} 30 | \setcounter{rem}{0} 31 | \setcounter{case}{0} 32 | \setcounter{subfigure}{0} 33 | \setcounter{lofdepth}{1} 34 | \setcounter{subtable}{0} 35 | \setcounter{lotdepth}{1} 36 | \setcounter{ContinuedFloat}{0} 37 | \setcounter{NAT@ctr}{0} 38 | \setcounter{lstnumber}{19} 39 | \setcounter{Item}{0} 40 | \setcounter{Hfootnote}{0} 41 | \setcounter{Hy@AnnotLevel}{0} 42 | \setcounter{bookmark@seq@number}{14} 43 | \setcounter{lstlisting}{0} 44 | \setcounter{section@level}{2} 45 | } 46 | -------------------------------------------------------------------------------- /chapters/app1.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% app1.tex for BIT Master Thesis 3 | %% modified by yang yating 4 | %% version: 0.1 5 | %% last update: Dec 25th, 2016 6 | %%================================================== 7 | 8 | 9 | \chapter{***} 10 | 11 | 附录相关内容… 12 | -------------------------------------------------------------------------------- /chapters/app2.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {附录 B\hspace {.3em}}Maxwell Equations}{6}{appendix.B}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@setckpt{chapters/app2}{ 7 | \setcounter{page}{7} 8 | \setcounter{equation}{3} 9 | \setcounter{enumi}{0} 10 | \setcounter{enumii}{0} 11 | \setcounter{enumiii}{0} 12 | \setcounter{enumiv}{0} 13 | \setcounter{footnote}{0} 14 | \setcounter{mpfootnote}{0} 15 | \setcounter{parentequation}{2} 16 | \setcounter{part}{0} 17 | \setcounter{chapter}{2} 18 | \setcounter{section}{0} 19 | \setcounter{subsection}{0} 20 | \setcounter{subsubsection}{0} 21 | \setcounter{paragraph}{0} 22 | \setcounter{subparagraph}{0} 23 | \setcounter{figure}{0} 24 | \setcounter{table}{0} 25 | \setcounter{algo}{0} 26 | \setcounter{thm}{0} 27 | \setcounter{defn}{0} 28 | \setcounter{conj}{0} 29 | \setcounter{exmp}{0} 30 | \setcounter{rem}{0} 31 | \setcounter{case}{0} 32 | \setcounter{subfigure}{0} 33 | \setcounter{lofdepth}{1} 34 | \setcounter{subtable}{0} 35 | \setcounter{lotdepth}{1} 36 | \setcounter{ContinuedFloat}{0} 37 | \setcounter{NAT@ctr}{0} 38 | \setcounter{lstnumber}{19} 39 | \setcounter{Item}{0} 40 | \setcounter{Hfootnote}{0} 41 | \setcounter{Hy@AnnotLevel}{0} 42 | \setcounter{bookmark@seq@number}{15} 43 | \setcounter{lstlisting}{0} 44 | \setcounter{section@level}{2} 45 | } 46 | -------------------------------------------------------------------------------- /chapters/app2.tex: -------------------------------------------------------------------------------- 1 | 2 | \chapter{Maxwell Equations} 3 | 4 | 5 | 因为在柱坐标系下,$\overline{\overline\mu}$是对角的,所以Maxwell方程组中电场$\bf 6 | E$的旋度 7 | 8 | 所以$\bf H$的各个分量可以写为: 9 | \begin{subequations} 10 | \begin{eqnarray} 11 | H_r=\frac{1}{\mathbf{i}\omega\mu_r}\frac{1}{r}\frac{\partial 12 | E_z}{\partial\theta } \\ 13 | H_\theta=-\frac{1}{\mathbf{i}\omega\mu_\theta}\frac{\partial E_z}{\partial r} 14 | \end{eqnarray} 15 | \end{subequations} 16 | 同样地,在柱坐标系下,$\overline{\overline\epsilon}$是对角的,所以Maxwell方程组中磁场$\bf 17 | H$的旋度 18 | \begin{subequations} 19 | \begin{eqnarray} 20 | &&\nabla\times{\bf H}=-\mathbf{i}\omega{\bf D}\\ 21 | &&\left[\frac{1}{r}\frac{\partial}{\partial 22 | r}(rH_\theta)-\frac{1}{r}\frac{\partial 23 | H_r}{\partial\theta}\right]{\hat{\bf 24 | z}}=-\mathbf{i}\omega{\overline{\overline\epsilon}}{\bf 25 | E}=-\mathbf{i}\omega\epsilon_zE_z{\hat{\bf z}} \\ 26 | &&\frac{1}{r}\frac{\partial}{\partial 27 | r}(rH_\theta)-\frac{1}{r}\frac{\partial 28 | H_r}{\partial\theta}=-\mathbf{i}\omega\epsilon_zE_z 29 | \end{eqnarray} 30 | \end{subequations} 31 | 由此我们可以得到关于$E_z$的波函数方程: 32 | \begin{eqnarray} 33 | \frac{1}{\mu_\theta\epsilon_z}\frac{1}{r}\frac{\partial}{\partial r} 34 | \left(r\frac{\partial E_z}{\partial r}\right)+ 35 | \frac{1}{\mu_r\epsilon_z}\frac{1}{r^2}\frac{\partial^2E_z}{\partial\theta^2} 36 | +\omega^2 E_z=0 37 | \end{eqnarray} 38 | -------------------------------------------------------------------------------- /chapters/chapter1/chapter1.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \citation{Takahashi1996Structure,Xia2002Analysis,Jiang1989,Mao2000Motion,Feng1998} 4 | \citation{Jiang2005Size} 5 | \@writefile{toc}{\contentsline {chapter}{\numberline {第1章\hspace {.3em}}绪论}{1}{chapter.1}} 6 | \@writefile{lof}{\addvspace {10.0pt}} 7 | \@writefile{lot}{\addvspace {10.0pt}} 8 | \newlabel{chap:intro}{{1}{1}{绪论}{chapter.1}{}} 9 | \@writefile{toc}{\contentsline {section}{\numberline {1.1}本论文研究的目的和意义}{1}{section.1.1}} 10 | \@writefile{toc}{\contentsline {section}{\numberline {1.2}国内外研究现状及发展趋势}{1}{section.1.2}} 11 | \@writefile{toc}{\contentsline {subsection}{\numberline {1.2.1}形状记忆聚氨酯的形状记忆机理}{1}{subsection.1.2.1}} 12 | \@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces 热塑性形状记忆聚氨酯的形状记忆机理示意图\relax }}{1}{figure.caption.7}} 13 | \providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} 14 | \newlabel{fig:diagram}{{1.1}{1}{热塑性形状记忆聚氨酯的形状记忆机理示意图\relax }{figure.caption.7}{}} 15 | \citation{Jiang2005Size} 16 | \@writefile{lot}{\contentsline {table}{\numberline {1.1}{\ignorespaces 水系聚氨酯分类\relax }}{2}{table.caption.8}} 17 | \newlabel{tab:category}{{1.1}{2}{水系聚氨酯分类\relax }{table.caption.8}{}} 18 | \@writefile{toc}{\contentsline {subsection}{\numberline {1.2.2}形状记忆聚氨酯的研究进展}{2}{subsection.1.2.2}} 19 | \@writefile{toc}{\contentsline {subsection}{\numberline {1.2.3}水系聚氨酯及聚氨酯整理剂}{2}{subsection.1.2.3}} 20 | \@setckpt{chapters/chapter1/chapter1}{ 21 | \setcounter{page}{3} 22 | \setcounter{equation}{0} 23 | \setcounter{enumi}{0} 24 | \setcounter{enumii}{0} 25 | \setcounter{enumiii}{0} 26 | \setcounter{enumiv}{0} 27 | \setcounter{footnote}{0} 28 | \setcounter{mpfootnote}{0} 29 | \setcounter{parentequation}{0} 30 | \setcounter{part}{0} 31 | \setcounter{chapter}{1} 32 | \setcounter{section}{2} 33 | \setcounter{subsection}{3} 34 | \setcounter{subsubsection}{0} 35 | \setcounter{paragraph}{0} 36 | \setcounter{subparagraph}{0} 37 | \setcounter{figure}{1} 38 | \setcounter{table}{1} 39 | \setcounter{algo}{0} 40 | \setcounter{thm}{0} 41 | \setcounter{defn}{0} 42 | \setcounter{conj}{0} 43 | \setcounter{exmp}{0} 44 | \setcounter{rem}{0} 45 | \setcounter{case}{0} 46 | \setcounter{subfigure}{0} 47 | \setcounter{lofdepth}{1} 48 | \setcounter{subtable}{0} 49 | \setcounter{lotdepth}{1} 50 | \setcounter{ContinuedFloat}{0} 51 | \setcounter{NAT@ctr}{0} 52 | \setcounter{lstnumber}{1} 53 | \setcounter{Item}{0} 54 | \setcounter{Hfootnote}{0} 55 | \setcounter{Hy@AnnotLevel}{0} 56 | \setcounter{bookmark@seq@number}{11} 57 | \setcounter{lstlisting}{0} 58 | \setcounter{section@level}{2} 59 | } 60 | -------------------------------------------------------------------------------- /chapters/chapter1/chapter1.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% chapter01.tex for BIT Master Thesis 3 | %% modified by yang yating 4 | %% version: 0.1 5 | %% last update: Dec 25th, 2016 6 | %%================================================== 7 | \chapter{绪论} 8 | \label{chap:intro} 9 | %在下方加入各小节内容 10 | \input{chapters/chapter1/chapter1_1} 11 | \input{chapters/chapter1/chapter1_2} 12 | -------------------------------------------------------------------------------- /chapters/chapter1/chapter1_1.tex: -------------------------------------------------------------------------------- 1 | \section{本论文研究的目的和意义} 2 | 3 | 近年来,随着人们生活水平的不断提高,人们越来越注重周围环境对身体健康的影响。作为服装是人们时时刻刻最贴近的环境,尤其是内衣,对人体健康有很大的影响。由于合时刻刻最贴近的环境,尤其是内衣,对人体健康有很大的影响。由于合成纤维的衣着舒适性、手感性,天然纤维的发展又成为人们关注的一大热点。 4 | 5 | ……\upcite{Takahashi1996Structure,Xia2002Analysis,Jiang1989,Mao2000Motion,Feng1998} -------------------------------------------------------------------------------- /chapters/chapter1/chapter1_2.tex: -------------------------------------------------------------------------------- 1 | \section{国内外研究现状及发展趋势} 2 | %\label{sec:***} 可标注label 3 | 4 | \subsection{形状记忆聚氨酯的形状记忆机理} 5 | %\label{sec:features} 6 | 7 | 形状记忆聚合物(SMP)是继形状记忆合金后在80年代发展起来的一种新型形状记忆材料\cite{Jiang2005Size}。形状记忆高分子材料在常温范围内具有塑料的性质,即刚性、形状稳定恢复性;同时在一定温度下(所谓记忆温度下)具有橡胶的特性,主要表现为材料的可变形性和形变恢复性。即“记忆初始态-固定变形-恢复起始态”的循环。 8 | 9 | 固定相只有物理交联结构的聚氨酯称为热塑性SMPU,而有化学交联结构称为热固性SMPU。热塑性和热固性形状记忆聚氨酯的形状记忆原理示意图如图\ref{fig:diagram}所示 10 | 11 | \begin{figure} 12 | \centering 13 | \includegraphics[width=0.75\textwidth]{chapters/chapter1/figures/figure1} 14 | \caption{热塑性形状记忆聚氨酯的形状记忆机理示意图}\label{fig:diagram} 15 | \end{figure} 16 | 17 | 18 | \subsection{形状记忆聚氨酯的研究进展} 19 | %\label{sec:requirements} 20 | 首例SMPU是日本Mitsubishi公司开发成功的……。 21 | 22 | \subsection{水系聚氨酯及聚氨酯整理剂} 23 | 24 | 水系聚氨酯的形态对其流动性,成膜性及加工织物的性能有重要影响,一般分为三种类型\cite{Jiang2005Size} ,如表 \ref{tab:category}所示。 25 | 26 | \begin{table} 27 | \centering 28 | \caption{水系聚氨酯分类} \label{tab:category} 29 | \begin{tabular*}{0.9\textwidth}{@{\extracolsep{\fill}}cccc} 30 | \toprule 31 | 类别 &水溶型 &胶体分散型 &乳液型 \\ 32 | \midrule 33 | 状态 &溶解$\sim$胶束 &分散 &白浊 \\ 34 | 外观 &水溶型 &胶体分散型 &乳液型 \\ 35 | 粒径$/\mu m$ &$<0.001$ &$0.001-0.1$ &$>0.1$ \\ 36 | 重均分子量 &$1000\sim 10000$ &数千$\sim 20万$ &$>5000$ \\ 37 | \bottomrule 38 | \end{tabular*} 39 | \end{table} 40 | 41 | 由于它们对纤维织物的浸透性和亲和性不同,因此在纺织品染整加工中的用途也有差别,其中以水溶型和乳液型产品较为常用。另外,水系聚氨酯又有反应性和非反应性之分。虽然它们的共同特点是分子结构中不含异氰酸酯基,但前者是用封闭剂将异氰酸酯基暂时封闭,在纺织品整理时复出。相互交联反应形成三维网状结构而固着在织物表面。 42 | …… 43 | 44 | -------------------------------------------------------------------------------- /chapters/chapter1/figures/figure1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/chapters/chapter1/figures/figure1.png -------------------------------------------------------------------------------- /chapters/conclusion.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{结论}{4}{chapter*.9}} 4 | \@setckpt{chapters/conclusion}{ 5 | \setcounter{page}{5} 6 | \setcounter{equation}{0} 7 | \setcounter{enumi}{0} 8 | \setcounter{enumii}{0} 9 | \setcounter{enumiii}{0} 10 | \setcounter{enumiv}{0} 11 | \setcounter{footnote}{0} 12 | \setcounter{mpfootnote}{0} 13 | \setcounter{parentequation}{0} 14 | \setcounter{part}{0} 15 | \setcounter{chapter}{2} 16 | \setcounter{section}{0} 17 | \setcounter{subsection}{0} 18 | \setcounter{subsubsection}{0} 19 | \setcounter{paragraph}{0} 20 | \setcounter{subparagraph}{0} 21 | \setcounter{figure}{0} 22 | \setcounter{table}{0} 23 | \setcounter{algo}{0} 24 | \setcounter{thm}{0} 25 | \setcounter{defn}{0} 26 | \setcounter{conj}{0} 27 | \setcounter{exmp}{0} 28 | \setcounter{rem}{0} 29 | \setcounter{case}{0} 30 | \setcounter{subfigure}{0} 31 | \setcounter{lofdepth}{1} 32 | \setcounter{subtable}{0} 33 | \setcounter{lotdepth}{1} 34 | \setcounter{ContinuedFloat}{0} 35 | \setcounter{NAT@ctr}{0} 36 | \setcounter{lstnumber}{19} 37 | \setcounter{Item}{0} 38 | \setcounter{Hfootnote}{0} 39 | \setcounter{Hy@AnnotLevel}{0} 40 | \setcounter{bookmark@seq@number}{13} 41 | \setcounter{lstlisting}{1} 42 | \setcounter{section@level}{2} 43 | } 44 | -------------------------------------------------------------------------------- /chapters/conclusion.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% conclusion.tex for BIT Master Thesis 3 | %% modified by yang yating 4 | %% version: 0.1 5 | %% last update: Dec 25th, 2016 6 | %%================================================== 7 | 8 | 9 | \begin{conclusion} 10 | 11 | 本文采用……。{\color{blue}(结论作为学位论文正文的最后部分单独排写,但不加章号。结论是对整个论文主要结果的总结。在结论中应明确指出本研究的创新点,对其应用前景和社会、经济价值等加以预测和评价,并指出今后进一步在本研究方向进行研究工作的展望与设想。结论部分的撰写应简明扼要,突出创新性。)} 12 | 13 | \end{conclusion} -------------------------------------------------------------------------------- /chapters/denotation.tex: -------------------------------------------------------------------------------- 1 | \begin{denotation} 2 | 3 | \item[BIT] 北京理工大学的英文缩写 4 | \item[\LaTeX] 一个很棒的排版系统 5 | \item[\LaTeXe] 一个很棒的排版系统的最新稳定版 6 | \item[\XeTeX] \LaTeX{}的好兄弟,事实上他有很多个兄弟,但是这个兄弟对各种语言的支持能力都很强 7 | \item[ctex] 成套的中文\LaTeX{}解决方案,由一帮天才们开发 8 | \item[\ce{H2SO4}] 硫酸 9 | \item[$ e^{\pi{}i}+1=0$] 一个集自然界五大常数一体的炫酷方程 10 | \item[\ce{2H2 + O2 -> 2H2O}] 一个昂贵的生成生命之源的方程式 11 | 12 | \end{denotation} 13 | -------------------------------------------------------------------------------- /chapters/differents.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{\numberline {第2章\hspace {.3em}}与官方模板的区别}{4}{chapter.2}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@setckpt{chapters/differents}{ 7 | \setcounter{page}{5} 8 | \setcounter{equation}{0} 9 | \setcounter{enumi}{10} 10 | \setcounter{enumii}{0} 11 | \setcounter{enumiii}{0} 12 | \setcounter{enumiv}{0} 13 | \setcounter{footnote}{0} 14 | \setcounter{mpfootnote}{0} 15 | \setcounter{parentequation}{0} 16 | \setcounter{part}{0} 17 | \setcounter{chapter}{2} 18 | \setcounter{section}{0} 19 | \setcounter{subsection}{0} 20 | \setcounter{subsubsection}{0} 21 | \setcounter{paragraph}{0} 22 | \setcounter{subparagraph}{0} 23 | \setcounter{figure}{0} 24 | \setcounter{table}{0} 25 | \setcounter{algo}{0} 26 | \setcounter{thm}{0} 27 | \setcounter{defn}{0} 28 | \setcounter{conj}{0} 29 | \setcounter{exmp}{0} 30 | \setcounter{rem}{0} 31 | \setcounter{case}{0} 32 | \setcounter{subfigure}{0} 33 | \setcounter{lofdepth}{1} 34 | \setcounter{subtable}{0} 35 | \setcounter{lotdepth}{1} 36 | \setcounter{ContinuedFloat}{0} 37 | \setcounter{NAT@ctr}{0} 38 | \setcounter{lstnumber}{1} 39 | \setcounter{Item}{10} 40 | \setcounter{Hfootnote}{0} 41 | \setcounter{Hy@AnnotLevel}{0} 42 | \setcounter{bookmark@seq@number}{11} 43 | \setcounter{lstlisting}{0} 44 | \setcounter{section@level}{2} 45 | } 46 | -------------------------------------------------------------------------------- /chapters/differents.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/chapters/differents.log -------------------------------------------------------------------------------- /chapters/pub.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{攻读学位期间发表论文与研究成果清单}{7}{appendix*.10}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@setckpt{chapters/pub}{ 7 | \setcounter{page}{8} 8 | \setcounter{equation}{3} 9 | \setcounter{enumi}{0} 10 | \setcounter{enumii}{0} 11 | \setcounter{enumiii}{0} 12 | \setcounter{enumiv}{1} 13 | \setcounter{footnote}{0} 14 | \setcounter{mpfootnote}{0} 15 | \setcounter{parentequation}{2} 16 | \setcounter{part}{0} 17 | \setcounter{chapter}{2} 18 | \setcounter{section}{0} 19 | \setcounter{subsection}{0} 20 | \setcounter{subsubsection}{0} 21 | \setcounter{paragraph}{0} 22 | \setcounter{subparagraph}{0} 23 | \setcounter{figure}{0} 24 | \setcounter{table}{0} 25 | \setcounter{algo}{0} 26 | \setcounter{thm}{0} 27 | \setcounter{defn}{0} 28 | \setcounter{conj}{0} 29 | \setcounter{exmp}{0} 30 | \setcounter{rem}{0} 31 | \setcounter{case}{0} 32 | \setcounter{subfigure}{0} 33 | \setcounter{lofdepth}{1} 34 | \setcounter{subtable}{0} 35 | \setcounter{lotdepth}{1} 36 | \setcounter{ContinuedFloat}{0} 37 | \setcounter{NAT@ctr}{0} 38 | \setcounter{lstnumber}{19} 39 | \setcounter{Item}{1} 40 | \setcounter{Hfootnote}{0} 41 | \setcounter{Hy@AnnotLevel}{0} 42 | \setcounter{bookmark@seq@number}{16} 43 | \setcounter{lstlisting}{0} 44 | \setcounter{section@level}{2} 45 | } 46 | -------------------------------------------------------------------------------- /chapters/pub.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% pub.tex for BIT Master Thesis 3 | %% modified by yang yating 4 | %% version: 0.1 5 | %% last update: Dec 25th, 2016 6 | %%================================================== 7 | 8 | \begin{publications}{99} 9 | 10 | % \item\textsc{高凌}. {交联型与线形水性聚氨酯的形状记忆性能比较}[J]. 11 | % 化工进展, 2006, 532-535.(核心期刊) 12 | \pubitem{一}{高凌}{交联型与线形水性聚氨酯的形状记忆性能比较}{J}{化工进展, 2006, 532-535.(核心期刊)} 13 | %非盲审模式下显示为: 高凌. 交联型与线形水性聚氨酯的形状记忆性能比较 [J]. 化工进展, 2006, 532 -535.(核心期刊) 14 | %盲审模式下显示为:第一作者 + 交联型与线形水性聚氨酯的形状记忆性能比较 + 化工进展, 2006, 532- 535.(核心期刊). 15 | \end{publications} 16 | -------------------------------------------------------------------------------- /chapters/resume.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{作者简介}{9}{appendix*.12}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@setckpt{chapters/resume}{ 7 | \setcounter{page}{10} 8 | \setcounter{equation}{3} 9 | \setcounter{enumi}{0} 10 | \setcounter{enumii}{0} 11 | \setcounter{enumiii}{0} 12 | \setcounter{enumiv}{1} 13 | \setcounter{footnote}{0} 14 | \setcounter{mpfootnote}{0} 15 | \setcounter{parentequation}{2} 16 | \setcounter{part}{0} 17 | \setcounter{chapter}{2} 18 | \setcounter{section}{0} 19 | \setcounter{subsection}{0} 20 | \setcounter{subsubsection}{0} 21 | \setcounter{paragraph}{0} 22 | \setcounter{subparagraph}{0} 23 | \setcounter{figure}{0} 24 | \setcounter{table}{0} 25 | \setcounter{algo}{0} 26 | \setcounter{thm}{0} 27 | \setcounter{defn}{0} 28 | \setcounter{conj}{0} 29 | \setcounter{exmp}{0} 30 | \setcounter{rem}{0} 31 | \setcounter{case}{0} 32 | \setcounter{subfigure}{0} 33 | \setcounter{lofdepth}{1} 34 | \setcounter{subtable}{0} 35 | \setcounter{lotdepth}{1} 36 | \setcounter{ContinuedFloat}{0} 37 | \setcounter{NAT@ctr}{0} 38 | \setcounter{lstnumber}{19} 39 | \setcounter{Item}{1} 40 | \setcounter{Hfootnote}{0} 41 | \setcounter{Hy@AnnotLevel}{0} 42 | \setcounter{bookmark@seq@number}{18} 43 | \setcounter{lstlisting}{0} 44 | \setcounter{section@level}{2} 45 | } 46 | -------------------------------------------------------------------------------- /chapters/resume.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% resume.tex for BIT Master Thesis 3 | %% modified by yang yating 4 | %% version: 0.1 5 | %% last update: Dec 25th, 2016 6 | %%================================================== 7 | 8 | \begin{resume} 9 | 10 | 本人…。 11 | 12 | \end{resume} 13 | -------------------------------------------------------------------------------- /chapters/thanks.aux: -------------------------------------------------------------------------------- 1 | \relax 2 | \providecommand\hyper@newdestlabel[2]{} 3 | \@writefile{toc}{\contentsline {chapter}{致谢}{8}{appendix*.11}} 4 | \@writefile{lof}{\addvspace {10.0pt}} 5 | \@writefile{lot}{\addvspace {10.0pt}} 6 | \@setckpt{chapters/thanks}{ 7 | \setcounter{page}{9} 8 | \setcounter{equation}{3} 9 | \setcounter{enumi}{0} 10 | \setcounter{enumii}{0} 11 | \setcounter{enumiii}{0} 12 | \setcounter{enumiv}{1} 13 | \setcounter{footnote}{0} 14 | \setcounter{mpfootnote}{0} 15 | \setcounter{parentequation}{2} 16 | \setcounter{part}{0} 17 | \setcounter{chapter}{2} 18 | \setcounter{section}{0} 19 | \setcounter{subsection}{0} 20 | \setcounter{subsubsection}{0} 21 | \setcounter{paragraph}{0} 22 | \setcounter{subparagraph}{0} 23 | \setcounter{figure}{0} 24 | \setcounter{table}{0} 25 | \setcounter{algo}{0} 26 | \setcounter{thm}{0} 27 | \setcounter{defn}{0} 28 | \setcounter{conj}{0} 29 | \setcounter{exmp}{0} 30 | \setcounter{rem}{0} 31 | \setcounter{case}{0} 32 | \setcounter{subfigure}{0} 33 | \setcounter{lofdepth}{1} 34 | \setcounter{subtable}{0} 35 | \setcounter{lotdepth}{1} 36 | \setcounter{ContinuedFloat}{0} 37 | \setcounter{NAT@ctr}{0} 38 | \setcounter{lstnumber}{19} 39 | \setcounter{Item}{1} 40 | \setcounter{Hfootnote}{0} 41 | \setcounter{Hy@AnnotLevel}{0} 42 | \setcounter{bookmark@seq@number}{17} 43 | \setcounter{lstlisting}{0} 44 | \setcounter{section@level}{2} 45 | } 46 | -------------------------------------------------------------------------------- /chapters/thanks.tex: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% thanks.tex for BIT Master Thesis 3 | %% modified by yang yating 4 | %% version: 0.1 5 | %% last update: Dec 25th, 2016 6 | %%================================================== 7 | 8 | %\begin{thanks} 9 | %这个是官方模板的做法 10 | %本论文的工作是在导师……。 11 | %\end{thanks} 12 | 13 | \sayThanks{ 14 | %这是模板BIT-thesis-template-grd-jdh中新增的命令,用以实现在盲审模式下关闭这一部分的显示 15 | %注意是使用BIT-thesis-grd-jdh.cls格式控制文件的情况下 16 | 感谢人民,感谢党。 17 | 18 | 本论文的工作是在导师……。 19 | 20 | } 21 | -------------------------------------------------------------------------------- /demo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiandahao/BIT-thesis-LaTex/94d50964b67b95ad337546edebd068b7825d1d74/demo.pdf -------------------------------------------------------------------------------- /demo.tex: -------------------------------------------------------------------------------- 1 | 2 | %%================================================== 3 | %% demo.tex for BIT Thesis 4 | %% modified by yang yating 5 | %% version: 1.2 6 | %% last update: Jan. 4th, 2018 7 | %%================================================== 8 | 9 | % 默认单面打印 oneside 、硕士论文模板 master 10 | 11 | \documentclass[oneside, master,normal]{BIT-thesis-grd-jdh} 12 | 13 | % 模板选项: 硕士论文 master; 博士论文 doctor 14 | % 正常模式:normal 自查重模式:selfSimilarCheck 盲审模式:blindCheck 15 | % 提交学校的查重文件可以直接使用normal模式结果 16 | % 自查重模式主要用于关闭图片、公式等内容的显示,以减少文章字符数和降低PDF转word过程中出现的乱码,节省查重费用支出。应结合\insertcontents系列命令使用。对于土豪此选项没有任何卵用。。。。。 17 | % 盲审模式主要根据盲审文件格式要求,隐去了作者、导师、致谢等信息,更改发表论文的格式 18 | 19 | 20 | \begin{document} 21 | 22 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 23 | %% 封面 24 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 25 | 26 | % 中文封面内容(关注内容而不是表现形式) 27 | \classification{TQ028.1} %可参考http://www.clcindex.com/category/TN91/ 28 | \UDC{540} 29 | 30 | \title{这是一个有英文单词RapidIO的论文标题} 31 | \vtitle{这是一个有英文单词\makeVerticalenWords{RapidIO}的竖排标题} 32 | \author{张三} 33 | \institute{信息与电子学院} 34 | \advisor{**教授} 35 | \chairman{**教授} 36 | \degree{工学硕士(博士)} 37 | \major{电子科学与技术} 38 | \school{北京理工大学} 39 | \defenddate{2019年6月} 40 | %\studentnumber{**********} 41 | 42 | 43 | % 英文封面内容(关注内容而不是表现形式) 44 | \englishtitle{A Thesis Title with English word RapidIO} 45 | \englishauthor{Zhangsan} 46 | \englishadvisor{Prof. **} 47 | \englishchairman{Prof. **} 48 | \englishschool{Beijing Insititute of Technology} 49 | \englishinstitute{School of Information and Electronics} 50 | \englishdegree{Master} 51 | \englishmajor{Electronics Science and Technology} 52 | \englishdate{6,2019} 53 | 54 | % 封面绘制 55 | \maketitle 56 | 57 | % 中文信息 58 | \makeChineseInfo 59 | 60 | % 英文信息 61 | \makeEnglishInfo 62 | 63 | %打印竖排论文题目 64 | \makeVerticalTitle 65 | 66 | % 论文原创性声明和使用授权 67 | \makeDeclareOriginal 68 | 69 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 70 | %% 前置部分 71 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 72 | \frontmatter 73 | 74 | % 摘要 75 | \include{chapters/abstract} 76 | %% 符号对照表,可选,如不用可注释掉 77 | \input{chapters/denotation} 78 | % 加入目录 79 | \tableofcontents 80 | 81 | 82 | %加入图、表索引(同时取消图表索引中章之间的垂直间隔) 83 | %硕士论文貌似不做硬性要求,可不加 84 | \let\origaddvspace\addvspace 85 | \renewcommand{\addvspace}[1]{} 86 | \listoffigures 87 | \listoftables 88 | \renewcommand{\addvspace}[1]{\origaddvspace{#1}} 89 | 90 | 91 | 92 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 93 | %% 正主体部分 94 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 95 | \mainmatter 96 | 97 | %% 各章正文内容 98 | %\include{chapters/chapter1} 99 | 100 | %%%%%%%%%%%%%论文正文部分%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 101 | \include{chapters/chapter1/chapter1} 102 | %%%%%%%%%%%%以下部分仅用于举例样式%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 103 | \chapter{部分新增命令使用示例} 104 | \fbox{自查重模式下使用$\backslash$insert*系列命令指定的内容将不被显示。}\\ 105 | \begin{lstlisting}[language={tex}, caption={$\backslash$insert*系列指令使用示例}] 106 | \insertContents{ 107 | anything contents.... 108 | } 109 | \insertFigure{ 110 | \begin{figure} 111 | ....... 112 | \end{figure} 113 | } 114 | \insertTable{ 115 | \begin{table} 116 | ....... 117 | \end{table} 118 | } 119 | \insertEquation{ 120 | \begin{equation} 121 | ...... 122 | \end{equation} 123 | } 124 | \end{lstlisting} 125 | %结论 126 | 127 | 自查重模式下使用$\backslash$ncite、$\backslash$nupcite、$\backslash$nref命令进行的引用,引用标注将不显示。使用方式同$\backslash$cite、$\backslash$upcite、$\backslash$ref。 128 | 129 | \include{chapters/conclusion} 130 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 131 | 132 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 133 | %% 参考文献,五号字,使用 BibTeX,包含参考文献文件.bib 134 | %\bibliography{reference/chap1,reference/chap2} %多个章节的参考文献 135 | \bibliography{reference/references} 136 | 137 | 138 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 139 | %% 后置部分 140 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 141 | 142 | %% 附录(章节编号重新计算,使用字母进行编号) 143 | \appendix 144 | \renewcommand\theequation{\Alph{chapter}--\arabic{equation}} % 附录中编号形式是"A-1"的样子 145 | \renewcommand\thefigure{\Alph{chapter}--\arabic{figure}} 146 | \renewcommand\thetable{\Alph{chapter}--\arabic{table}} 147 | 148 | \include{chapters/app1} 149 | \include{chapters/app2} 150 | 151 | %(其后部分无编号) 152 | \backmatter 153 | 154 | % 发表文章目录 155 | \include{chapters/pub} 156 | % 致谢 157 | \include{chapters/thanks} 158 | % 作者简介(博士论文需要) 159 | \include{chapters/resume} 160 | 161 | 162 | \end{document} 163 | -------------------------------------------------------------------------------- /reference/references.bib: -------------------------------------------------------------------------------- 1 | %%================================================== 2 | %% chap1.bib for BIT Master Thesis 3 | %% modified by yang yating 4 | %% version: 0.1 5 | %% last update: Dec 25th, 2016 6 | %%================================================== 7 | 8 | 9 | @article{Jiang2005Size, 10 | title={形状记忆聚合物研究现状与发展}, 11 | author={姜敏 and 彭少贤 and 郦华兴}, 12 | journal={现代塑料加工应用}, 13 | volume={17}, 14 | number={2}, 15 | pages={53-56}, 16 | year={2005}, 17 | } 18 | 19 | @article{Takahashi1996Structure, 20 | title={Structure and properties of shape‐memory polyurethane block copolymers}, 21 | author={Takahashi, Toshisada and Hayashi, Noriya and Hayashi, Shunichi}, 22 | journal={Journal of Applied Polymer Science}, 23 | volume={60}, 24 | number={7}, 25 | pages={1061-1069}, 26 | year={1996}, 27 | } 28 | 29 | @inproceedings{Xia2002Analysis, 30 | title={Analysis of Affective Characteristics and Evaluation of Harmonious Feeling of Image Based on 1/f Fluctuation Theory}, 31 | author={Xia, Mao and Chen, Bin and Gang, Zhu and Itsya, Muta}, 32 | booktitle={Developments in Applied Artificial Intelligence, International Conference on Industrial and Engineering, Applications of Artificial Intelligence and Expert Systems, Iea/aie 2002, Cairns, Australia, June 17-20, 2002, Proceedings}, 33 | pages={780-789}, 34 | year={2002}, 35 | } 36 | 37 | @misc{Jiang1989, 38 | title={一种温热外敷药的制备方法}, 39 | author={姜锡洲}, 40 | year={1989}, 41 | } 42 | 43 | @article{Mao2000Motion, 44 | title={情感工学破解"舒服"之谜}, 45 | author={毛峡}, 46 | journal={科技文萃}, 47 | number={7}, 48 | pages={157-158}, 49 | year={2000}, 50 | } 51 | 52 | @article{Feng1998, 53 | title={核反应堆管道和压力容器的LBB分析}, 54 | author={冯西桥 and 何树延}, 55 | journal={力学进展}, 56 | volume={28}, 57 | number={2}, 58 | pages={198-217}, 59 | year={1998}, 60 | } -------------------------------------------------------------------------------- /settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "latex-workshop.latex.recipes": [{ 3 | "name": "xelatex", 4 | "tools": [ 5 | "xelatex" 6 | ] 7 | }, { 8 | "name": "latexmk", 9 | "tools": [ 10 | "latexmk" 11 | ] 12 | }, 13 | 14 | { 15 | "name": "pdflatex -> bibtex -> pdflatex*2", 16 | "tools": [ 17 | "pdflatex", 18 | "bibtex", 19 | "pdflatex", 20 | "pdflatex" 21 | ] 22 | } 23 | { 24 | "name": "BIT_thesis", 25 | "tools": [ 26 | "xelatex", 27 | "bibtex", 28 | "xelatex", 29 | "xelatex" 30 | ] 31 | } 32 | ], 33 | "latex-workshop.latex.tools": [{ 34 | "name": "latexmk", 35 | "command": "latexmk", 36 | "args": [ 37 | "-synctex=1", 38 | "-interaction=nonstopmode", 39 | "-file-line-error", 40 | "-pdf", 41 | "%DOC%" 42 | ] 43 | }, { 44 | "name": "xelatex", 45 | "command": "xelatex", 46 | "args": [ 47 | "-synctex=1", 48 | "-interaction=nonstopmode", 49 | "-file-line-error", 50 | "%DOC%" 51 | ] 52 | }, { 53 | "name": "pdflatex", 54 | "command": "pdflatex", 55 | "args": [ 56 | "-synctex=1", 57 | "-interaction=nonstopmode", 58 | "-file-line-error", 59 | "%DOC%" 60 | ] 61 | }, { 62 | "name": "bibtex", 63 | "command": "bibtex", 64 | "args": [ 65 | "%DOCFILE%" 66 | ] 67 | }], 68 | "latex-workshop.view.pdf.viewer": "tab", 69 | "latex-workshop.latex.clean.fileTypes": [ 70 | "*.aux", 71 | "*.bbl", 72 | "*.blg", 73 | "*.idx", 74 | "*.ind", 75 | "*.lof", 76 | "*.lot", 77 | "*.out", 78 | "*.toc", 79 | "*.acn", 80 | "*.acr", 81 | "*.alg", 82 | "*.glg", 83 | "*.glo", 84 | "*.gls", 85 | "*.ist", 86 | "*.fls", 87 | "*.log", 88 | "*.fdb_latexmk" 89 | ], 90 | } --------------------------------------------------------------------------------