Skip to content

Commit

Permalink
Updated to v1.1 (v1.0.a for Mac).
Browse files Browse the repository at this point in the history
  • Loading branch information
weiquanmao committed Jan 4, 2018
1 parent 44e424e commit f094dc3
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 17 deletions.
7 changes: 4 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
```
BUAAThesis
|- buaa.cls // LaTeX宏模板文件
|- buaa_mac.cls // LaTeX宏模板文件(For Mac with XeLaTeX)
|- GBT7714-2005.bst // 国标参考文献BibTeX样式文件2005版
|- GBT7714-2015.bst // 国标参考文献BibTeX样式文件2015版
|- logo-buaa.eps // 论文封皮北航字样
Expand All @@ -32,22 +33,22 @@ BUAAThesis

+ Word: 直接在其上进行修改编写,请记得预先备份
+ LaTeX: 参看LaTeX模板示例template.tex及相应插入章节tex/*.tex

+ Mac: Mac系统请使用buaa_mac.cls并使用XeLaTeX编译
## 建议及问题反馈

+ E-mail: [[email protected]]([email protected])
+ GitHub: [https://github.com/CheckBoxStudio/BUAAThesis/issues](https://github.com/CheckBoxStudio/BUAAThesis/issues)

## 我的环境

+ Windows10 64bits
+ Windows 10 64bits
+ TeXStudio 2.12.4
+ MiKTeX 2.9
+ CTeX 2017-07-18

## 致谢

感谢[Haixing Hu](https://github.com/Haixing-Hu)提供的2005版参考文献著录BibTeX样式[GBT7714-2005](https://github.com/Haixing-Hu/GBT7714-2005-BibTeX-Style)[Zeping Lee](https://github.com/zepinglee)提供的2015版参考文献著录BibTeX样式[GBT7714-2015](https://github.com/zepinglee/gbt7714-bibtex-style),为本项目LaTeX模板的形成提供了很大的帮助。
感谢[Haixing Hu](https://github.com/Haixing-Hu)提供的2005版参考文献著录BibTeX样式[GBT7714-2005](https://github.com/Haixing-Hu/GBT7714-2005-BibTeX-Style)[Zeping Lee](https://github.com/zepinglee)提供的2015版参考文献著录BibTeX样式[GBT7714-2015](https://github.com/zepinglee/gbt7714-bibtex-style),为本项目LaTeX模板的形成提供了很大的帮助。感谢[一碟小菜](No_where_to_find)提供的Mac编译环境。

***

Expand Down
Binary file modified Template.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions Template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
%% %% 请将以下文件与此LaTeX文件放在同一目录中.
%% %%-----------
%% %% buaa.cls : LaTeX宏模板文件
%% %% buaa_mac.cls : LaTeX宏模板文件(For Mac with XeLaTeX)
%% %% GBT7714-2005.bst : 国标参考文献BibTeX样式文件2005(https://github.com/Haixing-Hu/GBT7714-2005-BibTeX-Style)
%% %% GBT7714-2015.bst : 国标参考文献BibTeX样式文件2015(https://github.com/zepinglee/gbt7714-bibtex-style)
%% %% logo-buaa.eps : 论文封皮北航字样
Expand All @@ -17,6 +18,10 @@

%=================================================================
\documentclass[doctor,privacy,twoside]{buaa}

%% Mac系统请使用buaa_mac,并使用XeLaTeX编译。
%\documentclass[doctor,privacy,twoside]{buaa_mac}

%=================================================================
% buaa基于ctexbook模板
% 论文样式参考自《研究生手册--二〇一五年八月》
Expand Down
9 changes: 5 additions & 4 deletions buaa.cls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %% <UTF-8>
%% %% 北航研究生毕业论文模板 - LaTeX 12-17-2017
%% %% 北航研究生毕业论文模板 - LaTeX 01-04-2018
%% %% 论文样式参考自《研究生手册--二〇一五年八月》
%% %% 基于ctexbook
%% %%
Expand All @@ -9,18 +9,19 @@
%% %% 参与修改:
%% %%
%% %% Versions:
%% %% v1.1 Wei Quanmao (01-04-2018)
%% %% v1.0a Wei Quanmao (12-17-2017)
%% %%
%% %% 建议采用等宽字体查看本文档
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% 模板标识
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{buaa}[2017/12/17 v1.0a BUAA thesis class]
\typeout{This is LaTeX template buaa, Version 1.0a (based on CTex) 12-17-2017, by Wei Quanmao}
\ProvidesClass{buaa}[2018/01/04 v1.1 BUAA thesis class]
\typeout{This is LaTeX template buaa, Version 1.1 (based on CTex) 01-04-2018, by Wei Quanmao}

\usepackage{graphicx}
\def\BUAAThesisVer{v1.0a 12-17-2017}
\def\BUAAThesisVer{v1.1 01-04-2018}
\def\BUAAThesis{%
B%
{\fontsize{0.8em}{\baselineskip}\selectfont
Expand Down
20 changes: 13 additions & 7 deletions buaa_mac.cls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %% <UTF-8>
%% %% 北航研究生毕业论文模板 - LaTeX 12-17-2017
%% %% 北航研究生毕业论文模板(Mac版) - LaTeX 01-04-2018
%% %% 论文样式参考自《研究生手册--二〇一五年八月》
%% %% 基于ctexbook
%% %%
Expand All @@ -9,18 +9,18 @@
%% %% 参与修改:
%% %%
%% %% Versions:
%% %% v1.0a Wei Quanmao (12-17-2017)
%% %% v1.0a Wei Quanmao (01-04-2018)
%% %%
%% %% 建议采用等宽字体查看本文档
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% 模板标识
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{buaa}[2017/12/17 v1.0a BUAA thesis class]
\typeout{This is LaTeX template buaa, Version 1.0a (based on CTex) 12-17-2017, by Wei Quanmao}
\ProvidesClass{buaa}[2018/01/04 v1.0a BUAA thesis class for Mac]
\typeout{This is LaTeX template buaa-mac (for mac with XeLaTeX), Version 1.0a (based on CTex) 01-04-2018, by Wei Quanmao}

\usepackage{graphicx}
\def\BUAAThesisVer{v1.0a 12-17-2017}
\def\BUAAThesisVer{v1.0a 01-04-2018}
\def\BUAAThesis{%
B%
{\fontsize{0.8em}{\baselineskip}\selectfont
Expand All @@ -45,6 +45,7 @@
\RequirePackage{fancyhdr} % 设置页眉页脚
\RequirePackage{setspace} % 设置行间距
\RequirePackage{times} % Times New Roman字体
\RequirePackage{fontspec} % 字体设置(!Only for XeLaTeX!)
\RequirePackage{float} % 图片
\RequirePackage{graphicx} % 图片
\RequirePackage{subfigure} % 图片
Expand Down Expand Up @@ -138,6 +139,10 @@
\ProcessOptions\relax

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 字体设置
% 英语字体设置(!Only for XeLaTeX!)
\setmainfont{Times New Roman}

%% 数学环境
% 数学符号:
\newcommand\eu{\mathrm{e}}
Expand Down Expand Up @@ -269,10 +274,10 @@
\ctexset{%
chapter={%章标题 : 三号黑体居中 单倍行距 段前/段后0.5行 另起新页
format=\zihao{3} \heiti \centering \thispagestyle{fancy},
fixskip=true,
%fixskip=true,% Not Support by XeLaTeX
beforeskip=19.27pt,
afterskip=22.48pt,
break=\clearpage,
%break=\clearpage,% Not Support by XeLaTeX
},
section={%节标题 : 四号黑体居左 单倍行距 段前/段后0.5行
format=\zihao{4} \heiti \raggedright,
Expand Down Expand Up @@ -420,6 +425,7 @@
\errmessage{Please use 'on' of 'off' for listfigtab.}}
}
}
\renewcommand\cleardoublepage{\clearpage}
\newcommand{\clearautopage}{%右侧起新页
\clearpage
\ifthenelse{\equal{\@printtype}{twoside}}{% 双面
Expand Down
7 changes: 5 additions & 2 deletions tex/chap_instruction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ \section{宏包使用}
请将以下文件与此LaTeX文件放在同一目录中:

\begin{tabular}{ll}
\verb|buaa.cls | & $\triangleright$ LaTeX宏模板文件 \\
\verb|GBT7714-2005.bst| & $\triangleright$ 国标参考文献BibTeX样式文件2005 \\
\verb|buaa.cls | & $\triangleright$ LaTeX宏模板文件 \\
\verb|buaa_mac.cls | & $\triangleright$ LaTeX宏模板文件(For Mac with XeLaTeX) \\
\verb|GBT7714-2005.bst| & $\triangleright$ 国标参考文献BibTeX样式文件2005 \\
\verb|GBT7714-2015.bst| & $\triangleright$ 国标参考文献BibTeX样式文件2015 \\
\verb|logo-buaa.eps| & $\triangleright$论文封皮北航字样 \\
\verb|head-doctor.eps| & $\triangleright$论文封皮北博士学术论文标题\\
Expand Down Expand Up @@ -111,13 +112,15 @@ \section{注意事项}
\item[$\triangleright$] 行末针对标点的断行不好,例如\ref{sec:error1}处的有个“、”被断在了句首;
\item[$\triangleright$] \verb|\label{<text>}|中不能使用中文;
\item[$\triangleright$] 浮动体与正文之间的距离是弹性的;
\item[$\triangleright$] 命令符与汉字之间请注意加空格以避免undefined错误(pdfLaTeX下好像一般不存在这个问题,主要在XeLaTeX编译环境下发生);
\end{itemize}

%-----------------------------
\section{ToDo}
\begin{itemize}
\item[$\triangleright$] 数学环境的行间隔;
\item[$\triangleright$] 参考文献的行间隔;
\item[$\triangleright$] 参考文献作者大写;
\end{itemize}

%-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion tex/chap_intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ \chapter{绪论}

大家好,这是北航论文\LaTeX{}模板(\CTeX{}-Based)---\BUAAThesis{}。

\BUAAThesis{}为北航研究生学术论文模板,适用于理工类博士、学术硕士和专业硕士。本\LaTeX{}模板参考自2015年8月版北航《研究生手册》(以下简称《手册》),具体要求请参见各自的《手册》,最终成文格式需参考学院要求及打印方意见。本模板中大量内容和说明直接摘抄自《手册》(2015年8月版),基本覆盖了论文内容和格式方面的要求。
\BUAAThesis{}为北航研究生学术论文模板,适用于理工类博士、学术硕士和专业硕士。本\LaTeX{}模板参考自2015年8月版北航《研究生手册》(以下简称《手册》),具体要求请参见各自的《手册》,最终成文格式需参考学院要求及打印方意见。本模板中大量内容和说明直接摘抄自《手册》(2015年8月版),基本覆盖了论文内容和格式方面的要求。Mac系统下请采用\verb|buaa_mac|宏包并使用XeLaTeX编译。

文献著录BibTeX样式采用Haixing Hu开源的2005版参考文献著录BibTeX样式\href{https://github.com/Haixing-Hu/GBT7714-2005-BibTeX-Style}{GBT7714-2005}及Zeping Lee开源的2015版参考文献著录BibTeX样式\href{https://github.com/zepinglee/gbt7714-bibtex-style}{GBT7714-2015},在此感谢两位的开源分享。请自行选用:\\
\verb|\bibliographystyle\{GBT7714-2005\}|或\\
Expand Down

0 comments on commit f094dc3

Please sign in to comment.